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

afterSelectionChanged & afterSelectionAttributeChanged events in Illustrator

New Here ,
Nov 09, 2016 Nov 09, 2016

Hello there

What would be the most simple to use the native InDesign events 'afterSelectionChanged' & 'afterSelectionAttributeChanged' in Illustrator?

TOPICS
Scripting
1.5K
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
Valorous Hero ,
Nov 09, 2016 Nov 09, 2016

You probably have to make a .aip plugin to have such events accessible by Illustrator 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
Engaged ,
Nov 09, 2016 Nov 09, 2016

It seems that here discussed something like?

https://forums.adobe.com/message/8973899#8973899

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 ,
Nov 09, 2016 Nov 09, 2016

Can the .aip plugin be bundled within an Extension?

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 ,
Nov 09, 2016 Nov 09, 2016

Yes, You can reference ScriptSlot in Add-Ons.

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
Engaged ,
Nov 09, 2016 Nov 09, 2016

offtopic:

What is the minimum level of knowledge, in order to write .aim-extension? Good knowledge of C++?

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 ,
Nov 09, 2016 Nov 09, 2016

C++ is necessary.

If you need to UI, You have to know CEP HTML extension.

We can reference common HTML5, Javascript(not Extendscript) and  CSS article in around the web.

and... CEP Resources is below:

https://github.com/Adobe-CEP/CEP-Resources/wiki/CEP-6-HTML-Extension-Cookbook-for-CC-2015

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
Engaged ,
Nov 11, 2016 Nov 11, 2016
LATEST

offtop: Learning C++ can take a years...

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