Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic advice for Splitting the flowchart diagram (Read 1523 times)
mrreddy82
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 9
Joined: Sep 30th, 2009
advice for Splitting the flowchart diagram
Oct 15th, 2009 at 11:34am
Print Post  
Hi Stoyan ,

How can provide the diagram to the users so that users can make their
1)
Own group of nodes
2)
Making own color for any node by clicking the mouse or some other event
3)
If possible while printing also they should be able to print some group of nodes
Please give me some advice

Thanks!!!!!!!!!!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: advice for Splitting the flowchart diagram
Reply #1 - Oct 15th, 2009 at 2:48pm
Print Post  
Hi there,

1. You might loop over diagram.Selection.Nodes and call node.AtatchTo(diagram.ActiveItem).

2. node.Brush = new MindFusion.Drawing.SolidBrush(someColor);

3. Try setting Printable = false for the items that are not in that group.

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


I love YaBB 1G - SP1!

Posts: 9
Joined: Sep 30th, 2009
Re: advice for Splitting the flowchart diagram
Reply #2 - Oct 16th, 2009 at 1:02pm
Print Post  
Hi Stoyan ,

Thanks for your explanation
For question 1 and 2 I understood it 
For question 3 could you please explain me about printable in detail 

Thanks a lot!!!!!!!!!
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: advice for Splitting the flowchart diagram
Reply #3 - Oct 16th, 2009 at 3:59pm
Print Post  
If what you need is to print just the selected items, loop over diagram.Items and set item.Printable = item.Selected. Then the Print method should skip items that are not printable/selected.

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