Copy link to clipboard
Copied
For a specific task I'd like to toggle to "Full Screen Mode" between scripts. I can use "F" to toggle between modes, but I won't know what mode the user is currently in so I won't know how many times to press "F". I don't see "Full Screen Mode" listed in the "do Menu Item" list (probably because it's not a menu item). Is this scriptable (Javascript)?
rcraighead schrieb
… Is this scriptable (Javascript)?
Yes.
app.documents[0].views[0].screenMode = ScreenMode.FULLSCREEN;
Have fun
![]()
Copy link to clipboard
Copied
rcraighead schrieb
… Is this scriptable (Javascript)?
Yes.
app.documents[0].views[0].screenMode = ScreenMode.FULLSCREEN;
Have fun
![]()
Copy link to clipboard
Copied
Thank you, pixxxel, I had missed that section in the scripting guide.
Scripting Constants — Illustrator Scripting Guide 0.0.1 documentation
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more