AIEvents in CC

AIEvents are not working in Illustrator CC.
         var adapter:AIEventAdapter = AIEventAdapter.getInstance();
         adapter.addEventListener(AIEvent.ART_SELECTION_CHANGED,selectionHandl er);
         adapter.addEventListener(AIEvent.DOCUMENT_CLOSED,selectionHandler);
selectionHandler code is not getting executed  but the same is working in CS6

Hi nsa91,
Did you find any kind of solution for that problem?
Would be very grateful for any ideas.

Similar Messages

  • How to access AIEvents from Illustrator CC

    Tried  this in CS6 it works out but not in CC
      var adapter:AIEventAdapter = AIEventAdapter.getInstance();
      adapter.addEventListener(AIEvent.ART_SELECTION_CHANGED,selectionHandler);
      adapter.addEventListener(AIEvent.DOCUMENT_CLOSED,selectionHandler);

    when you paste into photoshop, you should get some options as to what you want photoshop to import the shape as. if you select 'shape layer' you get the result you describe (a shape masking the foreground colour). choose one of the other options, depending on how you're going to use it.

  • How to handle events when artboard list change in Illustrator?

    It is very strange for me, but AIEvent has no event type for handle artboard list change events.
    http://cssdk.host.adobe.com/sdk/1.5/docs/WebHelp/references/cshalib/com/adobe/cshostadapte r/AIEvent.html
    May be there are any ideas how to get artboard events: "add", "delete", "reorder" 

    Well, the right event type is AIEvent.DOCUMENT_CROP_AREA_MODIFIED. It is very usefull to play with EventWatcher example from Remote Creative Suite SDK Examples.

  • Host Adapter DOCUMENT_WRITE_PREPROCESS Event, not enough time

    Dear all
    I want to do some stuff before the document saves.
    I use the Host Adapter with Illustrator
    When I register a handler:
    AIEventAdapter.getInstance().addEventListener(AIEvent.DOCUMENT_WRITE_PREPROCESS,handler);
    the function gets called when saving, but the document is saved before my actions are finished. Can I get Ilustrator to wait till my function has finished?
    In my case I want to write some XMP data right before the document is saved. Is this impossible? What the point of this Event  if cannot finish your actions before the actual writing of the document is done?
    regards

    Or to put it different:
    How can I do some action before the actual saving of the document is done. How can I update the XMP data before the data is saved?
    How can I make the document saving operation wait for my code to finish?
    One hack could be just call the document.save() or document.saveAs() again. But when the user choose some specialised options when he saves a pdf, I don't know this options and will write a pdf with default settings.
    thanks

  • Illustrator CC crashing with aiHostAdapter with version higher than 16.9

    I am trying to export a zxp from Flash Builder with CS Exstension Builder 2.
    <products>
      <product familyname="Illustrator" primary="true" version="16.0"/>
      <product familyname="Illustrator" maxversion="15.1" primary="true" version="15.0"/>
      </products>
    <files>
        <file destination="$plugin/Extensions.localized" maxVersion="17.9" minVersion="16.0" platform="mac" products="Illustrator" shared="true" source="ai_host_adapter/mac/AIHostAdapter.aip"/>
    </files>
    When I install the built extension Illustrator CC throws an error on launch and crashes.
    When I take the max version down to 16.9 it installs, Illustrator CC launches but then there is no extension in the Windows > Extension menu.
    It seems like Illustrator CC doesn't like the aiHostAdapter...
    Any ideas?

    Dear xujieadobe,
    Is new version of HostAdapter dispatch ART_SELECTION_CHANGED from Illustrator CC, and How can i use it?
    seems AIEventAdapter.getInstance().addEventListener(AIEvent.ART_SELECTION_CHANGED, _F) won't work for me.
    Thanks in Advance.

Maybe you are looking for