AS CS3 Zoom
I'm still a newbie to applescript. I'm trying to make the window fit to page. What am I doing wrong?.
This is the chunk I need help with out of my bigger script:
try
tell layout window of MyDoc
set zoom percentage to fit window
end tell
end try
I also want to set the screen mode to Normal too. What's the code for that?