Page 1 of 1

Receiving mouseUp in an unlocked field

Posted: Wed Nov 13, 2013 9:38 am
by andrewferguson
Hello,
I am trying to find a way to receive a mouseUp message in an unlocked field. I know this works when the lockText is set to true but I need the field to be unlocked as well.
Any ideas?
Thanks,
Andrew

Re: Receiving mouseUp in an unlocked field

Posted: Wed Nov 13, 2013 11:28 am
by Mark
Hi Andrew,

You can use the selectionChanged message or you can respond to right-clicks/control-clicks.

Kind regards,

Mark

Re: Receiving mouseUp in an unlocked field

Posted: Wed Nov 13, 2013 9:44 pm
by Simon
Hi Andrew,
Try;
on openField


Simon

Re: Receiving mouseUp in an unlocked field

Posted: Wed Nov 13, 2013 10:03 pm
by Mark
Hi Simon,

That won't work if the user clicks in the field while it is has focus already while the openField message will also fire if the field gets focus in any way other than a mouse click.

Kind regards,

Mark