Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MindFusion.Diagramming for Android, v1.0.2 beta (Read 2696 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
MindFusion.Diagramming for Android, v1.0.2 beta
Feb 3rd, 2014 at 10:05am
Print Post  
DroidDiagram 1.0.2 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 Diagram.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.

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.

If anyone is interested in trying out the beta version, please download this archive containing the updated jar file and sample projects:

https://mindfusion.eu/_beta/DroidDiagram102.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
NodeListView control added
Reply #1 - Feb 26th, 2014 at 12:56pm
Print Post  
We have uploaded a new v1.0.2 build that adds NodeListView control:
https://mindfusion.eu/_beta/DroidDiagram102.zip

NodeListView display a list of nodes with optional labels and can be used to create new nodes in the diagram via drag-and-drop. 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.

The archive now includes a NodeListViewDemo project showing how to set up a NodeListView along with a DiagramView as its drag-drop target.
« Last Edit: Feb 26th, 2014 at 2:41pm by Stoyo »  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint