----- Original Message -----
From: "Johannes Hansen" <[EMAIL PROTECTED]>
To: "lingo-l" <[EMAIL PROTECTED]>
Sent: Tuesday, February 13, 2001 7:13 PM
> How do i read the current screen resolution in windows with lingo?
use the deskTopRectList.
-- Welcome to Director --
put the deskTopRectList
-- [rect(0, 0, 1600, 1200)]
put the deskTopRectList[1].height
-- 1200
put the deskTopRectList[1].width
-- 1600
cheers,
John Erazo
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]