Page 1 of 1

mouseDown in edit field.

Posted: Mon Sep 12, 2016 5:06 am
by Googie85
Hey Guys!

I am having trouble getting a mouseDown message inside an edit box. Is there something else I can use instead of mouseDown?

Many Thanks,

Googie.

Re: mouseDown in edit field.

Posted: Mon Sep 12, 2016 3:42 pm
by FourthWorld
Maybe the openField message would do what you need?

Re: mouseDown in edit field.

Posted: Mon Sep 12, 2016 5:41 pm
by jacque
Mouse messages aren't sent to an editable field except when right-clicking, use the text editing messages instead. In addition to openField, look at selectionChanged.