Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: solenn on April 18, 2014, 06:38:00 pm

Title: Event properties window : button OK
Post by: solenn on April 18, 2014, 06:38:00 pm
Hello,

When I create an element in a diagram, the method "EA_OnPostNewElement" is called but just when I put it in my diagram.
I would like to know how to call a method when user clicks on button "OK" in properties window.

Thanks a lot,
Solenn
Title: Re: Event properties window : button OK
Post by: qwerty on April 18, 2014, 07:06:52 pm
Wasn't that OnContextMenu-something?

q.
Title: Re: Event properties window : button OK
Post by: solenn on April 18, 2014, 07:52:26 pm
Hello,

I try but it doesn't work.
Do you have an other idea?

Thanks,
Solenn
Title: Re: Event properties window : button OK
Post by: solenn on April 24, 2014, 06:03:07 pm
Hello,

It work with method "EA_OnNotifyContextItemModified".

Thanks a lot,
Solenn