Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Diagramming for Android, V1.0.2 (Read 1433 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Diagramming for Android, V1.0.2
Mar 12th, 2014 at 7:51am
Print Post  
We have released version 1.0.2 of MindFusion.Diagramming for Android. It adds the following new features:

Swimlanes
The lanes grid lets you emphasize the relationship between a group of diagram items by displaying them in a distinct lane or cell within the grid. To display the lane grid, set the EnableLanes property of the Diagram class to true. In order to customize the grid, set the various attributes exposed by the LaneGrid property, which lets you specify the number of rows and columns, add headers, customize the cell appearance, etc. The new Lanes sample project uses the lane grid to let users draw Gantt charts.

Node list control
The NodeListView is a list-view that can host any type of DiagramNode objects. Nodes from to the NodeListView control can be drag-and-dropped onto a Diagram, which creates a clone of the dragged node at the drop position. Nodes can be added to the list using its addNode and addNodes methods. The size of nodes in the list view is specified via the IconSize property. The size of nodes created by drag-and-drop is specified via DefaultNodeSize. The control requires API Level 11 (HONEYCOMB) for support of drag events.

Miscellaneous
~ Several new stock shapes provided by the Shape class - RightTriangle, Decagon, Trapezoid, Star4Pointed, Star5Pointed, Star6Pointed, Star7Pointed, Star16Pointed, Star24Pointed, Star32Pointed, Donut and Plaque.
~ A long press will now display context menu if the View.setOnCreateContextMenuListener method has been called.
~ resizeToFitText method added to ShapeNode and TreeViewNode.

Registered customers with an active upgrade subscription can download the licensed version from the clients area on our site.
    
A trial version is available for download here: 
https://www.mindfusion.eu/DroidDiagramTrial.zip
    
Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint