Hi,
program is working good and the first customers are using it.
Now I have the problem that loading of a saved diagram needs nearly 30seconds and 11seconds are used with several calls to OnChanged->OnModelChanged->DoRebuildNodeElements->AddNodeForData and so on.
Is there a way to call something like BeginUpdate then load and then EndUpdate to do the diagram update only one time after load?
Or is there another way to do this?