Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: adoo on August 01, 2012, 11:25:43 pm

Title: Modify the Button_Click Apply Issue
Post by: adoo 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
Title: Re: Modify the Button_Click Apply Issue
Post by: Geert Bellekens 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