PDA

View Full Version : Offmouseclick


Foulds
28-02-2007, 11:02 PM
Standard windows applications work on offmouseclick for the operation of commands but AS seems to work on onmouseclick. This means that commands work when they are clicked on rather than as they are clicked off. I have lost count of the number of times I have cursed as I absentmindedly click on something only to realise I shouldn't. Normally moving the mouse off the command nulls the action, but in AS it doesn't can this be changed?

Peter Lambert
02-03-2007, 04:01 PM
I understand what you mean, but actions on a "mouse button down" event may have something to do with using a pen rather than a mouse. Somebody more technical than me may wish to comment.