Author Topic: Modify the Button_Click Apply Issue  (Read 2537 times)

adoo

  • EA User
  • **
  • Posts: 25
  • Karma: +0/-0
    • View Profile
Modify the Button_Click Apply Issue
« on: August 01, 2012, 11:25:43 pm »
Hi!
i try to modify the action of the event of the Button_Click Apply by the Creation of a new Issue with vb script. but i have null idea how to do it, i'm not so experimented with vb script.
thanks!
Best Regards

Geert Bellekens

  • EA Guru
  • *****
  • Posts: 13387
  • Karma: +566/-33
  • Make EA work for YOU!
    • View Profile
    • Enterprise Architect Consultant and Value Added Reseller
Re: Modify the Button_Click Apply Issue
« Reply #1 on: August 02, 2012, 03:44:15 pm »
You can't.

You could write an addin that reacts to one of the broadcast events of EA, but you can't change the behavior of EA itself.
In your case I would have a look at EA_OnPostNewElement  but I'm not sure if that will get triggered when creating a new issue.

Geert