Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!shadooby!samsung!usc!apple!sun-barr!newstop!texsun!pollux!ti-csl!m2!cecala From: cecala@m2.csc.ti.com (Tony Cecala) Newsgroups: comp.sys.mac.hypercard Subject: Re: Preventing menubar and message box hiding Message-ID: <104253@ti-csl.csc.ti.com> Date: 3 Jan 90 20:44:30 GMT References: <1990Jan2.154142.5638@smsc.sony.com> <104252@ti-csl.csc.ti.com> Sender: news@ti-csl.csc.ti.com Organization: TI Computer Science Center, Dallas Lines: 33 In article <104252@ti-csl.csc.ti.com> cecala@m2.csc.ti.com (Tony Cecala) writes: > Here's the lost document. In article <1990Jan2.154142.5638@smsc.sony.com> dce@smsc.Sony.COM (David Elliott) writes: >Is there a way to tell HyperCard to ignore commands for hiding the >menubar and message box? My screen is large enough to not need... >-- >David Elliott >dce@smsc.sony.com | ...!{uunet,mips}!sonyusa!dce David, here's something that you could put in your home stack. It lets you command-shift-m to toggle the message box if it should be hidden somehow. Good luck. on hide w if w="menubar" then put "trapped menubar" into msg else pass hide end hide on domenu w if w="message" and (the shiftKey is up) then put "trapped message" into msg else pass domenu end domenu Tony Cecala User Interface Designer PO Box 655303, MS 8223, Dallas, TX 75265 Texas Instruments, Inc. Arpanet: cecala@m2.csc.ti.com ------------------------- *I speak for me only*