TMS Software offers commercial components and libraries for RAD Studio developers, from UI components to cloud computing libraries. One of the best UI component suites is the FNC Blox, a set of cross-platform controls for Delphi & C++ Builder to easily add user-friendly flowcharting, diagramming, and graphing capabilities to your applications.
TMS FNC Blox has its panel-like component where users can build diagrams by inserting different-sized lines and blocks, even if they are easy to link. And the best part is you can drag and drop components in real-time as a user.
Best features of the TMS FNC Blox :
- High-quality drawing blocks
- Open architecture to create custom shapes
- Full customization over components
- Saving or loading file and stream
- Zoom in/out & Panning
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
// Panning mode procedure TForm1.StartPanningButtonClick(Sender: TObject); begin TMSFNCBloxControl1.Presenter.StartPanning; end; procedure TForm1.CancelPanningButtonClick(Sender: TObject); begin TMSFNCBloxControl1.Presenter.CancelPanning; end; // Loading and saving a diagram TMSFNCBloxControl1.SaveToFile('MyBlox1.blox'); TMSFNCBloxControl1.LoadFromFile('MyBlox2.blox'); TMSFNCBloxControl1.SaveToStream(AStream); TMSFNCBloxControl1.LoadFromStream(AStream); |
Be sure to head over and check out the TMS FNC Blox component suite on GetIt portal and download them from the IDE.
Looking for great UI components, user-friendly diagramming, flowcharting, and graphing for Windows applications? Try the Windows App Development Tool, which simplifies your design and allows you to take advantage of the infinite design possibilities.
Design. Code. Compile. Deploy.
Start Free Trial Upgrade Today
Free Delphi Community Edition Free C++Builder Community Edition
I’ve downloaded the ISO from alt.embarcadero.com ( RADStudio_12_0_4915718.iso ) and installed, getting a trial licence. No errors at installation.
When open the IDE for compile any project, an empty project, for example, in 32 bits – Debug (first test), and then with all others combinations (32,64 bits, debug, release) never compiles and raises:
[MSBuild Error] The “DCC” task failed unexpectedly.
System.Exception: Platform not supported:WIN64
at Borland.Build.Tasks.Delphi.DCC.GenerateFullPathToTool()
at Microsoft.Build.Utilities.ToolTask.ComputePathToTool()
at Microsoft.Build.Utilities.ToolTask.Execute()
at Borland.Build.Tasks.Common.BaseTask.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)
How solve it?