On Mon, 7 Mar 2005 20:45:41 +0100
Felix Kater <[EMAIL PROTECTED]> wrote:

> Hubert Soko__owski:
> 
> > do you synchronize these threads somehow? if it is possible to set
> > sensitive on this button by the main thread then try to do this.
> 
> I don't get your point.
> 
> I do it this way: With the button click event all concerned buttons
> are
> set insensitive, at the same time a timer is started. Then, in an idle
> function, it is checked if the timer has expired. If so, all buttons
> are
> reset sensitive.
> 
> Do you think something is wrong with that?
you wrote that the button is set sensitive from another thread. that why
I asked about synchronization.

_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to