Book a Demo

Author Topic: Default open last Diagrams  (Read 4445 times)

SaschaR

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Default open last Diagrams
« on: January 23, 2008, 12:29:22 am »
Hi,
is there an option to save the perspective I used when I closed the EA. For example, I closed the EA and Diagram1 and Diagram2 were opened. What I want is that, when I restart EA, exactly these two Diagrams are opened as default.
Greetings
SaschaR

thomaskilian

  • Guest
Re: Default open last Diagrams
« Reply #1 on: January 23, 2008, 07:02:00 am »
Only way: use an add-in. There is an initialization called where you could open diagrams that were open at last close.

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Default open last Diagrams
« Reply #2 on: January 23, 2008, 07:49:49 am »
Of course you would need to store the state of the diagrams on shutdown so you could determine which to display next time.

In the meantime you can have one single diagram come up each time you start a given EA project. Open the diagram, then from the main menu choose Diagram | Set as Model Default. [Note that there is no equivalent context menu command to do this.] This is a far cry from what you are seeking, but it might make the wait for an add-in more tolerable.

David
No, you can't have it!

RoyC

  • EA Administrator
  • EA Practitioner
  • *****
  • Posts: 1297
  • Karma: +21/-4
  • Read The Help!
    • View Profile
Re: Default open last Diagrams
« Reply #3 on: January 23, 2008, 02:57:54 pm »
Or you could create a shortcut to the model, which would open two or more diagrams when you started EA using that shortcut. But if anyone shares the shortcut they would get the same diagrams. Also, you would have to edit the shortcut every time you finished work, to return to the things you have been working on.  This might be OK if you are doing lengthy work on particular diagrams, but not if you flit across the model and do different things each day.

See

http://www.sparxsystems.com.au/EAUserGuide/index.html?shortcuts_to__eap_files.htm
Best Regards, Roy

«Midnight»

  • EA Guru
  • *****
  • Posts: 5651
  • Karma: +0/-0
  • That nice Mister Grey
    • View Profile
Re: Default open last Diagrams
« Reply #4 on: January 23, 2008, 06:23:19 pm »
Thanks Roy,

That is a lot better than what I proposed, the limitations you mention notwithstanding.

David
No, you can't have it!