Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Flowchart.NET V5.3.2 beta (Read 5064 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Flowchart.NET V5.3.2 beta
Aug 25th, 2009 at 10:35am
Print Post  
Version 5.3.2 adds the features listed below. A beta version copy is available here:

https://mindfusion.eu/_beta/fcnet532.zip

*** Topological graph layout ***

If the underlying graph if acyclic, TopologicalLayout arranges the nodes linearly in such a way that each node comes before all destination nodes of its outgoing links. The links are drawn as curves above the chain of nodes, with their height proportional to the distance between the nodes. If the graph is not acyclic, the layout algorithm finds an ordering with a minimal number of back links, and draws the back links below the chain of nodes.

*** Graph query language ***

The Query method of DiagramItem can be used to find items that can be reached from the current one by following a path described in the query expression specified as argument. The expression includes selectors separated by a / character, where each selector returns the items from the result set of the previous step. The expressions can also include boolean predicates that filter the results using boolean and arithmetic expressions.

*** PdfExporter multi-language support ***

The PdfExporter component now should automatically recognize the language of the items labels and apply the correct encoding in the exported PDF documents. Apart from the standard Western character set, officially supported are Chinese, Japanese, Korean and Central-European character sets.

*** Miscellaneous ***

- The GetProjectionRect and PointToClient methods of DiagramView3D return the client-area coordinates of the specified node or 3D point.
- The ShowArrowHeads property of DiagramView3D enables rendering of link arrowheads.
- QuickRouter now avoids link routes that include long U bends.
- If StraightenLongLinks is enabled, LayeredLayout straightens links that cross multiple layers of the graph.
- The Expandable property has been implemented for TreeViewNodes.
- ResizeToFitText method added to TreeViewNode.
- The Behavior property can be set to Pan to enable panning with the left mouse button.

*** Fixed bugs ***
- The lane grid wasn't printed.
- SpringLayout never used the value of the RepulsionFactor property; now it does.

Many thanks to anyone who tries the beta.
  
Back to top
 
IP Logged
 
Aziz ur Rahman
YaBB Newbies
*
Offline



Posts: 43
Joined: Feb 23rd, 2009
Re: Flowchart.NET V5.3.2 beta
Reply #1 - Aug 26th, 2009 at 7:53am
Print Post  
Dear Stoyo,
Are you not going to fix the other problems i have posted regarding the DiagramView3D beside GetProjectionRect and PointToClient methods ?


http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=124548695...

http://mindfusion.eu/Forum/YaBB.pl?board=fcnet_disc;action=display;num=124531307...

etc

Regards
  

Syed Aziz ur Rahman
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Flowchart.NET V5.3.2 beta
Reply #2 - Aug 27th, 2009 at 10:49am
Print Post  
Let's see... We have added axis rendering, arrowheads support and the conversion methods. We haven't added support a zoomToFit method, image rendering and 3D Bezier links. I suppose they will have to wait for another release, along with about 200 other tasks in our feature-request list.

Stoyan
  
Back to top
 
IP Logged
 
Aziz ur Rahman
YaBB Newbies
*
Offline



Posts: 43
Joined: Feb 23rd, 2009
Re: Flowchart.NET V5.3.2 beta
Reply #3 - Aug 27th, 2009 at 10:56am
Print Post  
Good work..

What about the visibility bug of links? Is it fixed? The links were not getting invisible in 3D view
  

Syed Aziz ur Rahman
Back to top
 
IP Logged
 
Necroman
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 49
Joined: Jul 27th, 2009
Re: Flowchart.NET V5.3.2 beta
Reply #4 - Sep 8th, 2009 at 8:43am
Print Post  
I'm experiencing this problem: If diagram is created, nodes and links are manually added and current view on diagram doesn't contain all visible nodes, then only vertical scrollbar shows up, horizontal is hidden. But when zoom is changed, then the horizontal scrollbar appears and all is fine - scrollbars are then shown when needed.
So what's the problem with horizontal scrollbar? The solution, that might work, is to change zoom right after the diagram is created...
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Flowchart.NET V5.3.2 beta
Reply #5 - Sep 8th, 2009 at 8:55am
Print Post  
Are you adding the items programmatically? In such case try calling diagram.ResizeToFitItems after adding them. If drawing items with the mouse, enable the AutoResize property.
  
Back to top
 
IP Logged
 
Necroman
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 49
Joined: Jul 27th, 2009
Re: Flowchart.NET V5.3.2 beta
Reply #6 - Sep 8th, 2009 at 9:30am
Print Post  
Stoyo wrote on Sep 8th, 2009 at 8:55am:
Are you adding the items programmatically? In such case try calling diagram.ResizeToFitItems after adding them. If drawing items with the mouse, enable the AutoResize property.

That helped, thanks.
I didn't know, that adding manually nodes out of diagram's border doesn't cause automatic resizing.
  
Back to top
 
IP Logged
 
Necroman
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 49
Joined: Jul 27th, 2009
Re: Flowchart.NET V5.3.2 beta
Reply #7 - Sep 9th, 2009 at 9:01am
Print Post  
Is it possible to update the Online Help / Developer's Guide to reflect current changes in Flowchart.NET v5.3.1 or even v5.3.2 beta?
The Online help is for version 5.2.1 and description of many new features from current version is missing.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Flowchart.NET V5.3.2 beta
Reply #8 - Sep 9th, 2009 at 11:14am
Print Post  
We should release 5.3.2 this week and will update the online help too. Now there is its compiled version included in the beta zip file.

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