Published in: AppleScript
tell application "Finder" set _b to bounds of window of desktop set _w to item 3 of _b set _h to item 4 of _b end tell
You need to login to post a comment.
Beginning AppleScript (Programmer to Programmer)
Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced.
mikegreen on 05/22/08
1 person has marked this snippet as a favorite
Published in: AppleScript
tell application "Finder" set _b to bounds of window of desktop set _w to item 3 of _b set _h to item 4 of _b end tell
You need to login to post a comment.