Re: [Gambas-user] Datacontrol boxes different height

2008-07-17 Thread Ron
Benoit Minisini schreef: > On jeudi 17 juillet 2008, Ron wrote: > >> Benoit Minisini schreef: >> >>> On jeudi 19 juin 2008, Ron wrote: >>> > Hi, > > a default textbox is 24 pixels heigh. > > a default datacontrol box is 128 pixels heigh, if you resize it to 24 >>>

Re: [Gambas-user] Datacontrol boxes different height

2008-07-17 Thread Benoit Minisini
On jeudi 17 juillet 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 19 juin 2008, Ron wrote: > >>> Hi, > >>> > >>> a default textbox is 24 pixels heigh. > >>> > >>> a default datacontrol box is 128 pixels heigh, if you resize it to 24 > >>> px with your mouse, the contents doesn't fit prop

Re: [Gambas-user] Datacontrol boxes different height

2008-07-17 Thread Ron
Benoit Minisini schreef: > On jeudi 19 juin 2008, Ron wrote: > >>> Hi, >>> >>> a default textbox is 24 pixels heigh. >>> >>> a default datacontrol box is 128 pixels heigh, if you resize it to 24 px >>> with your mouse, the contents doesn't fit properly, >>> you get a scrollbar when you put some

Re: [Gambas-user] Datacontrol boxes different height

2008-06-19 Thread Benoit Minisini
On jeudi 19 juin 2008, Ron wrote: > > Hi, > > > > a default textbox is 24 pixels heigh. > > > > a default datacontrol box is 128 pixels heigh, if you resize it to 24 px > > with your mouse, the contents doesn't fit properly, > > you get a scrollbar when you put some text (one line) in it. > > > > y

Re: [Gambas-user] Datacontrol boxes different height

2008-06-19 Thread Ron
> > Hi, > > a default textbox is 24 pixels heigh. > > a default datacontrol box is 128 pixels heigh, if you resize it to 24 px > with your mouse, the contents doesn't fit properly, > you get a scrollbar when you put some text (one line) in it. > > you have to manually enter 25 px before it fits co

[Gambas-user] Datacontrol boxes different height

2008-06-19 Thread Ron
Hi, a default textbox is 24 pixels heigh. a default datacontrol box is 128 pixels heigh, if you resize it to 24 px with your mouse, the contents doesn't fit properly, you get a scrollbar when you put some text (one line) in it. you have to manually enter 25 px before it fits correctly. Regard