Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Helmut Ortmann on August 15, 2012, 10:02:18 pm

Title: Call Addin from VB script
Post by: Helmut Ortmann on August 15, 2012, 10:02:18 pm
Hello,

is there a simple way to call an Addin from VB Script?

Thanks in advance,

Helmut
Title: Re: Call Addin from VB script
Post by: qwerty on August 15, 2012, 10:10:00 pm
I could imagine that Repository.CustomCommand could be the way to do it. But actually I don't know. Maybe someone else has figured it out?

q.
Title: Re: Call Addin from VB script
Post by: Paulus on August 15, 2012, 10:41:45 pm
I've spend quite some time on this and i don't think it's possible, at least not from regular/dialog/project browser scripts. Luckily for my purposes (i needed the ability to open custom dialogs from script, like eg a selection list of diagrams) it turned out there was another solution.  :)

Still it would be a welcome feature so i too am interested if someone has managed to use eg CustomCommand for this.