Hi all, if anyone has any advice for this, I'd be much obliged:
I'm working with K4 and Made to Print in IDCS3 on a mac.
I've got a javascript that automatically logs into K4 with a specific username. It needs to run right after InDesign launches. If I put it into the startup scripts folder, I get an error when it executes because K4 and/or Made to Print have not finished loading up on startup.
The script works fine if I run it manually after K4 and Made to Print are loaded.
I tried adding a delay to the beginning of the script, but that seems to simply halt all processing in InDesign instead of allowing the plugins to load and finish their startup processes.
I tried moving the login script out of startup scripts, and instead put a pointer script into the ID startup script folder, to get the delay to happen outside of InDesign. That didn't seem to make a difference InDesign still halted till the delay was over.
If you couldn't tell I don't spend much time scripting, so looking for advice!
Thanks!