Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!spool.mu.edu!uwm.edu!ux1.cso.uiuc.edu!ux1.cts.eiu.edu!cfcgf From: cfcgf@ux1.cts.eiu.edu (Chuck Fleming) Newsgroups: comp.sys.next Subject: menu questions Message-ID: <1991Feb20.163736.14156@ux1.cts.eiu.edu> Date: 20 Feb 91 16:37:36 GMT Sender: cfcgf@ux1.cts.eiu.edu (Chuck Fleming) Organization: Eastern Illinois University Lines: 17 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