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



zun03127 nifty com (zun03127 nifty com):

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 find a way to proceed. 

Tristan and Matthias, I say again thank you for your quick response.

  When you make the button sensitive, try:

    gtk_widget_hide (button);
    gtk_widget_show (button);

  Might work depending on the situation.  Another technique would be
to create an input-only GdkWindow above the button, show it, and
hide it.

  -Billy




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]