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?
Thanks,
Dheeraj.
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
Copy link to clipboard
Copied
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
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.
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
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.