home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Weekend Europe 2
/
LonelyPlanet.iso
/
pc
/
install.dxr
/
00004_checkScreenSize.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-07-21
|
232 b
|
11 lines
global gLanguage, gTextList
on checkScreenSize me
pScreenMessage = gTextList.screenSize[gLanguage]
theScreenRect = (the desktopRectList)[1]
if theScreenRect.right < 1024 then
alert(pScreenMessage)
halt()
end if
end