[Gtk-sharp-list] GUI hangs

Tim Rädisch tim.raedisch@csdragons.de
Thu, 20 May 2004 16:24:54 +0200


Hi!

I've a problem using Gtk# and a timer or thread. I need it for something like 
a counter. Every second a value have to be incremented. There are no compile 
errors, and it seems to run.

But after a while (sometimes seconds, sometimes minutes) the GUI "hangs". 
Everything else works fine. The internal values are changed correct, even a 
Debug.WriteLine(...) before and after jackpotLabel.Text="..." is prompted 
correct.

Does anyone know where the problem is?