Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChart for Silverlight (Read 4225 times)
MeMoRis
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Mar 19th, 2009
FlowChart for Silverlight
Mar 19th, 2009 at 12:09pm
Print Post  
Hi, I'm using a trial version for  MindFusion.Diagramming for Silverlight and i dont know if it's possible to chance a text in controls.
And id it's possible to drag and drop controles from a toolbox.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChart for Silverlight
Reply #1 - Mar 19th, 2009 at 12:13pm
Print Post  
Hi,

Set AllowInplaceEdit = true and you will be able to edit the text by double-clicking the node. Silverlight does not support drag-and-drop, but you could handle mouse events to implement it. This is shown in the TreeLayout example.

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


I love YaBB 1G - SP1!

Posts: 12
Joined: Mar 19th, 2009
Re: FlowChart for Silverlight
Reply #2 - Mar 19th, 2009 at 12:38pm
Print Post  
Hi, Thanks for the response.
if i set AllowInplaceEdit to true, i'm able to edit text but it dosent refresh the text in the xml file.
  
Back to top
 
IP Logged
 
MeMoRis
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 12
Joined: Mar 19th, 2009
Re: FlowChart for Silverlight
Reply #3 - Mar 19th, 2009 at 12:40pm
Print Post  
an other question !!
how we can delete compenent in the flow chart ???
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: FlowChart for Silverlight
Reply #4 - Mar 19th, 2009 at 12:42pm
Print Post  
Have you called SaveToXml? Use the diagram.Items.Remove(...) method to delete an item from the diagram.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint