Book a Demo

Author Topic: Position of The Added Tab  (Read 3989 times)

Ceronimo

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Position of The Added Tab
« on: April 04, 2016, 04:41:37 pm »
How can i select the Position of the tab, which i have created with Addtab() ?
I want it to dock under the Project tree ?

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Position of The Added Tab
« Reply #1 on: April 04, 2016, 04:52:53 pm »
AddTab will only add a tab in the main diagram window.

With AddWindow() you can add a window that can be docked anywhere.
There is no way to influence the position of the window in the code.

Geert