> > Another option with Gtk# is to use Gtk.Timeout. Basically it will call > back your main thread in the specified number of seconds. Very handy > for updating UI at a specified interval. > > -Calvin Thx, that works fine. Tim