Re: NSPopUpButton question (newbie)
Re: NSPopUpButton question (newbie)
- Subject: Re: NSPopUpButton question (newbie)
- From: Gregg Witmer <email@hidden>
- Date: Thu, 10 Mar 2005 11:00:43 -0500
Is it possible to have more than one item in an NSPopUpButton with
the same title (NSString) ?
Should be no problem to do this as long as you're not using the title
of the menu item to identify the menu item. If you are using the tag
or the item index to identify the item, the title should be
irrelevant.
As j o a r said, avoid the title related calls.
You may have to grab the actual NSMenu for this control and add items
to the menu directly.
Gregg
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden