|
Hello,
I need connectors and shape to refect property values.
Therefore, I registered connector and shape observers to reflect property changes on relationships and domain elements. I am using OnAssociatedPropertyChanged event handlers.
This works fine when I change a property value. The problem is to present the right aspect of shapes and connectors when the model is re-loaded in memory.
In that case, the events are fired for the connectors but not for the shape. So when the model is loaded, the connectors are presented correctly but the shapes are not.
Any idea?
Thanks
Alain
|