Help - Search - Members - Calendar
Full Version: Resizing Windows
Ambrosia Software Web Board > Ambrosia Web Boards > Utility Central
shareski
I need to capture webpages in 1024 x 768. I set Snapz Prox to that size but have to make adjustments to my browser to get it to match. It seems I have to close Snapz Pro to make the adjustments. It takes me 3 or 4 tries to get the right size since I have to eyeball FireFox. (the browser is actually larger than 1024 x 768 but the window I'm capturing must be that size)

Is there a way to match adjust my window size without having to close Snapz everytime?
Kepi
You won't be able to adjust the window while Snapz is active, but before you activate Snapz, you can run this AppleScript:

CODE
tell application "Firefox"
    tell front window
        set bounds to {20, 40, 1044, 808}
    end tell
end tell


[edit] Except, of course, this doesn't work with Firefox 3RC1. Way to not support basic AppleScript, guys! [/edit]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.