TMS Software
Again, we are back with another update: TMS FNC UI Pack 4.1!FNC planner editorA major new requested feature was the ability to integrate a custom editor for editing items. In 4.1, we introduced a way to… … Read more
3 years ago 0
TMS Software
We’ve covered Sparklines and Chart.js so far in our miniseries on adding charting capabilities to our TMS WEB Core projects. These have been great for adding either really simple charts (Sparklines) or what might… … Read more
3 years ago 0
TMS Software
TMS Sphinx is now released! Welcome our new Delphi framework for Identity Access Management, authorization and authentication.The sphinx was a mythical monster, present in both Egyptian and Greek mythology. Having the head of a human and… … Read more
3 years ago 0
TMS Software
TMS Business becomes TMS BIZ, and now you have more options to choose the products you want to use. Learn more in this blog post.Some historyIn this year, 2022, TMS Business reached a milestone:… … Read more
3 years ago 0
TMS Software
Last time out, we started our new miniseries on charting by exploring a JS library used to create Sparklines. These are very small charts that typically have no annotations and only a single data… … Read more
3 years ago 0
TMS Software
In this edition of “Coding Boot Camp” youll have the opportunity to learn about more specialized topics, such as game development, web programming, and mobile app development with Delphi.This boot camp is free and… … Read more
3 years ago 0
TMS Software
The most recent posts in this series covered how to deploy TMS WEB Core applications as native desktop applications on Windows, Linux, and macOS using either the Miletus framework or the Electron framework. In… … Read more
3 years ago 0
TMS Software
TMS WEB Core facilitates to leverage all your Object Pascal knowledge to create component based rich web client applications from the Delphi IDE. Did you know that for some time, it is equally possible… … Read more
3 years ago 0
TMS Software
Now that we’ve covered integrating images, maps, and diagrams into our TMS WEB Core projects, the next area to explore is charts. A big topic, to be sure. And with no shortage of options, either. … … Read more
3 years ago 0
TMS Software
In the previous blog posts we handled the basics, demonstrated how to work with collections, generic lists and dictionaries related to object persistence in JSON. Below is an overview of part 1, 2 &… … Read more
3 years ago 0
TMS Software
In the past couple of posts, we’ve had a look at JS libraries that enabled us to annotate images in some way. With Leaflet, we could draw boundaries and other shapes. With Filerobot Image… … Read more
3 years ago 0
TMS Software
GenericsThe previous blog post explained how to deal with collections. This blog post will use and transform the TPersonRelations collection to a TObjectList<TPersonRelation> generic type list.TPersonRelation = class(TPersistent) private FName: string; FDescription: string; public… … Read more
3 years ago 0
TMS Software
CollectionsIn the previous blog post, we talked about the basics for saving and loading objects to and from JSON data. Today, we are going a step further and will look at collections. To demonstrate… … Read more
3 years ago 0
TMS Software
Last time out in this series, we had our first look at using the Miletus framework within TMS WEB Core projects, where we took our Leaflet example and created Win64, Linux64, and macOS applications…. … Read more
3 years ago 0
TMS Software
In our last post, we covered panning and zooming of images or other content within TMS WEB Core projects using one of the many JS libraries available for this purpose. But what if you want to… … Read more
3 years ago 0