tms dashboard with what components is developed

Hello everyone with a consultation, tms dashboard is developed with Delphi? And with what components did the visual interface you have?

Thanks for the answer.

1 Like

The TMS Dashboard is developed in Delphi with a combination of TMS FNC Core components and Bootstrap HTML/CSS libraries.

To clarify the interface of the TMS Dashboard is based on a custom HTML and CSS interface, built with the Bootstrap framework, which is seamlessly integrated and rendered via the TTMSFNCWebBrowser. This setup enables the creation of the advanced GUI elements and dynamic visual effects.

To use Bootstrap in combination with TTMSFNCWebBrowser we create an HTML page that imports the Bootstrap JavaScript and CSS libraries. Then navigate to that page in the TTMSFNCWebBrowser. Then we use JavaScript calls from a Delphi application to interact with the HTML page.

A major advantage of this architecture is its flexibility—it allows updates to the HTML interface without the need to modify or redeploy the entire TMS Dashboard application. This streamlined approach makes it simple to implement design enhancements, introduce new features, and resolve interface issues efficiently, minimizing disruption.

1 Like

Hi,
Is the source code for this application available?
It's an excellent example of using HTML, web services, and WebView within Delphi.

1 Like

Hi Bart

Source code would be great for learning purposes - maybe could be added as a demo for everyones benefit.

Thanks

Kamran

Hi,

It's great to see your interest in the technical aspects of the TMS Dashboard application!

Unfortunately, due to technical constraints such as dependencies and security considerations, we are unable to share the full source code of the TMS Dashboard.

However, we'd be happy to offer insights and provide relevant code snippets if you could specify which features or areas of the TMS Dashboard you are interested in exploring.