[Gambas-user] Too many arguments using a Timer

Mike Keehan mike_keehan at ...679...
Fri Aug 19 21:20:32 CEST 2005


Di Fusco Francesco wrote:
>>When you put the Timer on the form, did you change its property to 
>>Enabled?
>>
> 
> Why, should I disable it? Yes, I put it enabled=true
> 
> Francesco
> 
> 

The simplest way to test is to start a new project, create a single 
form with one timer on it and nothing else, and this code

     ' Gambas class file
     PUBLIC SUB Timer1_Timer()
         Message("hi")
     END

Run this in gambas and it should display a message box after 1 second.

Mike.




More information about the User mailing list