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

How to add a separator in AE menu?

Explorer ,
Oct 06, 2010 Oct 06, 2010

Copy link to clipboard

Copied

Hi,

    AE SDK provides methods to insert Menu commands/items but is there a way to add separator in AE menu like the image shown below?

Screen shot 2010-10-07 at 11.14.16 AM.png

Thanks,

Dheeraj.

TOPICS
SDK

Views

966

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
Advisor ,
Oct 07, 2010 Oct 07, 2010

Copy link to clipboard

Copied

Hi Dheeraj,

Nope, sorry that isn't exposed through the API.  It would probably be in AEGP_CommandSuite if it were.

Feel free to submit a feature request: http://www.adobe.com/go/wish

Regards,

Zac

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 ,
Oct 07, 2010 Oct 07, 2010

Copy link to clipboard

Copied

LATEST

Thanks for replying Zac. I submitted a feature request. I want to know if there is a way to specify the position in which the separator has to be shown.

Regards,

Dheeraj

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
Engaged ,
Oct 07, 2010 Oct 07, 2010

Copy link to clipboard

Copied

You can add an item with a string of "-" to get a menu separator, just

as you would with the regular Mac/Win menu APIs.

Not sure if that's the "official" way, but it works.

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
Advisor ,
Oct 07, 2010 Oct 07, 2010

Copy link to clipboard

Copied

You're right - Thanks for jumping in Bob!  I'll add this to the SDK documentation so it won't be forgotten.

Zac

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 ,
Oct 07, 2010 Oct 07, 2010

Copy link to clipboard

Copied

Thanks Bob for sharing your knowledge. I'm able to add a separator but how can I specify the position where the separator has to be shown? Is there a way to specify?

Thanks,

Dheeraj.

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