Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic 5.3.3 - Deserialization from XML (Read 6605 times)
TimNZ
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Feb 23rd, 2009
5.3.3 - Deserialization from XML
Dec 2nd, 2009 at 12:59am
Print Post  
When loading a diagram from XML, the EnableStyledText property for TreeViewNode is not applied (I mentioned it back in September).
  
Back to top
 
IP Logged
 
TimNZ
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Feb 23rd, 2009
Re: 5.3.3 - Deserialization from XML
Reply #1 - Dec 11th, 2009 at 3:52am
Print Post  
Someone needs to add Captcha to their Registration process  Tongue
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: 5.3.3 - Deserialization from XML
Reply #2 - Dec 14th, 2009 at 8:40am
Print Post  
Yay, but we think they use a human to create a spam account and feed it to the bot system, so a captcha won't help.

Anyway, regarding the XML issue, it turned out there's some misdesign on our side. The base LoadFromXml code deserializes EnableStyledText only if the class version it has been registered with is at least 2. So that will work correctly if you call RegisterClass with the version argument set to 2:

Diagram.RegisterItemClass(typeof(TableNode), "custom:TableNode", 2);

We've also made the active DiagramView repaint immediately while scrolling TreeView nodes under Win7. Let me know if you need it urgently and we'll upload a version for you. Otherwise that will be available with a small release in January.

Stoyan
  
Back to top
 
IP Logged
 
TimNZ
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Feb 23rd, 2009
Re: 5.3.3 - Deserialization from XML
Reply #3 - Dec 14th, 2009 at 9:19am
Print Post  
Great.  I can wait till January (guess I better renew my subscription...)

What's coming in 2010?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: 5.3.3 - Deserialization from XML
Reply #4 - Dec 14th, 2009 at 2:18pm
Print Post  
A couple of new layout classes: The first will arrange diagrams with nested containers. The second one will be a combination of radial tree and circular layouts. And then we also have about 150 features in the flowchart.net wish-list to choose from - they were about 250 last year, so it's getting close to perfection 8)
  
Back to top
 
IP Logged
 
TimNZ
Junior Member
**
Offline


I love YaBB 1G - SP1!

Posts: 60
Joined: Feb 23rd, 2009
Re: 5.3.3 - Deserialization from XML
Reply #5 - Dec 14th, 2009 at 8:11pm
Print Post  
Yes, so close to perfect Wink

Perhaps you could post a list of all the suggestions/requests/proposed changes somewhere for us to review and vote on. I guess WPF/Silverlight will be getting a lot of attention in 2010, and will be something I do my future GUI with.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: 5.3.3 - Deserialization from XML
Reply #6 - Dec 18th, 2009 at 2:25pm
Print Post  
Sounds good, we'll check if there is some poll mod for the YaBB forum we are using. Otherwise I suppose people can just post their favorite requests, but this could make the list longer and longer 8)
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint