Path: utzoo!attcan!uunet!dino!ux1.cso.uiuc.edu!iuvax!hess From: hess@iuvax.cs.indiana.edu (Caleb Hess) Newsgroups: comp.sys.next Subject: Re: Menus (menues?) Summary: Move off-screen Message-ID: <60531@iuvax.cs.indiana.edu> Date: 27 Sep 90 15:35:06 GMT References: <9755@ubc-cs.UUCP> Distribution: na Organization: Indiana University Lines: 10 In article <9755@ubc-cs.UUCP> burkhold@cs.ubc.ca (Mike Gobbi) writes: >At the shell or terminal prompt, just type: > >dwrite GLOBAL NXMenuX " 1160" You can also use negative values to place the menu off the left side: dwrite GLOBAL NXMenuX " -110" leaves just enough showing so that you can pull it back; -150 will move it clear out of sight. Or, you can move the menu off the bottom so that only the title bar shows by using NXMenuX 0 and NXMenuY 10.