Overview initialization

Hi Walter,
I’ve got a problem with node type in Overview, first “type” created after program start are “Northwoods.GoXam.Node” if Overview must be displayed.
If Overview is not displayed when first “type” are created or if NodeLayer contains already items then new items created are “Northwoods.GoXam.Group”.

Do You have any idea why?

Below an example:
Overview was directly required for the 2 first groups (lines red and blue). 2 last groups (Lines green and violet) were created after Overview was displayed.

When are you initializing the Overview? I’m wondering if you are doing so before the observed Diagram is ready.

Overview was only define in XAM.

I’ve set it in myDiagramNodeAndLinks_Initialized method, and it’s has fixed the problem.