Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic FlowChart.NET version 4 beta tests (Read 6596 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
FlowChart.NET version 4 beta tests
Nov 7th, 2005 at 12:33pm
Print Post  
FC.NET 4 beta copy is available for download here:

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

Version 4 has the following major new features:

- boxes of Style 'Shape' can be rotated at arbitrary angles. This can be done interactively using a rotation handle, or programmatically using the RotationAngle property of the Box class. The RotateContents property defines whether box contents such as images and text should rotate together with the box outline.

- the Table class allows defining spanning cells. The Cell.RowSpan and ColumnsSpan properties specify how many rows and columns a cell should span. That lets you define several rectangular areas in a table that can have arbitrary size and location relative to the other cells. Text and images inside spanning cells cover the whole rectangular area of such cells.

- table sections can be expanded and collapsed. Define a section by setting row's Header property to true. A +/- button appear in the header's row, letting users hide or shows all rows in the section (up to the next header row). E.g. this can be used to define 'Fields', 'Events' and 'Methods' section in class diagram table nodes.

- The SvgExporter class can create Scalable Vector Graphics (SVG) files representing FlowChart.NET diagrams. SVG files can be displayed in a browser using the Adobe SVG Viewer, or can be opened in vector graphics editing applications.

Please give the new features a try and let us know if you discover any bugs. It will be also helpful to just try whether your current application features work well with the new flowchart.net.dll, and whether files saved with old versions of the control load fine with the new one.

Check out the updated FCDemo, it now has several additional steps showing the new stuff.
  
Back to top
WWW  
IP Logged
 
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Re: FlowChart.NET version 4 beta tests
Reply #1 - Nov 8th, 2005 at 12:50pm
Print Post  
A new build of the beta version has been uploaded:

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

It fixes an issue that lead to restoring items' Z order incorrectly after redoing or undoing some operations.
  
Back to top
WWW  
IP Logged
 
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Re: FlowChart.NET version 4 beta tests
Reply #2 - Nov 10th, 2005 at 2:03pm
Print Post  
Yet another build uploaded:

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

- a saveZOrder parameter added to the UndoManager.StartComposite method. That is useful when the composite contains 'create item' or 'delete item' commands.
- a bug fixed in the LayeredLayout algorithm. Arrow segments were not arranged correctly with enabled AutoRoute property.
  
Back to top
WWW  
IP Logged
 
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Re: FlowChart.NET version 4 beta tests
Reply #3 - Nov 14th, 2005 at 6:35am
Print Post  
Rotated boxes were loaded at incorrect positions using SaveToFile then LoadFromFile. The new beta build here fixed that:

https://mindfusion.org/_beta/FCNetDemo.zip
  
Back to top
WWW  
IP Logged
 
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Re: FlowChart.NET version 4 beta tests
Reply #4 - Nov 15th, 2005 at 11:37am
Print Post  
A new build of the beta version has been uploaded here:

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

It fixes some issues related to undo/redo of the automatic layout algorithms and grouped nodes modifications.
  
Back to top
WWW  
IP Logged
 
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Re: FlowChart.NET version 4 beta tests
Reply #5 - Nov 18th, 2005 at 10:37am
Print Post  
A new build uploaded:

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

Fixes the following issues:
- starting to split an arrow moved the first control point to a random position
- incorrect anchor point index was passed to the DrawAnchor event
- code generation for the CurRotateShape property failed during design-time
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint