Hi,
the ganttchart display deserialized data the wrong way. As you can see below task B & C are subtask of task A. The displayed data is the deserialized one. so before i serialized the data and saved to file i defined that task C is successor of task B. I should look like A1 and B1 are displayed. I hope it is no bug, that subtask aren´t properly handled. Has anyone an idea during my investigation, all my work stops at the unlove AllProperties member which contains the relevant propertievalues in a base64 encode string.... any idea? NA 10.2
Image shows the wrog behavior. task C should be after task B like the relation between A1 and B1.
It is difficult/impossible to analyze this with a screen shot. If you attach a sample that demonstrates the problem, we can take a look and let you know what is going on.
nothing easier than this
here the sample data:
don´t look at the code, its a quick sample... load the sample data change some thing, let C become successor of B click save... restart the app click load... the successor relation of the subtasks B and C is gone.
Thanks!