On Sat, 11 Sep 1999 [EMAIL PROTECTED] wrote:

> 
> 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

> Philip Chumbley
> 

********************************************************
Scott Raney  [EMAIL PROTECTED]  http://www.metacard.com
MetaCard: You know, there's an easier way to do that...

Reply via email to