Re: [Gambas-user] gambas3 on oneric

2011-11-29 Thread Caveat
> Any help appreciated. LOL... only from the psychic members of the mailing list! Any information would be appreciated... error message perhaps, copy of the output...don't leave us all guessing! Regards, Caveat On Wed, 2011-11-30 at 14:48 +1100, richard terry wrote: > Does gambas 3 run on this

[Gambas-user] gambas3 on oneric

2011-11-29 Thread richard terry
Does gambas 3 run on this. I've just attempted a compile and the ./reconf-all dies Any help appreciated. Richard -- All the data continuously generated in your IT infrastructure contains a definitive record of custome

Re: [Gambas-user] Editor with tooltips (Gambas 2)

2011-11-29 Thread Charlie Reinl
Am Dienstag, den 29.11.2011, 16:54 +0100 schrieb Rolf-Werner Eilert: > Am 28.11.2011 18:51, schrieb Charlie Reinl: > > Am Montag, den 28.11.2011, 16:34 +0100 schrieb Rolf-Werner Eilert: > >> Am 28.11.2011 14:27, schrieb Charlie Reinl: > >>> Am Montag, den 28.11.2011, 12:24 +0100 schrieb Rolf-Werner

Re: [Gambas-user] creasting a timer in module

2011-11-29 Thread Fabien Bodard
Private hTimer as timer() Public sub Main() hTimer= new timer as "MyTimer" hTimer.Delay =1000 hTimer.Start end Public sub MyTimer_Timer() Print "hello" end 2011/11/29 wally : > How can i create a Timer in module and use the Timer_Timer event in this > module without putting a controlwid

[Gambas-user] creasting a timer in module

2011-11-29 Thread wally
How can i create a Timer in module and use the Timer_Timer event in this module without putting a controlwidget on the main Form. Can i do the same with SerialPort and SerialPort_Read event ? thx wally -- All the data

Re: [Gambas-user] Editor with tooltips (Gambas 2)

2011-11-29 Thread Rolf-Werner Eilert
Am 28.11.2011 18:51, schrieb Charlie Reinl: > Am Montag, den 28.11.2011, 16:34 +0100 schrieb Rolf-Werner Eilert: >> Am 28.11.2011 14:27, schrieb Charlie Reinl: >>> Am Montag, den 28.11.2011, 12:24 +0100 schrieb Rolf-Werner Eilert: As I am using the editor at several places in my projects now,

Re: [Gambas-user] problems after ubuntu 11.04 update

2011-11-29 Thread Jussi Lahtinen
Not sure what is going on, but I have had similar problems. 1. Stop all gambas processes, and run these commands: sudo rm -f /usr/local/bin/gbx2 /usr/local/bin/gbc2 /usr/local/bin/gba2 /usr/local/bin/gbi2 sudo rm -rf /usr/local/lib/gambas2 sudo rm -rf /usr/local/share/gambas2 2. Delete old source

Re: [Gambas-user] Editor with tooltips (Gambas 2)

2011-11-29 Thread Rolf-Werner Eilert
Am 28.11.2011 18:51, schrieb Charlie Reinl: > Am Montag, den 28.11.2011, 16:34 +0100 schrieb Rolf-Werner Eilert: >> Am 28.11.2011 14:27, schrieb Charlie Reinl: >>> Am Montag, den 28.11.2011, 12:24 +0100 schrieb Rolf-Werner Eilert: As I am using the editor at several places in my projects now,

Re: [Gambas-user] Editor with tooltips (Gambas 2)

2011-11-29 Thread Rolf-Werner Eilert
Am 28.11.2011 18:51, schrieb Charlie Reinl: > Am Montag, den 28.11.2011, 16:34 +0100 schrieb Rolf-Werner Eilert: >> Am 28.11.2011 14:27, schrieb Charlie Reinl: >>> Am Montag, den 28.11.2011, 12:24 +0100 schrieb Rolf-Werner Eilert: As I am using the editor at several places in my projects now,

[Gambas-user] problems after ubuntu 11.04 update

2011-11-29 Thread JUHASZ Robert
Hello, I updated my gambas2 to the latest revision 2 days ago and was perfectly happy as the eval function works again. This morning an automatic update of my OS (Ubuntu 11.04, 32bit) was performed which was a "big" update (with an updated kernel to 2.6.38-13). After the update my programs (devel