Re: [Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-27 Thread BenoƮt Minisini
> bbb888 wrote: > > In this form I have > > - several misc controls > > - a textarea > > - a frame (with several checkboxes and buttons) > > - a listview > > in that order in the heirarchy. > > > > In certain conditions, the first item in the frame has it's Enabled > > property set to false. > > Wh

Re: [Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-26 Thread Fabien Bodard
gambas manage the tab order with the zorder of childs... but the problem seem to be that gambas give focus to desabled controls... it's no a good behaviour. 2009/11/25 bbb888 : > > > > bbb888 wrote: >> >> In this form I have >> - several misc controls >> - a textarea >> - a frame (with several ch

Re: [Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-24 Thread bbb888
bbb888 wrote: > > In this form I have > - several misc controls > - a textarea > - a frame (with several checkboxes and buttons) > - a listview > in that order in the heirarchy. > > In certain conditions, the first item in the frame has it's Enabled > property set to false. > When this happen

[Gambas-user] Frame where the first item is not Enabled - focus problem

2009-11-24 Thread bbb888
In this form I have - several misc controls - a textarea - a frame (with several checkboxes and buttons) - a listview in that order in the heirarchy. In certain conditions, the first item in the frame has it's Enabled property set to false. When this happens and I tab from the textarea to the fr