In a message dated 9/11/99 5:06:21 PM Central Daylight Time,
[EMAIL PROTECTED] writes:
<< >
> I have a stack with some buttons set to cascading with several items in
the
> button (menu) contents. I use the stack as a popup menu. Everything
seems
> to work find. The menu pops up, I can move the mouse across the buttons
and
> the cascaded menu appears and I can then select one of the menu items.
It's
> my understanding that the original button should then get a menuPick
message
> with the name of the item picked. I tried an "on menuPick" handler in the
> button but it appears I'm not receiving that message. Am I forgetting
> something? I'm using MC 2.2.3.
It's not clear what you're doing here. If your cascade buttons are in
a menu panel, then a menuPick message is *not* sent to the button that
opens that panel. You have to trap the mouseUp message in the scripts
of individual buttons (or in the card or stack script in the panel).
If your complete menu hierarchy is defined in a single button using
tabs to build the cascading menus, then you should get a menuPick
message in that one button.
Also, I'd recommend upgrading to 2.2.5, as message passing from
cascading menus is one of the areas where problems were fixed in that
release.
Regards,
Scott >>
Basically, I have a button set to cascading with items and tabbed items in
the button (menu) list so that clicking on the button opens a hierarchical
menu. I have a "on menuPick" handler in the button script. It apparently is
not receiving the menuPick message. Is that a problem with MC 2.2.3? I'm
trying to put in a popup menu for navigating through my project. The
cascading feature is exactly what I need, but I'm not sure I can spring for $
right now to upgrade to get it to work.
Regards,
Philip