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


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
Diagramming for Android, V1.2.2
Jan 15th, 2016 at 1:51pm
Print Post  
We have released version 1.2.2 of MindFusion.Diagramming for Android. It contains the following new features:

Context menu
A long press over a diagram item displays a radial menu that lets users delete the item, edit its text or toggle its selection state. Handle the contextMenuOpening event to customize the menu by adding new items or removing standard ones. You can add a new item by calling the addMenuItem method or by adding a new RadialMenuItem instance to the Items list. A long press in older versions of the library used to toggle selection, so for compatibility the selection menu item is considered a default one and its action is executed unless the user explicitly chooses another menu item. You can change this default by calling the setDefaultItem method. If there is no diagram item located at touch position, the control raises contextMenuOpening and displays a menu only if the event handler adds any custom items.

Miscellaneous
  • Length and LengthType classes are now public to let you define GridPanel row and column sizes from code instead of XML templates.
  • Undo/redo records for in-place edit operations are now created automatically.
  • KeepInsideDiagram constraint prevents a node from leaving diagram boundaries during user interaction (the older RestrictItemsToBounds property does not stop nodes from leaving diagram area but returns them to original position if dropped outside).
  • StartPoint and EndPoint properties provide a shortcut to setting the first and last control points of a DiagramLink.

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

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint