Author Topic: Add-in funktionality  (Read 4297 times)

adoo

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Add-in funktionality
« on: June 27, 2012, 01:25:23 am »
Hi!
i want automaticaly add date into the Description of the Task Detail in the Information Project. so i try do it, using the add-in on EA with c#. but unfortunatly it'isnt work. so know a want to something else.
please could some body advice, what to modify to obtain that result?

Best regards!

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +396/-301
  • I'm no guru at all
    • View Profile
Re: Add-in funktionality
« Reply #1 on: June 27, 2012, 02:39:15 am »
Read about the OnPostNewElement broadcast event in the help.

q.

adoo

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: Add-in funktionality
« Reply #2 on: June 27, 2012, 07:45:08 pm »
thanks for the advice. But please on which platform and which debugger is appropriate?
i use the visual studio express 10 with .NET 4, I've the EA 9.3. i did the configuration like indicated on the Help. But it isn't appear on the EA Add-ins window , what I'm doing wrong ?

Stefan Bolleininger

  • EA User
  • **
  • Posts: 308
  • Karma: +0/-0
    • View Profile
Re: Add-in funktionality
« Reply #3 on: June 27, 2012, 08:01:17 pm »
Hi,

visual studio express is ok.

follow this guideline:
http://geertbellekens.wordpress.com/2011/01/29/tutorial-create-your-first-c-enterprise-architect-addin-in-10-minutes/

Do you want it to be shown as Windows-Form or als ADD-inn Window?
Than maybe this is something for you:
http://blog.sparxsystems.de/2010/10/cutom-diagram-und-dockable-windows/.

With both helps you will only need to code your desires.

Last hint: Use geert bellekens UML addin-Framework and Toolbox.

Best regards

Stefan
Enterprise Architect in "safetycritical development" like medical device industry. My free Add-in at my Website

adoo

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Re: Add-in funktionality
« Reply #4 on: June 27, 2012, 09:15:24 pm »
hello!
thanks! it's was very helpful for my project.