Re: [Gambas-user] GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREE DIFFERENTS STATES

2009-06-22 Thread Ricardo Díaz Martín
Thank you, Benoît 2009/6/21 Benoît Minisini > > > Hi, > > > > > > The checkbox control in gtk is no possible to change to other states y > > > you select CheckBox.None as default value. There's all ok if you use > the > > > same code with qt component. > > > > > > Somebody knows if is it a bug or

Re: [Gambas-user] GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREE DIFFERENTS STATES

2009-06-21 Thread Benoît Minisini
> > Hi, > > > > The checkbox control in gtk is no possible to change to other states y > > you select CheckBox.None as default value. There's all ok if you use the > > same code with qt component. > > > > Somebody knows if is it a bug or a GTK limitation? > > > > To reproduce this, it isn't necessa

Re: [Gambas-user] GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREE DIFFERENTS STATES

2009-06-21 Thread Benoît Minisini
> Hi, > > The checkbox control in gtk is no possible to change to other states y > you select CheckBox.None as default value. There's all ok if you use the > same code with qt component. > > Somebody knows if is it a bug or a GTK limitation? > > To reproduce this, it isn't necessary to write code:

[Gambas-user] GTK TRISTATE CHECKBOX NO POSSIBLE TO SET TO THREE DIFFERENTS STATES

2009-06-20 Thread Ricardo Díaz Martín
Hi, The checkbox control in gtk is no possible to change to other states y you select CheckBox.None as default value. There's all ok if you use the same code with qt component. Somebody knows if is it a bug or a GTK limitation? To reproduce this, it isn't necessary to write code: only put a ch