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

Reset and Switch workspace illustrator CS6

Community Beginner ,
Dec 11, 2015 Dec 11, 2015

Hello all,

Is there a way of resetting and/or switching  workspaces through a script in Illustrator CS6? I have tried with the functions shown in the CC Illustrator Adobe documentation and it shows me an error not recognizing the function. And I don't see those functions in the CS6 documentation.

Any help would be truly appreciated.

Thanks a lot.

TOPICS
Scripting
1.2K
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

correct answers 1 Correct answer

Community Expert , Dec 11, 2015 Dec 11, 2015

You can reset workspace like below.

app.executeMenuCommand("Adobe Reset Workspace");

However, There are no way to manipurate workspace in CS6 as W_J_T say.

Translate
Adobe
Mentor ,
Dec 11, 2015 Dec 11, 2015

Looking through the documentation all the 'workspace' related methods were introduced in CC, so more than likely the answer is no.

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 ,
Dec 11, 2015 Dec 11, 2015

i know it's not really what you're asking for.. but you can reset a workspace via an action.. if i recall correctly you can run an action from ESTK in CS6..

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 ,
Dec 11, 2015 Dec 11, 2015

You can reset workspace like below.

app.executeMenuCommand("Adobe Reset Workspace");

However, There are no way to manipurate workspace in CS6 as W_J_T say.

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
Mentor ,
Dec 12, 2015 Dec 12, 2015

‌Nice info Ten A and CarlosCanto good to know, thanks for sharing.

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 ,
Dec 12, 2015 Dec 12, 2015

starting with CS6

var result = app.sendScriptMessage("Adobe Custom Workspace" , "Switch Workspace", '<workspace="Automation" >'); // Essentials

alert(result);

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 Beginner ,
Dec 29, 2015 Dec 29, 2015
LATEST

Thank you Ten A and CarlosCanto! That really helped me out. Sorry about the delay on my response, I was taking finals at school. But now my script is up and running!

Happy Holidays!

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