Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic LoadFromStream equivalent for Silverlight? (Read 2471 times)
dsyden
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Apr 19th, 2011
LoadFromStream equivalent for Silverlight?
Apr 19th, 2011 at 8:13pm
Print Post  
I'm just wondering if there is an equivalent for LoadFromStream or load a diagram document in DiagramLite (Silverlight)?

We have a considerable amount of saved diagrams in our database using FlowChart.NET. Now we would like to create a simple viewer for online.

Just wondering if this is possible.

I appreciate your time.

Dan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: LoadFromStream equivalent for Silverlight?
Reply #1 - Apr 19th, 2011 at 8:40pm
Print Post  
Hi,

It has the same XML format. You could use the Flowchart.NET's diagramming.dll to load a diagram on the server, then save it as XML string and send to the client where Diagramlite can load it.

You could also check our ASP.NET or ASP.NET MVC controls - they use the same diagramming.dll on the server (so you can call LoadFromStream) and render the diagram via ImageMap / Java / Silverlight / Canvas applets on the client. The Canvas implementation supports only ShapeNodes at this time.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
dsyden
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 7
Joined: Apr 19th, 2011
Re: LoadFromStream equivalent for Silverlight?
Reply #2 - Apr 19th, 2011 at 8:44pm
Print Post  
I will look into these.

Appreciate the help!

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint