home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cs.utexas.edu!swrinde!gatech!rutgers!ub!galileo.cc.rochester.edu!uhura.cc.rochester.edu!da003b
- From: da003b@uhura.cc.rochester.edu (Vogon Poet)
- Newsgroups: comp.sys.mac.hypercard
- Subject: Re: Hiding the menubar
- Message-ID: <1992Nov9.150812.21672@galileo.cc.rochester.edu>
- Date: 9 Nov 92 15:08:12 GMT
- References: <1992Nov06.173256.94175@bmug.org>
- Sender: news@galileo.cc.rochester.edu
- Organization: University of Rochester - Rochester, New York
- Lines: 33
- Nntp-Posting-Host: uhura.cc.rochester.edu
-
- In <1992Nov06.173256.94175@bmug.org> Aaron_S._Friedman@bmug.org writes:
-
- >Is there a script I can put into a stack that hides the menubar ONLY if the
- >screen is 9"?
-
- consider the fact that on a 9" screen the "standard" window size in HC will
- fill it. Just test:
-
- if the loc of window (the short name of this stack) is "0,0" then
- --Do 9" stuff
- else
- --assume larger
- end if
-
- the syntax may not be exact, but try it. It works.
-
- Darrell.
-
- ----------------------------------------------------------------------------
- Any resemblence between tha above views and those of my institution, my
- terminal, or the view out my window are purely coincidental. Any
- resemblence between the above and my own views is non-deterministic. The
- question of the existence of views in the absence of anyone to hold them is
- left as an exercise for the reader. The question of the existence of the
- reader is left as an exercise for the second god coefficient. (A discussion
- of non-orthagonal, non-integral polytheism is beyond the scope of this
- article.)
-
- --
- | Darrell Anderson | aka Vogon Poet |
- | CPU Box 274046 U of Roch | internet: da003b@uhura.cc.rochester.edu |
- | Rochester, NY 14627-4046 | "Freedom is not the right to do what we want, |
- | (716) 274-3672 [x4-3672] | Freedom is the power to do what we ought." |
-