Re: dialogue and threads

2006-07-26 Thread Tristan Van Berkom
Yves Willems wrote: > Hi all, > > > > I have a multi threaded GTK app and want to show an error dialogue for an > error that occurred on a thread different then the main thread. > > When showing the dialogue on this thread, the 'waiting for OK' blocks the > main thread and therefore freezes my

dialogue and threads

2006-07-26 Thread Yves Willems
Hi all, I have a multi threaded GTK app and want to show an error dialogue for an error that occurred on a thread different then the main thread. When showing the dialogue on this thread, the 'waiting for OK' blocks the main thread and therefore freezes my GUI. Can anyone give me a hint ho