How can I prevent the user from changing the name of a package ?
what I noticed
EA_OnNotifyContextItemModified is triggered 3 times !
what I tried
(this technique works for an EA.Element)
In EA_OnNotifyContextItemModified
- I change the package.element.name to the correct value
- I do an package.element.update();
-> the package.name is changed anyway !!
I also tried with package.Name in stead of thru the package.element
But then I get EA_OnNotifyContextItemModified triggers on the element as well.
Debuggingthe happenings
I put a breakpoint on my reset of the name, in the midst of the EA_OnNotifyContextItemModified method
BUT ....... I noticed that the name of the package is already changed in the tree, visible on the UI !!!
proceeding with my reset has no effect what so ever.
I'm stuck - without a clue

gr and thanks in advance