Author Topic: Open URL in the internal web browser from addin  (Read 2694 times)

Etienne-Helfer

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
Open URL in the internal web browser from addin
« 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

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Open URL in the internal web browser from addi
« Reply #1 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