Showing a menu after a delay...?
Showing a menu after a delay...?
- Subject: Showing a menu after a delay...?
- From: Eric Gorr <email@hidden>
- Date: Mon, 1 Feb 2010 16:42:30 -0500
What I am trying to accomplish is displaying a menu (perhaps with NSPopUpButtonCell's performClickWithFrame method) after a user clicks on a sublass of NSButton and holds the left mouse button for >= 1 second.
Is anyone aware of any sample code doing this?
I imagine I will need to customize the mouseDown method of NSButton with a loop that checks to see if the mouse button is still down. However, I am uncertain how to determine this. I have seen NSEvent's pressedMouseButtons method, but it only became available with the 10.6 SDK and I need something that works with 10.5.
I am also thinking that I may be taking the wrong approach, so any suggestions on what approach I should be taking would be appreciated.
Thank you._______________________________________________
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