Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: chrissO on July 30, 2018, 04:45:39 pm
-
Hello,
for test purpose I start EA as app.
App app = new App();
app.Repository.OpenFile("test.eap");
app.Visible = true;
Why are all Addins on disabled Status in the Extend ->Manage->Add-Ins-Window and no Addin-Menu exists? How can I enable them?
When I start EA via double-Click all Addins are enabled in the Extend ->Manage->Add-Ins-Window, the Addin-Menus exist, the Addins can be controlled/started via Addin-Menu.
I must missing something, but what?
Any help or advice is welcome.
Chris
Addition to the problem description:
If I click on Extend ->Manage->Add-Ins-Window the following happens: The Addin (extra input mask) shows shortly up and is closed immediatly. Status of the addin is still disabled.
-
Which EA? Which OS? V12/XP runs normally.
q.
-
EA: V13.0.1310
OS: Windows 7 Professional
-
Do you have any custom add-ins / MDG installed?
q.
-
Repository Class (http://www.sparxsystems.com/enterprise_architect_user_guide/14.0/automation/repository3.html) - LoadAddins - Loads all Add-Ins from a repository when Enterprise Architect is opened from automation.
-
Thank you!
Repository.LoadAddins() is the solution.