Extend TMS WEB Core with JS Libraries with Andrew: Epic JSON Primer (part 2)
Here is part 2 of "Extend TMS WEB Core with JS Libraries with Andrew: Epic JSON Primer"20: Relative Performance.21: Iterate through JSON Object Elements.22: Traverse Entire JSON Object.23: Compare...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: FlatPickr
So far in this blog series, we've covered JS libraries that included Helpers, Tools, and Assets. This time out, we're going to dig into the first of many JS libraries that feature some sort of...
View ArticleIs WebAssembly really faster than JavaScript? A hands-on experiment!
WebAssembly is a low-level language with a compact binary format that runs with near-native performance. Free Pascal offers, since some time, a way to compile Pascal to WebAssembly and integrate...
View ArticleRun-time call-stack tracing with Delphi
We are used to inspect a call-stack when something goes wrong in our application and it crashes. Delphi has excellent add-on tools that log detailed call-stack information when an application...
View Article8 releases of TMS VCL UI Pack for Delphi so far in 2022
TMS VCL UI Pack is our flag-ship VCL product comprising over 600 VCL components to help you create more feature-rich VCL Windows applications faster. Today, we have released TMS VCL UI Pack v10.7.7.0...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: FlatPickr (part 2)
Last time out, we looked at how to incorporate FlatPickr into a TMS WEB Core project. We had taken what might be considered the manual approach. A link to a CDN or other source for the library is...
View ArticleCryptocurrency tracking in Delphi with FNC Chart
We, as developers, seek for new exciting APIs, new components that offer that little bit extra, or something completely new and mindblowing. As component developers, it's a daily quest to put new and...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Luxon
The last couple of posts covered FlatPickr, a popular and very capable datepicker JS Library. We looked at many of its options, and looked at two completely different ways to add it to our TMS WEB...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: CodeMirror
Do you want to display or edit code directly within your TMS WEB Core application? Then this is the post for you. This time out, we're diving head-first into CodeMirror 5, which describes itself as...
View ArticleIn the TMS lab with our students
Hello world! You might have been used to see and read Stephanie in past posts, but today its time to introduce a new face! Im Emmanuel, the internship Marketing and communication since 25th of...
View ArticleTMS FNC Chart: update with Types, Appearance and CSV Loading
Version 2.0 of the TMS FNC Chart is available. This major release brings a lot of new features.Most of them are related to quickly get the chart that you want with just a couple lines of code.An...
View ArticleShould we make FlexCel work in Lazarus?
As many might know, FPC announced support for anonymous methods some days ago. This was one of the last pieces missing for us to be able to port TMS FlexCel to Lazarus and FPC. So we decided to give...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Summernote vs. SunEditor...
Last time out, we had a good look at CodeMirror 5, a JavaScript text editor that, among many other things, can be used to edit native HTML. This time out, we're going to tackle the general topic of...
View ArticleTMS FNC Chart: Visualize your Grid Data
With the release of the new TMS FNC Chart version 2.0, it is now possible to show beautiful graphs based on the cell data in a TMS FNC Grid. This requires the installation of the TMS FNC UI Pack next...
View ArticleDisplay and edit math formulae using the new math editor component
With the latest update of TMS FNC WX Pack, we released the new TTMSFNCWXMathEditor component. This component let's you easily display and edit math formulae. No code is required to get started....
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Tabulator Part1:...
So far, we've covered some hugely important and popular JavaScript libraries, like jQuery, Bootstrap and FontAwesome. We've also explored other very important but somewhat lesser-known JavaScript...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Tabulator Part 2: Getting...
Last time out, we started our adventure into Tabulator, a JavaScript library that provides a grid-style control that you can use in your TMS WEB Core projects. This time out, we're going to focus on...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Tabulator Part 3: Viewing...
In this third stop on our Tabulator adventure, we're going to focus mostly on the options available for how data is displayed. But in order to help narrow our focus a little further, we're going to...
View ArticleTake your application to the next level with TMS FNC Chart for Delphi
With our first and very successful webinar, demonstrating features for version 2.0, we add another milestone in our journey to improve and enhance TMS FNC Chart. The webinar was supported by our own...
View ArticleExtend TMS WEB Core with JS Libraries with Andrew: Tabulator Part 4:...
Last time, we looked at many possible customizations for Tabulator and other parts of a TMS WEB Core Project that were generally focused on the "look" of the application. This included a handful of...
View Article