oooo....I like this. I shall have to play around with it a bit. Although, I don't think it will have other features I need from NSButton like setShowsBorderOnlyWhileMouseInside. But, I could probably have my subclass implement that, which may be easier then getting the NSButton to show a menu after a delay. Thanks Peter.
Oh, a slight correction on what I said previously....there is no delay after I let the mouse button go up before my selector was performed. On Feb 1, 2010, at 5:39 PM, Peter Ammon wrote: > Hi Eric, > > Consider using a single-segment NSSegmentedControl. If the > NSSegmentedControl has both an action and a menu, then you will get the > behavior you describe. Furthermore, it will use the system-standard menu > delay, plus make the menu available to accessibility clients. > > -Peter > > On Feb 1, 2010, at 1:42 PM, Eric Gorr wrote: > >> 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. > _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
