Next gadget when tab key is pressed?
BlitzMax Forums/MaxGUI Module/Next gadget when tab key is pressed?| 
 | ||
| Is there any way to override the default handling of this?  My color edit gadget uses three spinner gadgets and it would be nice to be able to tab between them. | 
| 
 | ||
| Use SetGadgetSensitivity on the window. | 
| 
 | ||
| Nice thinking, but tab key presses don't get run through a textfield's gadget filter. |