Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Node Expanded property (Read 4848 times)
MichalLaskowski
YaBB Newbies
*
Offline



Posts: 13
Joined: Mar 14th, 2006
Node Expanded property
Apr 26th, 2006 at 8:07am
Print Post  
I would like to change Expanded property without showing/hiding connected nodes.
Maby you could add method for this?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node Expanded property
Reply #1 - Apr 26th, 2006 at 10:17am
Print Post  
Ok, we'll implement this and the custom preview dialog in the 4.1 version.

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node Expanded property
Reply #2 - Apr 26th, 2006 at 12:28pm
Print Post  
Please take a look whether this version will do the job:

https://mindfusion.org/_beta/fcnet41beta.zip

It provides a Node.SetExpandeFlag(bool) method and a FlowChart.PrintPreview(Form) method. Your custom preview dialog must inherit from Form and implement the IPrintPreview interface defined by Flowchart.NET. There is only one property in that interface:

System.Drawing.Printing.PrintDocument Document {get; set; }

same as the property of the .NET PrintPreviewControl which you will probably host in your form.

Stoyan
  
Back to top
 
IP Logged
 
MichalLaskowski
YaBB Newbies
*
Offline



Posts: 13
Joined: Mar 14th, 2006
Re: Node Expanded property
Reply #3 - Apr 27th, 2006 at 6:53am
Print Post  
this version use .NET 1 libs. Are you planning to use them in release version?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Node Expanded property
Reply #4 - Apr 27th, 2006 at 8:00am
Print Post  
This will be available in the .NET 2 assemblies too, but we haven't ported it there yet. We will release it with the public beta version in a couple of days.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint