this is strange




I have a simple button that is working correctly except for one issue. After I click on it, after the callback has been called correctly, the button seems to go dead until I click on any other area in the application. The sensitivity is correct, the button looks normal after the 1st click. The callback never gets called until I click on any other area in the app.

In other words, after the button works correctly once (the callback gets called) then the callback will not be called until I first click on any other area of the application. I can click on the button any number of times but the callback will not get called until I first click elsewhere.

The event loop seems to working otherwise in that the rest of the application which has lots of other buttons works fine.

Any idea what is going on here??

-Andres



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