Re: [Gambas-user] A little feature request about checkboxes

2015-03-04 Thread adamn...@gmail.com
On Wed, 4 Mar 2015 20:11:34 +0100 Fabien Bodard wrote: > Public Sub SELF_Arrange() > > $label.Width = $offset * Desktop.Scale > $innercheckbox.x = $offset * Desktop.Scale + 2 > Me.Height = 3 * Desktop.Scale > > ' $innerBackground = $innercheckbox.Background > ' $innerForeground = Me.F

Re: [Gambas-user] A little feature request about checkboxes

2015-03-04 Thread Fabien Bodard
Public Sub SELF_Arrange() $label.Width = $offset * Desktop.Scale $innercheckbox.x = $offset * Desktop.Scale + 2 Me.Height = 3 * Desktop.Scale ' $innerBackground = $innercheckbox.Background ' $innerForeground = Me.Foreground End ... Why ? I don't understand the need for using these ev

Re: [Gambas-user] A little feature request about checkboxes

2015-03-04 Thread adamn...@gmail.com
On Wed, 4 Mar 2015 11:35:27 +0100 Jorge Carrión wrote: > Ok. > > I'll try to do user control who extend the class then. > > Regards. > > > > 2015-03-04 11:32 GMT+01:00 Benoît Minisini : > > > Le 04/03/2015 11:27, Jorge Carrión a écrit : > > > I don't like the checkbox always at left of text

Re: [Gambas-user] A little feature request about checkboxes

2015-03-04 Thread Jorge Carrión
Ok. I'll try to do user control who extend the class then. Regards. 2015-03-04 11:32 GMT+01:00 Benoît Minisini : > Le 04/03/2015 11:27, Jorge Carrión a écrit : > > I don't like the checkbox always at left of text. Is posible add a > > propertie Invert like hboxes has? > > > > It would be grea

Re: [Gambas-user] A little feature request about checkboxes

2015-03-04 Thread Benoît Minisini
Le 04/03/2015 11:27, Jorge Carrión a écrit : > I don't like the checkbox always at left of text. Is posible add a > propertie Invert like hboxes has? > > It would be great. > > Regards I don't think so. At least I didn't see any property to do that in Qt the last time I checked. -- Benoît Minis