Re: [Gambas-user] TAB on keyboard

2012-02-19 Thread Benoît Minisini
Le 06/02/2012 14:40, Willy Raets a écrit : > Hi All, >... > 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? > > Thanks, > > Willy > In revision #4490, I added a Control.NoTabF

Re: [Gambas-user] TAB on keyboard

2012-02-11 Thread Willy Raets
Hi Charles, On za, 2012-02-11 at 05:10 -0800, charlesg wrote: > > 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: >

Re: [Gambas-user] TAB on keyboard

2012-02-11 Thread charlesg
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 > secondl

Re: [Gambas-user] TAB on keyboard

2012-02-11 Thread Benoît Minisini
Le 06/02/2012 14:40, Willy Raets a écrit : > Hi All, > > When making forms I determine hierarchy of the controls on the form for > navigating the form with TAB-key during runtime. This to make the forms > more user friendly. > > Simple example: > --- > Application with 1 form with 3 Val

[Gambas-user] TAB on keyboard

2012-02-06 Thread Willy Raets
Hi All, When making forms I determine hierarchy of the controls on the form for navigating the form with TAB-key during runtime. This to make the forms more user friendly. Simple example: --- Application with 1 form with 3 ValueBoxes. ValBox1 and ValBox2 for input ValBox3 for output (