Gadget focus with TAB ?

BlitzMax Forums/MaxGUI Module/Gadget focus with TAB ?

Filax(Posted 2007) [#1]
Hi :)

I'm making a little tools to store passwords and attached
files under a secured/compressed file. I have many
textfield and i want to switch them with the TAB key without
mouse click to enter my informations ?

Any ideas ? because i don't see focus setting for gadgets
or maybe i'm wrong ?


Brucey(Posted 2007) [#2]
There should be a LOSTFOCUS event triggered when you attempt to tab (or click) out of a text field.


Filax(Posted 2007) [#3]
Ok ! i'll try to see :) thanks brucey

Edit :

It's good :) i have try this :

Select EventID()
Case EVENT_GADGETLOSTFOCUS
End