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

  1. Path: sparky!uunet!cs.utexas.edu!swrinde!gatech!rutgers!ub!galileo.cc.rochester.edu!uhura.cc.rochester.edu!da003b
  2. From: da003b@uhura.cc.rochester.edu (Vogon Poet)
  3. Newsgroups: comp.sys.mac.hypercard
  4. Subject: Re: Hiding the menubar
  5. Message-ID: <1992Nov9.150812.21672@galileo.cc.rochester.edu>
  6. Date: 9 Nov 92 15:08:12 GMT
  7. References: <1992Nov06.173256.94175@bmug.org>
  8. Sender: news@galileo.cc.rochester.edu
  9. Organization: University of Rochester - Rochester, New York
  10. Lines: 33
  11. Nntp-Posting-Host: uhura.cc.rochester.edu
  12.  
  13. In <1992Nov06.173256.94175@bmug.org> Aaron_S._Friedman@bmug.org writes:
  14.  
  15. >Is there a script I can put into a stack that hides the menubar ONLY if the
  16. >screen is 9"?
  17.  
  18. consider the fact that on a 9" screen the "standard" window size in HC will
  19. fill it.  Just test:
  20.  
  21. if the loc of window (the short name of this stack) is "0,0" then
  22.    --Do 9" stuff
  23. else
  24.    --assume larger
  25. end if
  26.  
  27. the syntax may not be exact, but try it.  It works.
  28.  
  29. Darrell.
  30.  
  31. ----------------------------------------------------------------------------
  32. Any resemblence between tha above views and those of my institution, my
  33. terminal, or the view out my window are purely coincidental.  Any
  34. resemblence between the above and my own views is non-deterministic.  The
  35. question of the existence of views in the absence of anyone to hold them is
  36. left as an exercise for the reader.  The question of the existence of the
  37. reader is left as an exercise for the second god coefficient.  (A discussion
  38. of non-orthagonal, non-integral polytheism is beyond the scope of this
  39. article.)
  40.  
  41. -- 
  42. | Darrell Anderson         | aka Vogon Poet                                |
  43. | CPU Box 274046 U of Roch | internet: da003b@uhura.cc.rochester.edu       |
  44. | Rochester, NY 14627-4046 | "Freedom is not the right to do what we want, |
  45. | (716) 274-3672 [x4-3672] |  Freedom is the power to do what we ought."   |
  46.