Re: [Gambas-user] buttons in hbox order PB [SOLVED]

2009-07-22 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : .. > Because when a container arrange its contents, it sets the z-order too (this > is the same thing). So, in the case of the HBox, the focus order will always > be from left to right. Yep, that's what I thought, so I solve this PB deleting the HBox and recreating

Re: [Gambas-user] buttons in hbox order PB

2009-07-22 Thread Benoît Minisini
> Fabien Bodard a écrit : > > I also tried that: either on 2.13.1-1 (debian sid) or 2.14.0 (lenny) it is > NOT working: I have a right order with Arrow-Down (quite normal, as it > moves in a "column"), but never with Tab; even having deleting the Quit > button and recreated it in order to be sure i

Re: [Gambas-user] buttons in hbox order PB

2009-07-22 Thread Jean-Yves F. Barbier
Fabien Bodard a écrit : I also tried that: either on 2.13.1-1 (debian sid) or 2.14.0 (lenny) it is NOT working: I have a right order with Arrow-Down (quite normal, as it moves in a "column"), but never with Tab; even having deleting the Quit button and recreated it in order to be sure it is to be

Re: [Gambas-user] buttons in hbox order PB

2009-07-22 Thread Fabien Bodard
the order of tab depend of the zorder of the control in the container.. You can use the hierarchy tab on the Rigth of the IDE to manage the position of the controls in each container. 2009/7/22 Jean-Yves F. Barbier <12u...@gmail.com>: > Hi, > > I've got a small connection form with 2 buttons unde

[Gambas-user] buttons in hbox order PB

2009-07-21 Thread Jean-Yves F. Barbier
Hi, I've got a small connection form with 2 buttons underneath; these buttons are included in a HBox. Even if I put the buttons in the same group as TextBoxes (grpInput), give everybody a tag and handle kdb events through a grpInput_KeyPress() proc, the left button is _always_ the one whose gettin