Re: Select MenuItem
Re: Select MenuItem
- Subject: Re: Select MenuItem
- From: Peter Ammon <email@hidden>
- Date: Fri, 4 Jan 2008 18:07:27 -0800
On Jan 4, 2008, at 6:01 PM, Lorenzo wrote:
Hi,
I click on a button and build my own NSMenu then I popup the menu with
[NSMenu popUpContextMenu:
It works well. Now I would pre-select a MenuItem so when I click on
the
button the menu pops-up putting the MenuItem under the mouse.
How can I do that?
You should not use a contextual menu to simulate a popup menu. If
you want to programmatically trigger a popup menu, create an
NSPopUpButtonCell, assign it the menu and initial item index you
want, and then call -[NSPopUpButtonCell performClickWithFrame:inView:]
The NSPopUpButtonCell can be transient - it's fine to create it right
when you receive the click and destroy it afterwards.
-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