> 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. Thx, that works fine! Tim