Re: Standard "combo" button class?
Re: Standard "combo" button class?
- Subject: Re: Standard "combo" button class?
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 19 Mar 2007 15:34:05 -0600
On Mar 19, 2007, at 3:21 PM, Nicholas Meyer wrote:
I'm working on the user interface for my first Cocoa application.
I'm curious, is there a standard class for the type of button which
sends an action when clicked OR opens a menu when the mouse button
is pressed and held for a short time (i.e. the Build button in XCode)?
No.
If not, would subclassing NSButton to set an NSTimer on mouseDown:
that shows the menu and short-circuits the button's tracking loop
be the best way to handle it? Or is there a way to subclass
NSPopUpButton that would be easier?
You can probably make your own variation of NSPopUpButton. The
control Xcode uses is not common; most applications use a custom pop-
up button instead (see Pages and Keynote for example).
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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