You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw an addition someone named DMD add to the script:
'Start placing on Doc page' automatically pulls the page you are currently on
I would appreciate it if you could add it in the next version
I saw an addition someone named DMD add to the script:
'Start placing on Doc page' automatically pulls the page you are currently on
I would appreciate it if you could add it in the next version
var myPageName = app.activeWindow.activePage.name
// Doc start page dLog.pan1.add('statictext', [10,94,190,109], "Start Placing on Doc Page:"); dLog.docStartPG = dLog.pan1.add('edittext', [10,114,70,137], myPageName); dLog.docStartPG.onChange = docStartPGValidator;
THANKS!
The text was updated successfully, but these errors were encountered: