Hello all, I am writing a non language add-in to link different model elements using custom properties. The add-in is a VB dll, all the GUIs for the custom properties all come from the VB code. The add-in has two forms, one to show current links and another to show elements "available" for linking. Both form display only 4 pieces of information to the user: Name, Stereotype, Rank and Package. One feature I wanted to include is the ability to get additional information from the standard specification when the user double clicks on an item in either form. I am using the OpenSpecification method and this works fine unless the user changes one of these 4 things in the specification. Does anyone know the best way to update the custom forms when the changes are made in the specification or when the specification is closed? Will I have to use the OnModifyModelElement event to capture the changes? How will this affect performance? Thanks in advance, Steve ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/products/rose/usergroups/rose_forum.jtmpl * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
