Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!EW09.NAS.NASA.GOV!raible From: raible@EW09.NAS.NASA.GOV (Eric L. Raible) Newsgroups: comp.windows.news Subject: help with menus Message-ID: <9003130231.AA13236@ew09.nas.nasa.gov> Date: 13 Mar 90 07:12:08 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 16 I'm posting this for a friend - it should be an easy one for someone out there... On SGI machines, the window mangler uses right mouse as the "menu button". It is possible to put up a menu with the left mouse, by calling dopup, but dopup won't return until the RIGHT button is pressed. [ dopup = do popup, and is the graphics library interface to the NeWS litemenus ] So what is needed is a way to temporarily make leftmouse be the MenuButton during the duration of the dopup. This is easy, right?