[Gambas-user] infobot wallonie

2010-03-02 Thread Rolf-Werner Eilert
Do others here get these messages by info...@spw.wallonie.be too? Since yesterday, each time I'm posting here I get the message from that system. Regards Rolf -- Download Intel® Parallel Studio Eval Try the new softwar

Re: [Gambas-user] Release of Gambas 2.20

2010-03-02 Thread Sprachschule Eilert
Am 02.03.2010 23:39, schrieb Benoît Minisini: >> Hi Benoit, >> >> thank you for the new release! >> >> This one let me wonder: >>> * ComboBox now raises the Click event when it gets its first element, >>> because that element is automatically selected. >>> >>> Beware that the two previous changes m

Re: [Gambas-user] Release of Gambas 2.20

2010-03-02 Thread Benoît Minisini
> Hi Benoit, > > thank you for the new release! > > This one let me wonder: > > * ComboBox now raises the Click event when it gets its first element, > > because that element is automatically selected. > > > > Beware that the two previous changes may introduce a little backward > > incompatibili

Re: [Gambas-user] MySQL and general data issues

2010-03-02 Thread Keith Clark
On Tue, 2010-03-02 at 22:44 +0100, M. Cs. wrote: > I'm using sqlite, and I think the querry should look like: > DIM answer AS Result > DIM querry As String > ... > > querry="SELECT.;" > answer=YourConnection.Exec(querry) > FOR EACH answer > > do what you want..

Re: [Gambas-user] MySQL and general data issues

2010-03-02 Thread M. Cs.
I'm using sqlite, and I think the querry should look like: DIM answer AS Result DIM querry As String ... querry="SELECT.;" answer=YourConnection.Exec(querry) FOR EACH answer do what you want. NEXT ---

Re: [Gambas-user] MySQL and general data issues

2010-03-02 Thread Keith Clark
On Mon, 2010-03-01 at 23:36 +0100, Charlie Reinl wrote: > Am Montag, den 01.03.2010, 16:22 -0500 schrieb Keith Clark: > > I am trying to access some data using the documentation "A Beginner's > > Guide to Gambas" and I've gotten this far: > > > > PUBLIC SUB SearchButton_Click() > > > > DIM $Que

[Gambas-user] Compiling error with 2.20

2010-03-02 Thread Rolf-Werner Eilert
Meanwhile I tried to compile the new version, but it stops here: CPdfDocument.cpp: In function ‘uint32_t aux_get_page_from_action(void*, LinkAction*)’: CPdfDocument.cpp:183: error: cannot convert ‘UGooString*’ to ‘GooString*’ in assignment CPdfDocument.cpp:185: error: no matching function for ca

Re: [Gambas-user] suggestion of make option

2010-03-02 Thread Fabien Bodard
i'm not sure as gambas libs use shared libraries with some compatibilities conditions (ex, qt, gtk) 2010/3/2 kobolds : > > this idea is from one of the program I previous used > > when I compile and make program , there is an option which allow me to > include or not include the runtime framewor

Re: [Gambas-user] Release of Gambas 2.20

2010-03-02 Thread Rolf-Werner Eilert
Hi Benoit, thank you for the new release! This one let me wonder: > * ComboBox now raises the Click event when it gets its first element, because > that element is automatically selected. > > Beware that the two previous changes may introduce a little backward > incompatibility in your projects!