Hasn't anyone else run into this problem? I was able to write a script for Camino using CamiScript that resizes the window, but I'm still looking for a better solution if someone has one. -- Xbox Live Gamertag: cm50
tell application "System Events" set theProcesses to every process whose visible is true repeat with theProcess in theProcesses tell theProcess set theWindows to every window repeat with theWindow in theWindows set theButtons to (buttons of theWindow) repeat with theButton in theButtons try if (subrole of theButton) is "AXZoomButton" then click theButton end try end repeat end repeat end tell end repeat end tell
cavemonkey50 Monkey Madness Premium join:2003-11-22 Allentown, PA
Thanks for the script, but clicking the zoom button won't solve my issue. My problem lies more with the position of the window, and not the size.
I seem to be quite content the past day just fixing the browser window with my CamiScript. I am very picky about my browser window, and I guess that was the main issue. So, for now I guess we can put this to rest unless someone has experienced this problem in the past and has a solution. -- Xbox Live Gamertag: cm50