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