[Gambas-user] TAB on keyboard

charlesg charles at ...1784...
Sat Feb 11 14:10:02 CET 2012



Willy Raets wrote:
> 
> Is there a way in Gambas2 (or Gambas3), when using TAB-key on keyboard
> to have it skip (in my case all read only) controls and just go to those
> that matter for input?
> 

2 workarounds:

firstly:


> Public Sub TextBox3_GotFocus()
>   TextBox1.SetFocus
> End
> 
secondly:
fake a textbox using a label by putting a plain border and changing
background colour. You can set the label value but it won't accept focus.
-- 
View this message in context: http://old.nabble.com/TAB-on-keyboard-tp33271575p33306008.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list