Re: [Gambas-user] Further news on valuebox bugs in Gambas3

2011-01-21 Thread Michael
Interesting. I could not reproduce in a separate project so I had to investigate further. I did file comparisons on the 2 projects and discovered that if you set the value of "Expand" to TRUE then the calendar appears. Set it to FALSE and it disappears. I'm not sure if this is an intended featur

Re: [Gambas-user] Further news on valuebox bugs in Gambas3

2011-01-21 Thread Benoît Minisini
> Thanks Benoit, > This is a great improvement. There is only 1 point I don't understand. I > enclose 2 screenshots. DateBox2.png shows 2 value boxes in an hbox and > they have a calendar option. If I cut the datebox and paste it outside > the hbox then the calendar disappears. > DateBox1.png shows

Re: [Gambas-user] Further news on valuebox bugs in Gambas3

2011-01-20 Thread Benoît Minisini
> > I reported bugs when a date valuebox is housed in a Vbox. I then moved > > all my controls to a Panel and got the same problems if the > > Panel.Arrangement was set to Vertical. > > I then moved all Valueboxes to a Frame and got no problems. Obviously > > the Frame does not have an Arrangement

Re: [Gambas-user] Further news on valuebox bugs in Gambas3

2011-01-02 Thread Benoît Minisini
> I reported bugs when a date valuebox is housed in a Vbox. I then moved > all my controls to a Panel and got the same problems if the > Panel.Arrangement was set to Vertical. > I then moved all Valueboxes to a Frame and got no problems. Obviously > the Frame does not have an Arrangement property.

[Gambas-user] Further news on valuebox bugs in Gambas3

2010-12-31 Thread Michael
I reported bugs when a date valuebox is housed in a Vbox. I then moved all my controls to a Panel and got the same problems if the Panel.Arrangement was set to Vertical. I then moved all Valueboxes to a Frame and got no problems. Obviously the Frame does not have an Arrangement property. One fu