Book a Demo

Author Topic: Changing the EA GUI  (Read 5020 times)

magicscreen

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Changing the EA GUI
« on: April 07, 2016, 08:37:58 pm »
Using the "Set run state..." dialog for a Object, I'd like to change the textbox of this dialog to a RichText Editor. Is there any way to do that?


to
« Last Edit: April 07, 2016, 08:39:49 pm by magicscreen »

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Changing the EA GUI
« Reply #1 on: April 07, 2016, 08:56:51 pm »
No.

You'll have to send in a feature request for that

Geert

magicscreen

  • EA Novice
  • *
  • Posts: 6
  • Karma: +0/-0
    • View Profile
Re: Changing the EA GUI
« Reply #2 on: April 09, 2016, 12:22:31 am »
Thank you for reply.

Can I use this RichText Editor of EA in a new Add-in somehow?

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: Changing the EA GUI
« Reply #3 on: April 09, 2016, 12:56:35 am »
If you tell us what you mean by "use"...

You can use the values once they have been stored. I can't recall where the runstate is actually stored, but can have a look if that's needed.

q.

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13523
  • Karma: +574/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Changing the EA GUI
« Reply #4 on: April 09, 2016, 01:16:18 am »
Thank you for reply.

Can I use this RichText Editor of EA in a new Add-in somehow?
No you can't.
In the past I've built an add-in using a standard .net Rich Text Editor.
There are operations in the API you can use to translate from RTF to the internal EA format and back.

Geert