Copy link to clipboard
Copied
Hey,
I'm just trying to mimic the manual way of going Window>Arrange>New Window(From Current Doc)
Is this something that's possible through .jsx?
Cheer,
Shawn
app.runMenuItem (app.stringIDToTypeID ("newView"));
HTH...
Copy link to clipboard
Copied
Seem like ScriptListener ins't recording it.
Copy link to clipboard
Copied
app.runMenuItem (app.stringIDToTypeID ("newView"));
HTH...
Copy link to clipboard
Copied
Thanks a bunch for the answer!
Copy link to clipboard
Copied
Is there a way to get a handle to the "newView" and move it onto another monitor? I'm new to JS, any info would be greatly appreciated.
Cheers!