ProductsServicesDownloadsNewsCompanyContact

yFiles FLEX 1.4.0.2 Versionsinformationen

Das neueste Bugfix- und Wartungsrelease von yFiles FLEX ist Version 1.4.0.2.

Technische Voraussetzungen

  • Das Flex 3 SDK zur Software Entwicklung von yFiles FLEX-Webanwendungen für Adobe Flash Player 9 (oder höher).
  • Adobe Flash Player 9 (oder höher) auf dem Client, um yFiles FLEX-Webanwendungen auszuführen.
  • Zum automatischen Layout von Graphen auf dem Server entweder yFiles for Java Complete (2.6-er Versionsserie, mind. 2.6.1) oder yFiles.NET Complete (3.2-er Versionsserie, mind. 3.2.1.2).
  • Ein Servlet Container (z.B. Apache Tomcat) wird benötigt, wenn yFiles FLEX mit yFiles for Java kombiniert wird.
  • Sun Microsystems J2RE 1.4 (oder höher) auf dem Server, wenn die yFiles for Java Klassenbibliothek benutzt wird.
  • Visual Studio wird als Entwicklungsumgebung empfohlen, wenn yFiles FLEX mit yFiles.NET kombiniert wird.

yFiles FLEX 1.4.0.2 Änderungen zu Version 1.4.0.1 (englisch)

Bugfixes

Client

  • Fixed a bug in the FoldingLayoutStage that caused an Exception when handling selfloop edges at children of collapsed nodes.
  • Fixed a bug in GraphCanvasComponent#morphGraph that prevented correct disabling of auto adjusting group node bounds during graph layout animations of folded graphs. This sometimes resulted in incorrect group node bounds after layout animations of folded graphs.
  • Fixed a bug in FoldedGraphWrapper which caused an Error when the wrapper was initialized with a non-empty graph.
  • GraphMLIOHandler: The GraphEvent which is dispatched after reading a graph now contains the parsed graph instead of the master graph if the graph is a folded graph.
  • GraphCanvasComponent: loadGraphFromURL() doesn't replace a folded graph with its master graph anymore.
  • MagnifierInputMode: an IDisplayObjectContext is now used for rendering inside the magnifier "Lens". Items using TemplateStyle are now correctly enlarged with the magnifier.

yFiles FLEX 1.4.0.1 Änderungen zu Version 1.4 (englisch)

General

  • yFiles FLEX (Java Server Bundle): upgraded to yFiles for Java 2.7
  • yFiles FLEX Client: added server side libraries for compatibility with yFiles for Java 2.6 and 2.7

Bugfixes

Client

  • Changing the port location programmatically now forces a repaint of edges which start/end at that port
  • Fixed an Error in the context of IFoldedGraph that could happen in multi-level node collapse operations as a result to calls to collapse

Java Server

  • Insets for group nodes can handle non-integer values

.NET Server

  • Insets for group nodes can handle non-integer values

Minor Improvements

  • Improved CollapsibleTreeDemo: now uses the TemplateNodeStyle
  • Improved the functionality of the AuxComponentDemo