Hello All !
My first post here although I've been following up on quite a few topics on
discussion, so here it goes!
I am developing an application based on the MVC framework. Here, I have a
wxFrame that has three buttons on it- 'Proceed', 'Exit', 'Back'. Problem is
that whenever I hover onto 'Proceed' the tooltip comes up and then if I
click on the button the tooltip stays on the screen while the frame closes
and a parallel frame- this frame is sort of a background frame and runs
paralles to my main chain of frames- for progress updates comes up. It
disappears only after my second frame is displayed. This behaviour is not
observed on any of the other two buttons.
Any solution to this ? Has anybody else experienced it?
<http://wxpython-users.1045709.n5.nabble.com/file/n5716615/wxFrameBug.png>
Note: I have not used self.Close() on any of the frames as it would close
the whole application. The frames have callback methods in the controller
and this movement is handled with decorators.
Thank You!
···
--
View this message in context: http://wxpython-users.1045709.n5.nabble.com/Tooltip-for-a-Button-in-wxFrame-doesn-t-hide-tp5716615.html
Sent from the wxPython-users mailing list archive at Nabble.com.