Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A script to resize windows to their vertical maximum' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A script to resize windows to their vertical maximum
Authored by: b2barker on May 05, '05 09:21:42PM
You can also set the vertical screen resolution with:
set display_y_size to item 2 of (screen resolution)
The screen resolution event is part of the XTool.osax.

[ Reply to This | # ]
Script does not work with multiple screens correctly.
Authored by: makis on Sep 15, '06 11:58:34PM

Hello, the script seems to work quite ok except I am using multiple monitors (macbook LCD plus external display). When I vertically resize a window with this script I end up with the window maximised but also _moved_ to my primary display. Is there something else that can be done in the apple script to prevent this from happening?



[ Reply to This | # ]