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

Access Separations Preview Panel

Guest
Sep 18, 2014 Sep 18, 2014

Hi Forum,

Im new to illustrator scripting.

Would anybody help me to access "Separations preview panel"  through script.

thanks.

looking forward for your fabulous support on my request.

thanks.

TOPICS
Scripting
1.7K
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 , Sep 24, 2014 Sep 24, 2014

sorry, you might have run out of luck, I think that's as far we can go with actions

Translate
Adobe
Valorous Hero ,
Sep 18, 2014 Sep 18, 2014

I don't think you can mess with the separations preview through the scripting commands, what are you trying to do if it was 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
Guest
Sep 19, 2014 Sep 19, 2014

HI Silly-V & Forum;

This is my task.

When somebody try to export to artboard as PDF, the script should automatically show the "Separations preview Panel" visible and after check all the plates, then he should export the artboard as PDF.

eg.

When Command keystroke P is pressed, A dialog should appear, where I'll have to press button"Check Seperations Preview",
then the Separations panel should appear, after check, when export to PDF button is clicked, the artboard should be exported as PDF.

this is my necessity.

Pls help me on this.

thanks

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
Valorous Hero ,
Sep 19, 2014 Sep 19, 2014

If to verify ink plates is your goal, there may be a way to simulate the panel with script, though it would be a somewhat complicated process involving ScriptUI

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
Guest
Sep 23, 2014 Sep 23, 2014

Hi,

Thanks for your response.

Could you please post here the way to stimulate the panel with the help of script. Is that possible for you to help me.

thanks for your support.

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
Valorous Hero ,
Sep 23, 2014 Sep 23, 2014

It is too complicated to do quickly, and we do not know 100% of your goals, but the way you'd do it is use the document's inkList to see which separations are listed and printable, then you would display that information in a UI window.

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
Guest
Sep 23, 2014 Sep 23, 2014

OK thanks,

Any little bit of script for example to display the desired ink (say I like to display only the Cyan ink if needed).

This would help me to continue further.

thanks for your help

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 23, 2014 Sep 23, 2014

a workaround to your original question would be to record an action to bring up the Panel, then you could call this action in with your script, if you have CS6 or newer

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
Guest
Sep 23, 2014 Sep 23, 2014

Hi Carlo,

I have cs6 installed.

thanks for the support.

Should I do like below...... to run the action.

  tell application "Adobe Illustrator"

  do script "Delete Unused Panel Items" from "Default Actions" without dialogs

  end tell

thanks for your support.

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
Guest
Sep 23, 2014 Sep 23, 2014

Also Carlos,

I tried to Record opening the separations preview panel, made inks invisible and visible activities and stopped the recording.,

While running the Action recorded, Nothing happened.

WOUld be much appreciate, if I have the support on creating action for opening the panel and make activities like visibile and invisible.

would be a great help, if I have the recorded actions itself on hand. Because Im running short of time, for this a very long days ago.

thanks for the support.

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 23, 2014 Sep 23, 2014

To record showing the panel you must use the "Insert Menu Command" in the Actions Panel Fly out menu. I'm not sure if you can record stuff like using the panel, sorry I'm not in front of the computer at the moment

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
Guest
Sep 24, 2014 Sep 24, 2014

Carlos!!! Your are Great.

Yes now I can able to bring the Separations Preview Panel. However i Cant able to record the actions like,

i) making the colour CYan  invisible

ii) making the color Magenta invisible and CYAN to visible,

so on

Just playing around and recording them as actions.

Finally, when running the action, visible and invisible actions should work around.

sorry, but any help on this please.

thanks for your support Carlos.

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 24, 2014 Sep 24, 2014

sorry, you might have run out of luck, I think that's as far we can go with actions

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
Guest
Sep 25, 2014 Sep 25, 2014

Okey thank you Carlos.

Even though i cant able to captures accessing separations panel, atleast i have learnt to create action for separations panel.

Great help from you Carlos.

Many thanks for your support.

RAJN

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 25, 2014 Sep 25, 2014
LATEST

you're welcome

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
Valorous Hero ,
Sep 23, 2014 Sep 23, 2014

Sorry, I had a different idea about the purpose of seeing the separations, for your work the actions & scripts may be the way to go.

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