AD
Administrator
Syncfusion Team
December 30, 2005 04:58 PM UTC
Hello Chris,
It looks like the Model.Modified property was intended to serve as a flag that gets set whenever an attribute of the diagram Model has changed. Any changes to the Model data will set the Modified property to be TRUE. Serializing the Model should ideally reset this flag, but this does not appear to be the case with the 4.1 build. I have made the required correction and starting with the next update of Diagram, Model.Modified will be correctly set to FALSE upon serialization. For now you will have to forcibly reset the Model.Modified flag from within your serialization routine.
Thank you for pointing out this problem.
Regards,
Prakash Surendra
Syncfusion Inc.,
CC
Chris C
December 30, 2005 08:35 PM UTC
Hi Prakash,
Thanks for your help. We''re on a tight schedule so I really appreciate your quick response and the work-around for problem.
Chris