Today we have released an update for TMS Diagram Studio at http://www.tmssoftware.com. With TMS Diagram Studio you can add diagram and flowchart capabilities to your application.


Today we have released an update for TMS Diagram Studio at http://www.tmssoftware.com. With TMS Diagram Studio you can add diagram and flowchart capabilities to your application.

What's new & improved in v4.6.0.0:
- New: TDiagramNavigator control provides an overview and easy navigation of the whole diagram
- New: TDiagramEditor.ShowNavigator and NavigatorVisible properties allows full control of navigator visibility in the built-in diagram editor dialog
- New: TForceLayout.ApplyNodesOnError allows the layout to be applied to diagram even if errors occur while calculating the new layout
- Smaller fixes & improvements

Fully functional trial versions are available at http://www.tmssoftware.com/site/diagram.asp

Comments

  1. Hi Dobrin,
    I think you are able to do what you want, you can definitely add your own elements to the chart. I created once an application, where the users (testmanagers) could model there own testlaboratories with desks and testcomputers as a diagram and use that diagram to manage the testprocess.
    There are Blocks and Links collections in a TatDiagram. But the big drawback is that TatDiagram descends from TWinControl.

    ReplyDelete
  2. Dobrin Petkov, yes, it's possible. Everything you can do visually with the diagram you can do it from code, the information is there so you can build a full diagram from code and read information. There are demos in the trial version that show for example how to retrieve links between blocks. Also, even in the trial, there is source code available for most of the blocks available in the package, like arrow blocks, electrical blocks, etc.. You can read the source to see how new blocks can be created.

    ReplyDelete
  3. Thanks for the replies guys - I'll try :)

    ReplyDelete

Post a Comment