You are not logged in.
There are a lot of ways to do it. This is what I use in AS Studio projects:
--Open this script in a new Script Editor window.
set {x1, y1, x2, y2} to call method "frame" of (call method "mainScreen" of class "NSScreen")
set the_resolution to {x2, y2}
Jon
-------------------------
[This script was automatically tagged for color coded syntax by Convert Script to Markup Code]
Offline