[WIN32LIB] onMouse[button], sense move off button?
- Posted by DanMoyer at PRODIGY.NET Jun 26, 2001
- 399 views
Is there some way, by using onMouse event *for a button*, to know that the mouse has moved OFF the button? In other words, I have an onMouse[aButton] event/routine, so that *right* clicking on the button will put some text somewhere; but I want that text to automatically erase whenever the mouse if moved OFF the button. And I don't really have access to the *window* the button is in, (for doing onMouse[thatWindow], MOUSE_MOVE anywhere x-y other than x-y of the button), because I'm trying to "add" a code module to Judith's IDE, and would like to make little or no changes to her code, which is where there is already an onMouse event trap for the window the button the button is in. Dan Moyer