Re: [Gambas-user] About library and component packaging in Gambas 3

2012-04-28 Thread Bruce Bruen
Hi Benoit, A few comments inline... regards Bruce On Sat, 2012-04-28 at 15:26 +0200, Benoît Minisini wrote: > Hi, > > I'm continue in fixing problems in library and component packaging. Here > are the last news... > > Since revision #4687, there is now a project type option in the project >

Re: [Gambas-user] Issue 123 in gambas: GUI dependencies in library projects not exposing any gui dependency

2012-04-28 Thread gambas
Comment #12 on issue 123 by adamn...@gmail.com: GUI dependencies in library projects not exposing any gui dependency http://code.google.com/p/gambas/issues/detail?id=123 Hi Benoit, I have re-run all the tests from the original posting and as at 4688 everything seems to work properly now. Tha

Re: [Gambas-user] Issue 123 in gambas: GUI dependencies in library projects not exposing any gui dependency

2012-04-28 Thread gambas
Updates: Status: Fixed Comment #11 on issue 123 by benoit.m...@gmail.com: GUI dependencies in library projects not exposing any gui dependency http://code.google.com/p/gambas/issues/detail?id=123 I consider the problem to be fixed. If this is not the case, please open a new issue and

Re: [Gambas-user] Issue 152 in gambas: Minor bug with help texts.

2012-04-28 Thread gambas
Updates: Status: Fixed Comment #6 on issue 152 by benoit.m...@gmail.com: Minor bug with help texts. http://code.google.com/p/gambas/issues/detail?id=152 Finally fixed in revision #4689. -- Live Security Virtual

Re: [Gambas-user] Issue 240 in gambas: CheckBox Tristate View on Runtime

2012-04-28 Thread gambas
Updates: Status: WontFix Comment #7 on issue 240 by benoit.m...@gmail.com: CheckBox Tristate View on Runtime http://code.google.com/p/gambas/issues/detail?id=240 (No comment was entered for this change.) -- Li

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-04-28 Thread Benoît Minisini
Le 29/04/2012 00:14, Willy Raets a écrit : > On za, 2012-04-28 at 15:26 +0200, Benoît Minisini wrote: >> Please try it and give your remarks! >> > Tested with revision 4688 > > Quite an improvement. > Library packages just fine. > Upon installation Ubuntu recognizes it as a library (see screenshot

Re: [Gambas-user] gb3: incorrect solution to If...Then condition

2012-04-28 Thread Jussi Lahtinen
Everything seems to work now! Jussi On Sat, Apr 28, 2012 at 18:11, Benoît Minisini wrote: > Le 28/04/2012 04:52, Benoît Minisini a écrit : > > Le 28/04/2012 01:24, Jussi Lahtinen a écrit : > >> At least the problem is unrelated to sin and cos... > >> > >> ? format(0.47942553860420300027 ^ 2 -

Re: [Gambas-user] gb3: incorrect solution to If...Then condition

2012-04-28 Thread Benoît Minisini
Le 28/04/2012 04:52, Benoît Minisini a écrit : > Le 28/04/2012 01:24, Jussi Lahtinen a écrit : >> At least the problem is unrelated to sin and cos... >> >> ? format(0.47942553860420300027 ^ 2 - >> 0.22984884706593014129,"#.##") >> - .0012212453 >> >> ? format(0.47942

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-04-28 Thread Willy Raets
On za, 2012-04-28 at 15:26 +0200, Benoît Minisini wrote: > Hi, > > I'm continue in fixing problems in library and component packaging. Here > are the last news... > > Since revision #4687, there is now a project type option in the project > properties dialog, which allows to make the difference

[Gambas-user] About library and component packaging in Gambas 3

2012-04-28 Thread Benoît Minisini
Hi, I'm continue in fixing problems in library and component packaging. Here are the last news... Since revision #4687, there is now a project type option in the project properties dialog, which allows to make the difference between a normal project, a library and a component. What are the di