[comp.sys.next] menu questions

cfcgf@ux1.cts.eiu.edu (Chuck Fleming) (02/21/91)

Can anyone help me with several menu questions.

1) If the main menu has a menu item which has a submenu, how can
one programmatically close the submenu?  I tried sending the
menu item a performClick: message, but that only unhighlights
the menu item but does not close its menu.

2) How can one programmatically get a pointer to a menu cell
which is in a sub (or sub-sub) menu of the main menu. The message
findCellWithTag:  doesn't seem to do it.

3) I need to programmatically close a sub-sub menu of the main
menu.  How can one do this?

Thanks,
chuck fleming
cfcgf@ux1.cts.eiu.edu