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

Can we load the extension on starting of the app(PS/Id/Ai) ?

Explorer ,
Jan 08, 2015 Jan 08, 2015

Copy link to clipboard

Copied

Hi All,

I want to start my extension at staring of the app. As per the documentation, Lifecycle/StartOn/Event in manifest.xml can be used. I have used it like this in my manifest file :

<Lifecycle>

  <StartOn>

      <Event>applicationActivate</Event>

  </StartOn>

  </Lifecycle>

But, I can't see the extension starting automatically.

The starting behaviour for like this: If the app is closed with extension open, the extension will load automatically on next start of the app and if the extension is closed or minimized while closing the app, the extension doesn't start.

Views

1.2K

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

correct answers 1 Correct answer

Adobe Employee , Mar 11, 2015 Mar 11, 2015

After Effects does not support this feature but the following workflows should work for launching on startup in other PPs:

<Lifecycle>

    <AutoVisible>true</AutoVisible>

      <StartOn>

        <!-- Photoshop dispatches this event on startup -->

        <Event>applicationActivate</Event>

        <!-- Premiere Pro dispatches this event on startup -->

        <Event>com.adobe.csxs.events.ApplicationActivate</Event>

      </StartOn>

</Lifecycle>

Votes

Translate

Translate
Community Beginner ,
Mar 09, 2015 Mar 09, 2015

Copy link to clipboard

Copied

Hi,

Same issue here with After Effects :

<Lifecycle>

  <AutoVisible>true</AutoVisible>

  <StartOn>

  <Event>applicationActivate</Event>

  </StartOn>

</Lifecycle>

The extension does not launch at the application launch...

Fred

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
Adobe Employee ,
Mar 11, 2015 Mar 11, 2015

Copy link to clipboard

Copied

After Effects does not support this feature but the following workflows should work for launching on startup in other PPs:

<Lifecycle>

    <AutoVisible>true</AutoVisible>

      <StartOn>

        <!-- Photoshop dispatches this event on startup -->

        <Event>applicationActivate</Event>

        <!-- Premiere Pro dispatches this event on startup -->

        <Event>com.adobe.csxs.events.ApplicationActivate</Event>

      </StartOn>

</Lifecycle>

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

Copy link to clipboard

Copied

Thanks you for your reply.

I hope it's planned for AE... It's could be very useful for create a render farm.

Fred

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
New Here ,
May 19, 2015 May 19, 2015

Copy link to clipboard

Copied

Hello,

Same issue as the original poster but this time on Flash Pro CC 2014..

What is the event to set ?


Thanks!

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
Explorer ,
Jul 23, 2019 Jul 23, 2019

Copy link to clipboard

Copied

Bump for Adobe Animate 19.2.1.

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 Expert ,
Jan 20, 2020 Jan 20, 2020

Copy link to clipboard

Copied

LATEST

Moved to the exchange forum

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