Post
by dunbarx » Wed May 16, 2018 3:03 pm
Jacque.
I understand the difference between exiting to top and exiting a handler. I just did not appreciate that sending a menuPick message from a menu button was dependent on mouseDown, an event which seemed to have occurred in the distant past.
I would have thought that displaying the menuItems was triggered by mouseDown, but that menuPick was triggered by mouseUp. That is what I was struggling with. No problem anymore, now that I know mouseDown rules both.
Craig