This seems to cover the same issue:
http://macscripter.net/viewtopic.php?id=28627
From what I can tell at the moment, a full answer is going to have to be done in Obj-C, but a short Applescript like this will at least get the number of displays connected:
tell application "Image Events"
launch
get properties of every display
quit
end tell
0 comments:
Post a Comment