Book a Demo

Author Topic: Open tab after a Diagram is selected in the project browser  (Read 4545 times)

Ceronimo

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Open tab after a Diagram is selected in the project browser
« on: April 01, 2016, 11:57:15 pm »
Hi,
How can i open a tab after a Diagram is selected on the projectbrowser.

f.e. something like --> OnDiagramOpen() addtab

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Open tab after a Diagram is selected in the project browser
« Reply #1 on: April 02, 2016, 02:28:43 am »
There is EA_OnPostOpenDiagram that will trigger when you open a diagram, and EA_OnContextItemChanged that will trigger when you select something in the project browser.

Geert

Ceronimo

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Re: Open tab after a Diagram is selected in the project browser
« Reply #2 on: April 04, 2016, 04:42:03 pm »
thanks it worked