Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!rutgers!apple!jdevoto From: jdevoto@Apple.COM (Jeanne A. E. DeVoto) Newsgroups: comp.sys.mac.hypercard Subject: Re: IDing the type of Mac Keywords: Hypercard screen-size Message-ID: <30669@apple.Apple.COM> Date: 14 May 89 18:59:25 GMT References: <2138@csun.edu> Organization: Apple Computer Inc, Cupertino, CA Lines: 14 In article <2138@csun.edu> mx!mst@csun.edu writes: >I need to find a way to tell if I am on the standard >9 inch screen, or if I am on a larger screen. HyperCard version 1.2 and later has the function "screenrect()", which returns the location of the four corners of the screen HyperCard is running on. For example, the line put the screenrect into the message box will put 0,0,512,342 into the message box, if HyperCard is running on a 9" Mac screen. jeanne a. e. devoto jdevoto@apple.com