Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: Etienne-Helfer on June 21, 2013, 11:46:10 pm

Title: Open URL in the internal web browser from addin
Post 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
Title: Re: Open URL in the internal web browser from addi
Post by: Geert Bellekens on June 24, 2013, 04:59:00 pm
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