[Gambas-user] Passing focus by code

Jorge Carrión shordi at gmail.com
Fri Jul 19 19:07:38 CEST 2019


Well I've done a little control who has a form with a TextBox and a
GridView inside. When type on Enter ot Tab keys I want pass the focus to
next control in the custom container who can take it.
I can't find a way to do this who works on all situations (my control
inside a container who is inside another container who is inside in a form
who is inside a tabstrip, etc. etc.)

The me.next or me.previous reference doesn't work: They can be a HBox, for
example who takes the focus and user is lost.

What I pretend is to emulate the Tab key behaviour... without use the
Desktop.sendkey. I don't want link desktop component to my custom control
only for that.

Any clue?

Best regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190719/f5a6f6e8/attachment.html>


More information about the User mailing list