• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Pop-up NSMenu without NSPopUpButton
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pop-up NSMenu without NSPopUpButton


  • Subject: Re: Pop-up NSMenu without NSPopUpButton
  • From: Peter Ammon <email@hidden>
  • Date: Mon, 11 Feb 2008 14:47:22 -0800


On Feb 11, 2008, at 2:35 PM, Nick Zitzmann wrote:

How do I make an NSMenu act as a pop-up menu without the use of NSPopUpButton? I see there are class methods to make it pop up as a contextual menu, but I need it to pop up as a pop-up menu like NSPopUpButton magically does, so that one item in the menu can be pre-selected.

I've searched the archives, and have already tried calling _NSGetCarbonMenu() for use with PopUpMenuSelect(), but the function is always returning NULL, and even if this did work and didn't use undocumented methods, it still won't work in 64-bit.

To show a menu as if it were a popup menu, create an NSPopUpButtonCell, call setMenu: on it, and then call [popupCell performClickWithFrame: inView:].


The NSPopUpButtonCell can be entirely transient - you can create it and destroy it in your mouseDown: method, for example.

-Peter


_______________________________________________

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


  • Follow-Ups:
    • [SOLVED] Re: Pop-up NSMenu without NSPopUpButton
      • From: Nick Zitzmann <email@hidden>
References: 
 >Pop-up NSMenu without NSPopUpButton (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Pop-up NSMenu without NSPopUpButton
  • Next by Date: Re: @property problem
  • Previous by thread: Pop-up NSMenu without NSPopUpButton
  • Next by thread: [SOLVED] Re: Pop-up NSMenu without NSPopUpButton
  • Index(es):
    • Date
    • Thread