Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: M1TO on February 20, 2023, 11:29:51 pm

Title: Run script from Model Add-In
Post by: M1TO on February 20, 2023, 11:29:51 pm
Hello,

since the user interface in Model Add-Ins is limited to Session.Promt, .Input and .Output, I was wondering if it is possible to run a script from within a Model Add-In (e.g. in EA_MenuClick)?

Cheers
Title: Re: Run script from Model Add-In
Post by: Geert Bellekens on February 21, 2023, 12:31:20 am
You can write code and run that, but I don't think you can include an existing script from a model add-in.

I use EA-Matic to do all that.

Geert
Title: Re: Run script from Model Add-In
Post by: M1TO on February 21, 2023, 05:53:50 pm
Yeah, I was afraid so. Thanks for the response, though!