Cursor in TextField

Is there a way to tell when a text field is clicked in or moved into? Either by tab or clicking/selecting

For “clicked in”, maybe try the MouseDown Event and for “moved into” the GotFocus Event?

Hope that helps.

This is iOS where there is no MouseDown or GotFocus events :frowning:

https://documentation.xojo.com/api/user_interface/mobile/mobiletextcontrol.html

I have been told declares are necessary for this basic functionality. I’ve searched a little but haven’t found anything except how to force the focus to the control with becomeFirstResponder. I found this thread suggesting the use of one of those “iosLib” components, however I’m not sure if those libraries were updated for the Mobile* prefix controls.

There is a feedback case from 2014 requesting the GotFocus event. <https://xojo.com/issue/36429>

1 Like

D’oh! :man_facepalming: