Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Calling Welcome Screen manually

New Here ,
Sep 02, 2010 Sep 02, 2010

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

TOPICS
Scripting
1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe
Community Expert ,
Sep 02, 2010 Sep 02, 2010

You're not going to be able to do this. It's not accessable to scripting.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 02, 2010 Sep 02, 2010

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..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Sep 02, 2010 Sep 02, 2010

Ask here:

http://forums.adobe.com/community/illustrator/illustrator_sdk

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Sep 03, 2010 Sep 03, 2010

Thank you..

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 06, 2010 Sep 06, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines