[Gambas-user] timers in console app

Joshua Higgins joshiggins at ...1601...
Sun Feb 1 19:41:40 CET 2009


This is my code, but it doesn't seem to work.

PUBLIC SUB Main()

  DIM timer1 AS NEW Timer
  timer1.Delay = 100
  timer1.Enabled = TRUE

END

PUBLIC SUB timer1_Timer()

  PRINT "hello"

END

Whats wrong here?

2009/2/1 Benoit Minisini <gambas at ...1...>

> On dimanche 1 février 2009, Joshua Higgins wrote:
> > Is it possible to use timers in console apps?
>
> Of course.
>
> --
> Benoit Minisini
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



-- 
joshua higgins
>>>>>>------



More information about the User mailing list