Re: [Gambas-user] Two minor "bugs"

2009-03-05 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Benoît Minisini schrieb: Hi everyone! When converting one of my apps from Gambas1 to Gambas2, I found 2 minor items: 1. The status of Tool Box Collection is not saved and always starts as "switched off" when starting the Gambas2 IDE. Bu

Re: [Gambas-user] Two minor "bugs"

2009-03-05 Thread Benoît Minisini
> Benoît Minisini schrieb: > >> Hi everyone! > >> > >> When converting one of my apps from Gambas1 to Gambas2, I found 2 minor > >> items: > >> > >> 1. The status of Tool Box Collection is not saved and always starts as > >> "switched off" when starting the Gambas2 IDE. But maybe this is wanted? >

Re: [Gambas-user] Two minor "bugs"

2009-03-05 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Hi everyone! >> >> When converting one of my apps from Gambas1 to Gambas2, I found 2 minor >> items: >> >> 1. The status of Tool Box Collection is not saved and always starts as >> "switched off" when starting the Gambas2 IDE. But maybe this is wanted? >> > > This bug i

Re: [Gambas-user] Two minor "bugs"

2009-03-04 Thread Rolf-Werner Eilert
Benoît Minisini schrieb: >> Hi everyone! >> >> When converting one of my apps from Gambas1 to Gambas2, I found 2 minor >> items: >> >> 1. The status of Tool Box Collection is not saved and always starts as >> "switched off" when starting the Gambas2 IDE. But maybe this is wanted? >> > > This bug i

Re: [Gambas-user] Two minor "bugs"

2009-03-04 Thread Rolf-Werner Eilert
Ron schrieb: > Ron_1st schreef: >> On Wednesday 04 March 2009, Benoît Minisini wrote: >> >> Enjoy it. :-) >> >> -- >> Benoît >> >> Thank you master of universe :) >> >> >> Best regards, >> >> Ron_1st >> > I bet Benoît's donkeys are called "patch", "fix", "bug" and "commit" > ;-) > > Regar

Re: [Gambas-user] Two minor "bugs"

2009-03-04 Thread Ron
Ron_1st schreef: > On Wednesday 04 March 2009, Benoît Minisini wrote: > > Enjoy it. :-) > > -- > Benoît > > Thank you master of universe :) > > > Best regards, > > Ron_1st > I bet Benoît's donkeys are called "patch", "fix", "bug" and "commit" ;-) Regards, Ron_2nd. --

Re: [Gambas-user] Two minor "bugs"

2009-03-04 Thread Ron_1st
On Wednesday 04 March 2009, Benoît Minisini wrote: > I (finally) created a new property in the GridView class (and so in its child > class TableView): GridView.AutoResize. > > When this property is not set, the last column is not automatically stretched > anymore. > > You get it in the revisio

Re: [Gambas-user] Two minor "bugs"

2009-03-04 Thread Benoît Minisini
> Hi everyone! > > When converting one of my apps from Gambas1 to Gambas2, I found 2 minor > items: > > 1. The status of Tool Box Collection is not saved and always starts as > "switched off" when starting the Gambas2 IDE. But maybe this is wanted? > This bug is now fixed in revision #1894 (for Ga

Re: [Gambas-user] Two minor "bugs"

2009-03-03 Thread Rolf-Werner Eilert
Ron_1st schrieb: > On Thursday 26 February 2009, Rolf-Werner Eilert wrote: > > ---8<--- > >>> Best regards, >>> >>> Ron_1st >>> >> Hi Ron, >> >> just FYI, I found where it is and just switched it off. Here is what I did: >> >> Download the source, unpack and ./configure. >> >> Then look for /gb.q

Re: [Gambas-user] Two minor "bugs"

2009-03-03 Thread Robert Moss
I agree an option would be nice, the screenshot is beautiful in this regard. @ Ron: Lazy "coder" On Thu, Feb 26, 2009 at 10:01 AM, Ron_1st wrote: > On Thursday 26 February 2009, Rolf-Werner Eilert wrote: > > ---8<--- > > > > > > > Best regards, > > > > > > Ron_1st > > > > > > > Hi Ron, > > > >

Re: [Gambas-user] Two minor "bugs"

2009-02-26 Thread Ron_1st
On Thursday 26 February 2009, Rolf-Werner Eilert wrote: ---8<--- > > > > Best regards, > > > > Ron_1st > > > > Hi Ron, > > just FYI, I found where it is and just switched it off. Here is what I did: > > Download the source, unpack and ./configure. > > Then look for /gb.qt/src/CGridView.cpp

Re: [Gambas-user] Two minor "bugs"

2009-02-26 Thread Rolf-Werner Eilert
Ron_1st schrieb: > On Wednesday 14 January 2009, Rolf-Werner Eilert wrote: > >> Thinking it over, I still feel that it should be the programmer's choice >> what width the last column should have. Implementing it as an option >> (Property: LastColumnStretch or so) would be nice, although it would

Re: [Gambas-user] Two minor "bugs"

2009-01-14 Thread Ron
I find the default 'autostretch mode' now very nice and handy, if there comes a flag I prefer to have this default on/enabled. Regards, Ron_2nd. > On Wednesday 14 January 2009, Rolf-Werner Eilert wrote: > > >> Thinking it over, I still feel that it should be the programmer's choice >> what w

Re: [Gambas-user] Two minor "bugs"

2009-01-14 Thread Ron_1st
On Wednesday 14 January 2009, Rolf-Werner Eilert wrote: > Thinking it over, I still feel that it should be the programmer's choice > what width the last column should have. Implementing it as an option > (Property: LastColumnStretch or so) would be nice, although it would add > to featurism of

Re: [Gambas-user] Two minor "bugs"

2009-01-13 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: > On jeudi 8 janvier 2009, Rolf-Werner Eilert wrote: >> Hi everyone! >> >> When converting one of my apps from Gambas1 to Gambas2, I found 2 minor >> items: >> >> 1. The status of Tool Box Collection is not saved and always starts as >> "switched off" when starting the Gamb

Re: [Gambas-user] Two minor "bugs"

2009-01-12 Thread Benoit Minisini
On jeudi 8 janvier 2009, Rolf-Werner Eilert wrote: > Hi everyone! > > When converting one of my apps from Gambas1 to Gambas2, I found 2 minor > items: > > 1. The status of Tool Box Collection is not saved and always starts as > "switched off" when starting the Gambas2 IDE. But maybe this is wanted?

[Gambas-user] Two minor "bugs"

2009-01-08 Thread Rolf-Werner Eilert
Hi everyone! When converting one of my apps from Gambas1 to Gambas2, I found 2 minor items: 1. The status of Tool Box Collection is not saved and always starts as "switched off" when starting the Gambas2 IDE. But maybe this is wanted? 2. The last (rightmost) column of a TableView is stretched