Sparx Systems Forum

Enterprise Architect => Automation Interface, Add-Ins and Tools => Topic started by: hwgxx on November 17, 2010, 02:09:14 pm

Title: Extending Element's "Properties"
Post by: hwgxx on November 17, 2010, 02:09:14 pm
i want to extend Element's properties, and add some customed information. But it seems that "Properties" dialog cann't be extended.

i can intercept the call to "Properties" dialog by listening to "Pre-New Event", but that is not what i want. i just would like to add, not overwrite

of course, i can add a new menu, is there any better ways? thx
Title: Re: Extending Element's "Properties"
Post by: Geert Bellekens on November 17, 2010, 05:13:53 pm
Have you tried using tagged values?
That's what most people do when they have a need for extra properties.

Geert
Title: Re: Extending Element's "Properties"
Post by: JT on November 18, 2010, 12:07:56 am
I have the same question.  What AI would like to accomplish is to add properties so that they appear as fields in the Relationship Matrix view.  that is across the top so one can sort etc.  Can this been done with a tagged value?  If so how?  Thanks.