From: Alex T. <al...@tw...> - 2004-08-22 18:30:51
|
I have a button called "Init", with a handler on_Init_mouseUp (does nothing except 'pass') Everything is fine at first (watching with the Events Watcher - events mouse Move, mouseEnter, etc.) for all the various controls as I move the mouse around and over them. But once I click in the "Init" button, my handler gets called - and then all subsequent events go to Init instead of the appropriate control; the events are the right type (mouseMove, MouseUp, etc.) but the all go to "Init". All events includes the window close button, attempted menu selections - everything ... This doesn't happen if I have handler for on_Init_mouseClick instead. -- Alex. |