Author Topic: Run script from Model Add-In  (Read 1733 times)

M1TO

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Run script from Model Add-In
« 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

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13404
  • Karma: +567/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Run script from Model Add-In
« Reply #1 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

M1TO

  • EA User
  • **
  • Posts: 22
  • Karma: +0/-0
    • View Profile
Re: Run script from Model Add-In
« Reply #2 on: February 21, 2023, 05:53:50 pm »
Yeah, I was afraid so. Thanks for the response, though!