On Tue, 2003-11-04 at 23:01, Jamin Philip Gray wrote: > In developing a multithreaded Gtk# application I've run across a problem > where the Gnome.Canvas stops updating. You can't update the GUI from a separate thread. All GUI updates have to occur from the Gtk mainloop thread. -- Mike Kestner <mkestner@speakeasy.net>