Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChart Tag property is not serialized (Read 3335 times)
Peter
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Nov 14th, 2005
FlowChart Tag property is not serialized
Dec 7th, 2005 at 1:52pm
Print Post  
The tag property of the flowchart does not seem to be serialized when the control contents are saved into an xml file using XmlWriter class. I am using FlowChart.NET v 3.2.3.22967
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChart Tag property is not serialized
Reply #1 - Dec 7th, 2005 at 2:00pm
Print Post  
The control raises a SerializeTag event to let you serialize tags for the flowchart and the chart items. You must encode the tag data as string there so it is saved as a text element in the XML.
  
Back to top
 
IP Logged
 
Peter
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 24
Joined: Nov 14th, 2005
Re: FlowChart Tag property is not serialized
Reply #2 - Dec 7th, 2005 at 7:00pm
Print Post  
Thank you, it seems to be working.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint