TextFieldText to TextFieldText to button

BlitzMax Forums/MaxGUI Module/TextFieldText to TextFieldText to button

MaximilianPs(Posted 2008) [#1]
I'm working on a login form, and like every login window have 2 textbox, so i wish that on press_enter(tbUsername) the cursor jump to tbPassword, and then transfer the focus on the "login" button.

the problem, as i read here on the forum, is about GetLostFocus, but actualy i'm not so good in blitzScripting to work around this problem, so wish to find some tips/help here :-\


Dreamora(Posted 2008) [#2]
1. there is no scripting in blitz. its programming
2. You have to react to the event_keydown and the sender to make it jump from gadget to gadget


jsp(Posted 2008) [#3]
Just thought about a different approach using textareas...