Hi,
I use VMware Fusion to test websites and screen resolutions. In order to switch between target screen resolutions I wrote a series of applescript commands to change the size of the VM windows. Here is an example 0
tell application "VMware Fusion"
activate
# add 55 pixels to the height to accommediate the VMware interface
set the bounds of the first window to {0, 0, 1024, 823}
end tell
These scripts had been working great until the latest VMware Fusion update (4.1.1) when the guest OS's stopped responding to the change in window size. The window changes size but the guest OS does not seem to register that a change has occurred and does not respond as it had before. If I manually adjust the size of the window it responds correctly.
I'm wondering if there is a change I can make on my end or if I should submit this as a bug. Below is a screenshot of what it looks like after I run the script. Note the black bars on the right and left.
Thanks,
Lou