On Tue, 2005-05-24 at 13:11 +0200, Lluis Sanchez wrote:
> Hi,
> 
> My guess is that your problems are due to GTK code running in threads
> other than the GUI thread. The remoting infrastructure has its own
> thread pool, and remote calls are executed in arbitrary threads taken
> from that pool. A solution would be to dispatch all incoming calls in
> the GUI thread using ThreadNotify or something like that.
> 
> Lluis.

But if it was a problem with the thread pool wouldn't it fail when
running under Linux as well?  Not sure I understand why it only fails to
display one widget but the rest are displayed.  Very strange, seems more
like a bug to me.


-- 
George Farris   [EMAIL PROTECTED]
Malaspina University-College



_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to