Felix Kater:
> To sum up:
>
> If the mouse pointer on a button which was insensitive and gets
> sensitive (by another thread), then the button is never highlighted
> and doesn't receive the click signal when clicked.
Me again.
I found out that this issue is known as bug 56070 which is open sinc
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
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
On Mon, 7 Mar 2005 18:09:46 +0100
Felix Kater <[EMAIL PROTECTED]> wrote:
>
> Me again. Same problem with gtk-2.6.4/glib-2.6.3/win32.
>
>
> To sum up:
>
> If the mouse pointer on a button which was insensitive and gets
> sensitive (by another thread), then the button is never highlighted
> and
Me again. Same problem with gtk-2.6.4/glib-2.6.3/win32.
To sum up:
If the mouse pointer on a button which was insensitive and gets
sensitive (by another thread), then the button is never highlighted and
doesn't receive the click signal when clicked.
Nobody with a comment on this?
Can't I some
Hi,
I am using gtk-2.4.13/win32:
Imagine two buttons. When the first is clicked both are made insensitive
until things are done, then both are made sensitive again.
(To be precise: They are made sensitive again by an idle function and
with a certain delay/timer. All this is because I need to eat