简体   繁体   中英

InDesign Startup Script

I made a simple startup script for InDesign using javascript with afterOpen that would show an alert when any Indesign document is opened just for testing. I have deleted the script from my scripts folder, but it still runs and alerts pop up for any InDesign file I open. Why? How? Should I uninstall and reinstall InDesign? Is it in a hidden file somewhere?

Because of startup scripts are persistent (in ID "database"). You need to make another script or answer to beforeClose -- Document (beforeQuit -- Application) events, where you need to remove all EventListeners and MenuActions.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM