home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / mac / hypercar / 4137 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1001 b 

  1. Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!spool.mu.edu!yale.edu!jvnc.net!princeton!siemens!ursa!fwb
  2. From: fwb@siemens.com. (Frederic W. Brehm)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Hiding the menubar
  5. Message-ID: <fwb.721325150@ursa>
  6. Date: 9 Nov 92 16:05:50 GMT
  7. References: <1992Nov06.173256.94175@bmug.org>
  8. Sender: news@siemens.siemens.com
  9. Lines: 20
  10.  
  11. Aaron_S._Friedman@bmug.org writes:
  12. >Is there a script I can put into a stack that hides the menubar ONLY if the
  13. >screen is 9"?
  14.  
  15. My favorite solution is:
  16.  
  17.     on openStack -- or your favorite handler
  18.       -- other stuff
  19.       if (rect of card window >= the screenrect) then hide menuBar
  20.       -- more other stuff
  21.     end openStack
  22.  
  23. But if you substitute (the screenrect = "0,0,342,512") for the "if"
  24. condition then it will meet your specification exactly. You better check
  25. those numbers "342,512", though. I'm not positive they are correct.
  26.  
  27. Fred
  28. --
  29. Frederic W. Brehm    Siemens Corporate Research    Princeton, NJ
  30. fwb@siemens.siemens.com
  31.