[Mono-list] System.Timers.Timer.Tick(event) not implemented yet?

Chris Howie cdhowie at gmail.com
Wed Aug 27 11:34:37 EDT 2008


On Sun, Aug 24, 2008 at 7:24 AM, True_Friend <true.friend2004 at gmail.com> wrote:
> I am working on a simple gtk application for which I req a timer with its
> Tick event to be raised after every 60 seconds. The compiler says there is
> no such event or thing in this class. Is this namespace/type not implemented
> wholly yet?

If you intend for the application to be released only as a Gtk# app,
then you should be able to use GLib.Timeout, which will not only
accomplish your task but ensure that your method is called from the
main loop and therefore on the GTK+ thread, allowing UI modification.

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list