[Gtk-sharp-list] [GTK#] Display problem (Update)

Fonzetto Michaël michael.fonzetto at gmail.com
Thu Oct 13 08:34:37 EDT 2005


OK now I understand why the display was going wrong randomly...
Thank you

2005/10/13, Todd Berman <tberman at off.net>:
>
> On Thu, 2005-10-13 at 13:24 +0200, Fonzetto Michaël wrote:
> > Excellent !!
> > Thank you very much, I always thought it was a VBox or HBox problem !!
> > But why did I have that type of problems with Timers ??
> > Again thank you, I have been dealing with it for 2 days !
> >
>
> Timers uses another thread to dispatch the event, and gtk+ is not
> threadsafe, you have to access anything from gtk+ (widgets, etc) in the
> main thread. GLib.Timeout's callback function gets called in the main
> thread.
>
> --Todd
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/gtk-sharp-list/attachments/20051013/a95b9860/attachment.html


More information about the Gtk-sharp-list mailing list