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

Is it possible to select an object using JavaScript or applescript in illustrator CS3

New Here ,
Apr 08, 2008 Apr 08, 2008

Copy link to clipboard

Copied

Hi all

Is it possible to select an object using JavaScript in illustrator CS3. If it is could you please tell me how.

Thanks

Sel
TOPICS
Scripting

Views

424

Translate

Translate

Report

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
Explorer ,
Apr 17, 2008 Apr 17, 2008

Copy link to clipboard

Copied

You will have to be more specific what you want to select. Text in a frame? A particular 1-point black-filled path? Everything? Only select locked stray points? Graphics?

And then what do you want to do with it?

Votes

Translate

Translate

Report

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 ,
May 13, 2008 May 13, 2008

Copy link to clipboard

Copied

hi,
i'm not the guy that asked this, but i am also intereste.

i would like to select a path...

Votes

Translate

Translate

Report

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 ,
May 13, 2008 May 13, 2008

Copy link to clipboard

Copied

LATEST
Making most objects selected is simply a matter of setting its .selected property to true:

myObject.selected=true;

Trickier is telling the script which object to select. Open the AI Javascript Reference, do a search for ".selected =", and you will find numerous examples.

JET

Votes

Translate

Translate

Report

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