Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Version 5.0.2 beta (Read 2269 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Version 5.0.2 beta
Jul 2nd, 2013 at 8:41am
Print Post  
NetDiagram version 5.0.2 contains the following improvements and new features:

Canvas mode improvements
The following features are now also available in Canvas mode:
  • Glass and Aero visual effects
  • radial gradients
  • multiple labels per link
  • NodeSelectedScript and LinkSelectedScript client-side events
  • NodeDeselectedScript and LinkDeselectedScript client-side events
  • NodeDoubleClickedScript and LinkDoubleClickedScript client-side events
  • resizeToFitText method available in JavaScript ShapeNode class

ContainerNode improvements
  • child nodes are now drawn by their containers; when containers overlap, the children of a lower container cannot appear in front of the upper container anymore
  • the ClipChildren property specifies whether to clip child items to container’s boundaries
  • the ZIndex property no longer changes automatically when dropping nodes into a container
  • the Visible property of child items no longer changes when folding or unfolding containers; this lets you keep invisible items inside containers

PdfExporter improvements
  • improved handling of clip regions in custom drawing code
  • PdfExporter now honors the target Rectangle property of linear gradients
  • PDF shadings now include all colors from a ColorBlend
  • more precise character widths set when text includes both eastern glyphs and Latin characters
  • more precise widths set for Cyrillic characters
  • PdfExporter is now thread-safe


If anyone is interested in trying the beta version, please download this archive containing the updated server assemblies and client-side applet and script files:
https://mindfusion.eu/_beta/NetDiagram502.zip

Any comments, questions and general feedback are welcome.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Version 5.0.2 beta
Reply #1 - Aug 8th, 2013 at 1:29pm
Print Post  
NetDiagram 5.0.2 now also adds support for custom node types in Canvas mode. This is implemented via the DiagramView.RegisterItemType method, which lets you associate a .NET server-side type with a JavaScript client-side type.

This updated beta version contains an extended IconNodes sample project demonstrating how to add custom properties to a node type in Canvas mode, and implements custom drawing in JavaScript based on the values of these properties:

https://mindfusion.eu/_beta/NetDiagram502.zip
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint