Book a Demo

Author Topic: Add-In: GUI in Enterprise Architect  (Read 4324 times)

Christian Heinz

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Add-In: GUI in Enterprise Architect
« on: February 25, 2011, 09:33:37 pm »
I'm going to start a project about creating an Add-In for Enterprise Architect.
I have to create a GUI to get the information from the user.

I read about the possibility to create a user interface diagram. While working with it i had to realize that it won't create a real GUI just a dummy or something else.
Is it possible to create a GUI by EA or do i have to solve this problem with C#?

Thanks

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Add-In: GUI in Enterprise Architect
« Reply #1 on: February 25, 2011, 11:07:22 pm »
I always create the GUI for my add-ins directly in code.

If you're interested, I published some blog posts about creating add-ins for EA in C#

you best read them in this order

Geert

Christian Heinz

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Add-In: GUI in Enterprise Architect
« Reply #2 on: February 28, 2011, 08:09:00 pm »
I already found your blog. Great help for me.  :)

Next step is to read your articles.

Thank you Geert!