Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Tehila1 on March 25, 2014, 09:06:15 pm

Title: load add-in to add-ins window
Post by: Tehila1 on March 25, 2014, 09:06:15 pm
Hello!

I've searched for a shortcut to my EA add-in.
I understand the only way is to load it to the add-ins window.

How should I do it and is there a better way?

Thanks in advace!
Title: Re: load add-in to add-ins window
Post by: Helmut Ortmann on March 25, 2014, 09:19:01 pm
Hi,

the most convenience way to control your addin is by using the addin-window.

To accomplish that you have to write an Active X control.

Geerts Navigator with free source code is a good example for that.

I admit, my first Addin with addin window tooks me some time. Looking in the code of the Navigator gives you some clues.

Helmut


Title: Re: load add-in to add-ins window
Post by: Geert Bellekens on March 25, 2014, 11:06:35 pm
Even easier, the MyAdd-in example https://github.com/GeertBellekens/Enterprise-Architect-Add-in-Framework/tree/master/MyAddin also contains an add-in window (and is less cluttered with all the other options.

Geert