Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to "grab" window when it's off screen

Since I often use a second monitor, the screen geometry varies (compared to when the MacBook is running solo).


I cannot use iTunes, since it's upper menu bar is north of the visible desktop. Even when I can see the whole window as a thumbnail-- highlighted in blue in "Expose'" -- I cannot reposition it so that I can use it.


What's the trick? (Stupid, eh?) Thanks!

MacBook Pro, Mac OS X (10.6.8)

Posted on Mar 30, 2013 10:18 AM

Reply
Question marked as Best reply

Posted on Mar 30, 2013 10:22 AM

Open the Script Editor in the /Applications/AppleScript/ folder and run:


tell application "iTunes"

set bounds of window 1 to {0, 116, 1680, 863}

end tell


(79749)

4 replies

How to "grab" window when it's off screen

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.