[Gambas-user] switched from Ubuntu 6.06 LTS to Ubuntu 8.04 LTS

2008-07-10 Thread Charlie Reinl
Hallo Benoit, I switched from Ubuntu 6.06 LTS to Ubuntu 8.04 LTS with a 'apt-get dist-upgrade' after I dit 'apt-get install ' like it is said on the shrine. Result : gambas2 works fine. (After the apt-get and also after recompilation) But gambas3 did/do not : configure run, just said :

[Gambas-user] looking for a gambas-1.1x Source Package

2008-07-10 Thread Charlie Reinl
Hallo, today I switched from Ubuntu 6.06 LTS to Ubuntu 8.04 LTS . and lost the gambas-1.1x package. Is there a chance to find one ? -- Amicalment Charlie - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! S

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, [EMAIL PROTECTED] wrote: > > If you declare a STATIC PUBLIC SUB named Application_Read() in your > > startup class, then you will get what you want: the File.In stream is > > watched, and the Application_Read() function is called as soon as there > > is something to read o

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Benoit Minisini wrote: > On jeudi 10 juillet 2008, Ron wrote: > > [EMAIL PROTECTED] schreef: > > >> If you declare a STATIC PUBLIC SUB named Application_Read() in your > > >> startup class, then you will get what you want: the File.In stream is > > >> watched, and the Appl

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Ron wrote: > [EMAIL PROTECTED] schreef: > >> If you declare a STATIC PUBLIC SUB named Application_Read() in your > >> startup class, then you will get what you want: the File.In stream is > >> watched, and the Application_Read() function is called as soon as there > >> is

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread Ron
[EMAIL PROTECTED] schreef: >> If you declare a STATIC PUBLIC SUB named Application_Read() in your startup >> class, then you will get what you want: the File.In stream is watched, and >> the Application_Read() function is called as soon as there is something to >> read on the standard input. >>

Re: [Gambas-user] READ-Event on #File.in ???

2008-07-10 Thread gambas
> If you declare a STATIC PUBLIC SUB named Application_Read() in your startup > class, then you will get what you want: the File.In stream is watched, and > the Application_Read() function is called as soon as there is something to > read on the standard input. Hi Benoit, sorry, I couldn't fi

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Ron wrote: > Benoit Minisini schreef: > > On jeudi 10 juillet 2008, Ron wrote: > >> When writing some code to display an image blob I got across a signal 11 > >> bug. > >> > >> The code below crashes on the line > >> Draw.Image... > >> > >> I didn't specify the correct Dra

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Ron
Benoit Minisini schreef: > On jeudi 10 juillet 2008, Ron wrote: > >> When writing some code to display an image blob I got across a signal 11 >> bug. >> >> The code below crashes on the line >> Draw.Image... >> >> I didn't specify the correct DrawingArea , it should be 'DrawingArea1' >> >> I gue

Re: [Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Benoit Minisini
On jeudi 10 juillet 2008, Ron wrote: > When writing some code to display an image blob I got across a signal 11 > bug. > > The code below crashes on the line > Draw.Image... > > I didn't specify the correct DrawingArea , it should be 'DrawingArea1' > > I guess it should report an error than it coul

[Gambas-user] Draw.Begin signal 11

2008-07-10 Thread Ron
When writing some code to display an image blob I got across a signal 11 bug. The code below crashes on the line Draw.Image... I didn't specify the correct DrawingArea , it should be 'DrawingArea1' I guess it should report an error than it couldn't find the DrawingArea specified instead. If

Re: [Gambas-user] Database example freezes (1440)

2008-07-10 Thread Benoit Minisini
On jeudi 03 juillet 2008, richard terry wrote: > I was using the database as a part of a wizard to create my database last > night and noticed that if I type anything other than localhost (eg > something nonsensicle like 'adlkfjldjaldkjf' as the host, then the example > freezes up. > > Regards > >