Book a Demo

Author Topic: EA macros/scripts  (Read 3554 times)

aghy

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
    • View Profile
EA macros/scripts
« on: May 03, 2005, 08:10:13 am »
Hi,

I'm quite new in this topic  :-/
Where can I find any good descriptions about scripting the EA?

Thanks a lot,
Agnes

Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: EA macros/scripts
« Reply #1 on: May 03, 2005, 08:18:29 am »
Hi Agnes,

EA does not have a scripting language per se - but it does have something better. Almost all of EA functionality is exposed via the Automation Interface (COM), which allows you to manipulate EA via any programming language that supports COM interface. If you know how to write, for example, MS Excel macros, you can use the exact same language to control EA.
Search the help for "Automation Interface", look into the forum section under the same name and look here: http://www.sparxsystems.com.au/AutIntExamples.htm for some examples.

Hope this helps!
Bruno

Quote
Hi,

I'm quite new in this topic  :-/
Where can I find any good descriptions about scripting the EA?

Thanks a lot,
Agnes


fwoolz

  • EA User
  • **
  • Posts: 435
  • Karma: +0/-0
  • We have met the enemy, and he is us.<Pogo, 1970>
    • View Profile
Re: EA macros/scripts
« Reply #2 on: May 04, 2005, 04:46:19 pm »
Ah, but what about an add-in that provides some basic macro composition and add-in capability that can be run from within EA?

Cheers,
Fred Woolsey
Interfleet Technology Inc.

Always be ready to laugh at yourself; that way, you beat everyone else to the punch.


Bruno.Cossi

  • EA User
  • **
  • Posts: 803
  • Karma: +0/-0
    • View Profile
Re: EA macros/scripts
« Reply #3 on: May 04, 2005, 05:12:09 pm »
Hi Fred,

would that be a part of your toolkit? Sounds like a good idea!

Bruno

Quote
Ah, but what about an add-in that provides some basic macro composition and add-in capability that can be run from within EA?

Cheers,


fwoolz

  • EA User
  • **
  • Posts: 435
  • Karma: +0/-0
  • We have met the enemy, and he is us.<Pogo, 1970>
    • View Profile
Re: EA macros/scripts
« Reply #4 on: May 04, 2005, 05:28:07 pm »
Bruno,

Great minds think alike...  ;D

Cheers,
Fred Woolsey
Interfleet Technology Inc.

Always be ready to laugh at yourself; that way, you beat everyone else to the punch.