NSPopUpButton Limitation?
NSPopUpButton Limitation?
- Subject: NSPopUpButton Limitation?
- From: Steve Gehrman <email@hidden>
- Date: Thu, 17 May 2001 04:34:17 -0700
NSPopupButton seems to break when you try to use it with a menu that has
submenus. The menu looks good and all the submenus popup correctly, but
I can't find a way to find out which item was selected. The methods to
get the selected item don't seem to work on submenus.
If I want a NSPopupButton with submenus, is it possible? Is it possible
to subclass NSPopupButton and make this work? How could I create a menu,
pop it up when the user clicked and figure out which item was selected?
steve