Sparx Systems Forum
Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Etienne-Helfer on June 21, 2013, 11:46:10 pm
-
Hi everyone,
We are developing an add-in for enterprise architect. The add-in needs to open the EA internal web browser, and automatically go to an arbitrary URL.
How can we do that using the API ? If not possible is there any alternatives ?
Thanks and best regards,
Etienne
-
Etienne,
I don't think you can.
If you really want it embedded in EA you could put the browser of your liking into a user control, and then show that user control in EA using Repository.AddWindow or Repository.AddTab
Geert