Gadget focus with TAB ?

BlitzMax Forums/BlitzMax GUI Programming/Gadget focus with TAB ?

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 ?

There should be a LOSTFOCUS event triggered when you attempt to tab (or click) out of a text field.

Ok ! i'll try to see :) thanks brucey

Edit :

It's good :) i have try this :

Select EventID()
Case EVENT_GADGETLOSTFOCUS
End