Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Windows Forms, V6.6.1 (Read 1885 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 685
Joined: Apr 6th, 2003
Diagramming for Windows Forms, V6.6.1
Oct 23rd, 2020 at 10:17am
Print Post  
We have released version 6.6.1 of FlowChart.NET. It contains the following new features and improvements:

CompositeNode Json templates
CompositeNode templates can now be defined in JSON format compatible with MindFusion JavaScript diagramming library:
Code
Select All
string template = @"{
 ""component"": ""SimplePanel"",
 ""children"":
 [
  {
   ""component"": ""Shape"",
   ""name"": ""Frame"",
   ""pen"": ""black"",
   ""strokeThickness"": 0.2,
   ""isOutline"": true,
   ""autoProperty"": true
  },
  ...
 


Call the LoadJsonTemplate method to create components from JSON definition. The GenerateJsonTemplate method returns a JSON template generated from current component hierarchy.

Miscellaneous
  • The MoveNodes behavior allows grabbing nodes to drag them without using adjustment handles.
  • Font fallback is now enabled by default. To disable font fallback, set the NoFontFallback flag in TextFormat property of diagram and items.
  • JSON serialization fixes.
  • SvgContent.LoadImage no longer tries to download SVG dtd schema definitions.
  • Fixed exception in GridRouter.

Installer for the latest version can be downloaded here, or from the clients area on our site:
https://www.mindfusion.eu/FCNetDemo.zip

Updated assemblies are also available as MindFusion.Diagramming NuGet package.

Enjoy!
« Last Edit: Nov 30th, 2020 at 1:06pm by Forum Admin »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint