Keeping open menu after mouse up
Keeping open menu after mouse up
- Subject: Keeping open menu after mouse up
- From: Ryan Joseph <email@hidden>
- Date: Thu, 27 Oct 2011 13:23:33 +0700
I have a menu that I popup using popUpContextMenu:withEvent:forView: from a mouse down event but after a delay (like a dual-state click and hold button). The problem is when I release the mouse button the menu is closed forcing the user to hold the mouse down the entire time they're navigating the menu.
Is there anyway to keep the menu open after the mouse is up? The event I used was manually created which I thought was correct since the mouse down event has been ended when the menu was opened from the timer. Using various kinds of event kinds for mouse down events didn't help the problem.
Thanks for any ideas you may have.
Regards,
Ryan Joseph
thealchemistguild.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden