Copy link to clipboard
Copied
Hi Everyone,
I am working on Illustrator cs3 plugin. Using the plugin when I close all the active documents opened in illustrator, I'm not getting the Welcome screen
(you find this in the Menubar,Help->Welcome Screen...).So I just want to call the welcome screen manually in the javascript code after i close the file. Would you please help me in this? Thanks in Advance
Copy link to clipboard
Copied
You're not going to be able to do this. It's not accessable to scripting.
Copy link to clipboard
Copied
Is it possible from VC++ code? Sorry, this might be out of scope for this forum. I jus wanted to know if it's possible..
Copy link to clipboard
Copied
Ask here:
http://forums.adobe.com/community/illustrator/illustrator_sdk
Copy link to clipboard
Copied
Thank you..
Copy link to clipboard
Copied
record an action and call it from your script (VB only or AS), however the action won't work if there's no documents opened, run the action with at least one document opened.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now