Archive for May, 2010
Let’s say you want for instance to change the cursor icon when the user presses the control key on your widget. This apparently simple task almost drove me crazy. Subscribing to the KeyPressEvent is not enough. Using AddEvent to add the KeyPress event is not enough either. Actually, to be able to fire the KeyPress [ READ MORE ]