Re: Re: Re: Button can't be clicked.

2005-12-24 Thread zun03127
*/ gtk_widget_show (window); /* All GTK applications must have a gtk_main(). Control ends here * and waits for an event to occur (like a key press or * mouse event). */ gtk_main (); return 0; } = Cut to here = Best Regards, - Original Message - >Date:

Re: Re: Re: Re: Button can't be clicked.

2005-12-22 Thread zun03127
ED] >Cc: gtk-app-devel-list@gnome.org >Subject: Re: Re: Re: Button can't be clicked. > > >[EMAIL PROTECTED] ([EMAIL PROTECTED]): > >> Hi, Matthias >> >> I have confirmed the Bug#56070. >> This is just the same problem as what I have faced. >>

Re: Re: Button can't be clicked.

2005-12-21 Thread Matt Hull
i noticed that on xfce4 when i log off and it ask are you sure. sometimes the ok buttons wouldnt work. h no i know why matt On Wed, 21 Dec 2005, Matthias Clasen wrote: > On Thu, 2005-12-22 at 02:41 +0900, [EMAIL PROTECTED] wrote: > > Thank you for your response. > > > > Yes, I can reprodu

Re: Re: Re: Button can't be clicked.

2005-12-21 Thread Billy Biggs
[EMAIL PROTECTED] ([EMAIL PROTECTED]): > Hi, Matthias > > I have confirmed the Bug#56070. > This is just the same problem as what I have faced. > I greatly thank you for your notice. > > However, I lost my way to develop my application... > Does anyone have good workaround...? > Anyway, I must f

Re: Re: Re: Button can't be clicked.

2005-12-21 Thread zun03127
thank you for your quick response. Best Regards, - Original Message - >Subject: Re: Re: Button can't be clicked. >From: Matthias Clasen <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Cc: gtk-app-devel-list@gnome.org >Date: Wed, 21 Dec 2005 12:51:45 -0500 > &

Re: Re: Button can't be clicked.

2005-12-21 Thread Matthias Clasen
On Thu, 2005-12-22 at 02:41 +0900, [EMAIL PROTECTED] wrote: > Thank you for your response. > > Yes, I can reproduce easily. > I will prepare to post short C code(probably about 100 steps or so). > I will be back after preparing it. > > Thank you very much for your help. > > Best Regards, > an pr

Re: Re: Button can't be clicked.

2005-12-21 Thread zun03127
ristan Van Berkom <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Cc: gtk-app-devel-list@gnome.org >Subject: Re: Button can't be clicked. > > >[EMAIL PROTECTED] wrote: >[...] >> Under the above condition, I operate a pointing device(mouse cursor) >> as follo

Re: Button can't be clicked.

2005-12-21 Thread Tristan Van Berkom
[EMAIL PROTECTED] wrote: [...] > Under the above condition, I operate a pointing device(mouse cursor) > as follows. > 1. Focused on the button. > 2. Clicked the button. >-> then the sensitive of the button turns FALSE. > 3. Focused out from the button. > 4. Again, focused back in to the button.