Re: [Gambas-user] Release of Gambas 2.11.1

2009-02-03 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: Hi, Here is a release to fix last-minute bugs in the 2.11 version: Thanks a lot, Benoit! Did you implement this * The GridView now stretched its last column correctly. via a property to choose from or just as a fixed feature? Regards Rolf

Re: [Gambas-user] Release of Gambas 2.11.1

2009-02-03 Thread Ron
Rolf-Werner Eilert schreef: Benoit Minisini schrieb: Hi, Here is a release to fix last-minute bugs in the 2.11 version: * The arithmetic operations on Boolean, Byte and Short now behave correctly when an overflow occurs. * The compiler message displayed when there is a syntax error

[Gambas-user] external function call

2009-02-03 Thread Wally
Do anybody have (or know where to find) an example code using an external function call to a shared library. (e.g. a math lib or something common) thx wally -- Create and Deploy Rich Internet Apps outside the

Re: [Gambas-user] Release of Gambas 2.11.1

2009-02-03 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: Hi, Here is a release to fix last-minute bugs in the 2.11 version: * The arithmetic operations on Boolean, Byte and Short now behave correctly when an overflow occurs. * The compiler message displayed when there is a syntax error in a FOR...NEXT loop is

Re: [Gambas-user] Datepicker bug

2009-02-03 Thread Diego Fernández
Benoit Minisini escribió: On lundi 19 janvier 2009, Diego Fernández wrote: Well just before sending my last mail, i was trying (really hard), to debug it myself, at least i think i was trying to. Ive come to realise it is not a datepocker bug, is more a gtk issue, when i create a

Re: [Gambas-user] Some file/use or progress bar questions.

2009-02-03 Thread werner 007
Hi Richard Maybe you put the file in a array with split() if it makes sense for further work. Dont know how slow it is on such big files, but i made no bad experience with around 1 lines. Regards, Werner(007) -- View this message in context:

Re: [Gambas-user] external function call

2009-02-03 Thread Doriano Blengino
Wally ha scritto: Do anybody have (or know where to find) an example code using an external function call to a shared library. (e.g. a math lib or something common) Just an excerpt from a ldap module, which interfaces with libldapxxx: LIBRARY libldap:2 ' to initialize the ldap client

Re: [Gambas-user] One old bug (and maybe a new one?)

2009-02-03 Thread Leonardo Miliani
Benoit Minisini ha scritto: 2) The new bug Is it me or the property viewer of the IDE doesn't show the help under the properties list anymore? I see them there... Strange... Now I see them too... But when I wrote about this problem, I couldn't see them: I got No help found on every