winsys11 Posted September 17, 2012 Posted September 17, 2012 Hi Everybody, First off, I'm very Impressed with uniGUI. Great work Farshad, and great work to all who support this forum! I am newbie to uniGUI (17 years Delphi), so I ask perhaps a simple question. I have one form with a panel, an edit (username) another edit (password) and one button. I want the tab key to move the focus from 'username' to 'password' to 'button', and maybe back to 'username' I have searched the forum and played with many settings (oops..), but i cannot get it to work. tabstop is true and taborder is set. same problems exists for me in web and VCL mode. TIA, Mark
Mediv Posted September 18, 2012 Posted September 18, 2012 Hi Everybody, First off, I'm very Impressed with uniGUI. Great work Farshad, and great work to all who support this forum! I am newbie to uniGUI (17 years Delphi), so I ask perhaps a simple question. I have one form with a panel, an edit (username) another edit (password) and one button. I want the tab key to move the focus from 'username' to 'password' to 'button', and maybe back to 'username' I have searched the forum and played with many settings (oops..), but i cannot get it to work. tabstop is true and taborder is set. same problems exists for me in web and VCL mode. TIA, Mark See the demo example: FormNavigate
winsys11 Posted September 18, 2012 Author Posted September 18, 2012 Thankyou. I forgot about demos... Navigate demo does exactly as I want, so now to study that and learn how. thanks again, Mark
asapltda Posted August 28, 2013 Posted August 28, 2013 Hi Check the example, but I did not find because you can use tab, could you give us a clue
Recommended Posts