Book a Demo

Author Topic: running EA with parameters  (Read 5274 times)

bartko

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
running EA with parameters
« on: June 20, 2006, 05:25:34 am »
hi,
I wish I could run EA.exe with parameters, for example:
ea.exe /connect_params=x /d='diagram_name' ,
so it would start with opened diagram or object propeties. Does current release provide such a function ?

greetz

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: running EA with parameters
« Reply #1 on: June 20, 2006, 10:29:05 pm »
No, I don't believe it does.

Although I am aware of someone who used the automation interface to achieve the same results.

AshK

  • EA User
  • **
  • Posts: 137
  • Karma: +0/-0
    • View Profile
Re: running EA with parameters
« Reply #2 on: June 20, 2006, 11:14:45 pm »
The repository may be specified at the command line, but not the diagram.

Please see: http://www.sparxsystems.com.au/cgi-bin/yabb/YaBB.pl?board=general;action=display;num=1146493025;start=4#4
The Sparx Team
[email protected]

Graham_Moir

  • EA User
  • **
  • Posts: 749
  • Karma: +10/-15
    • View Profile
Re: running EA with parameters
« Reply #3 on: June 21, 2006, 04:27:57 am »
I think you could also use the Diagram menu "Set as user default " and/or "set as model default" options to get a specific diagram opened on start up.

thomaskilian

  • Guest
Re: running EA with parameters
« Reply #4 on: June 21, 2006, 10:41:46 am »
... but not programmatically. Only once and forever (until changed manually).

thomaskilian

  • Guest
Re: running EA with parameters
« Reply #5 on: June 21, 2006, 10:47:04 am »
Quote
No, I don't believe it does.

Although I am aware of someone who used the automation interface to achieve the same results.

Simon, I guess you refer to another guy here from Germany we had such a discussion. I can't recall who it was, but he did it someway very special.

I had the idea that EA could/should have some kind of startup automation which one could configure. (And when you are on it: all kinds of events should be connectable to some kind of automation - as Rose can do :P) Thus you would be able to do the above and much more. Maybe you can do this during initialization of the add-in already?

brannstrom

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
    • View Profile
Re: running EA with parameters
« Reply #6 on: May 13, 2008, 08:19:31 pm »
Is this still the case? That you can't start EA with parameters?

/N

brannstrom

  • EA User
  • **
  • Posts: 35
  • Karma: +0/-0
    • View Profile
Re: running EA with parameters
« Reply #7 on: May 19, 2008, 05:04:20 pm »
Does anybody know?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: running EA with parameters
« Reply #8 on: May 20, 2008, 08:16:37 am »
If you want some special behavior from EA when starting up you will need to use the automation interface.