Re: how to programmatically popup NSComboBox menu?
Re: how to programmatically popup NSComboBox menu?
- Subject: Re: how to programmatically popup NSComboBox menu?
- From: Ken Thomases <email@hidden>
- Date: Mon, 28 Jan 2008 11:13:07 -0600
On Jan 26, 2008, at 6:27 PM, Todd Ditchendorf wrote:
I have an NSComboBox for which I would like to programmatically
popup the menu at a given time. How can I do this? I don't see any
api for this in NSComboBox or NSComboBoxCell.
Don't forget to read the docs for the superclass(es).
I believe -[NSControl performClick:] might do what you want.
Cheers,
Ken
_______________________________________________
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