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
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
> 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
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..
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
---
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
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
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
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!