Book a Demo

Author Topic: Repository.addTab(...) default position / docking  (Read 3725 times)

stao

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Repository.addTab(...) default position / docking
« on: December 23, 2013, 05:51:36 am »
Hi all.

per default new tabs are docked like diagrams but can be moved freely.

Is there a possibility to set the default docking status of the newly created tab window?
Or move the tab window to another position after it has been created.

Where does EA store the information which tabs are shown and where?






Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Repository.addTab(...) default position / dock
« Reply #1 on: December 23, 2013, 06:05:09 pm »
I don't think you can control the location of the window programmatically.

If I'm not mistaken EA stores all of that info somewhere in the registry.

The saved workspaces are actually just exported registry setting saved in %AppData%\Sparx Systems\EA\Workspace Layouts\*.eaworkspace

Those files give you an idea where to look.

Geert