Re: Contextual Menu with PopUpButton
Re: Contextual Menu with PopUpButton
- Subject: Re: Contextual Menu with PopUpButton
- From: olivier gisselbrecht <email@hidden>
- Date: Sat, 4 Aug 2001 21:27:45 +0200
Hi,
Thanks for your response.
I need a contextual menu in a popUp button because I would like to start
a research with an XML parser which takes two arguments (I mean two
research criteria) ; after you've chosen the first criterion, the second
one is contextual. The problem is that I don't want to start the
research from the Menu Bar but from de main window. I could always use a
NSMenu but it appears on a separate window... (so, if I well understand,
your solution is not exactly what I was looking for !). Otherwise, the
only thing I could drop in a popUp button from the CocoaMenu Palette is
a menuItem not a subMenu. Too bad.
Regards,
olivier
Le samedi 4 ao{t 2001, ` 08:46, Vince DeMarco a icrit :
On Saturday, August 4, 2001, at 07:13 AM, email@hidden wrote:
Hi,
I'd like to put a contextual menu in a popUp button, but it doesn't
seem to be possible.
Why do you want a contextual menu in a pop up button this is kind of
strange.
Am I right ? And is there any other possibility than using the
application's MainMenu for contextual items ?
In the menus palette in IB (Assuming you have the update) there is
another menu you can drag into you document right next to the menu
items. try that.
vince