TMS WEB Core v1.2 Padua is released. Going to Ferrara now!
We're excited and proud to announce the availability of the 3rd major release of TMS WEB Core v1.2 Padua. An enormous amount of work was done between the TMS WEB Core v1.1 Verona release and TMS WEB...
View ArticleTMS WEB Core v1.2 first tips and tricks : working with local files
In a regular web client application, it is normal that there is no direct access to the local file system. If that would be possible, it would obviously be a huge security breach. This is possible...
View ArticleTMS WEB Core v1.2 tips & tricks part 2 : file access from Electron apps
In the previous blog article, we showed how the TWebFilePicker or TWebFileUpload component in TMS WEB Core are the intermediates to get read access to local files and how the Application.Download*...
View ArticleTMS XData 4.5: Parameter Binding and SwaggerUI
TMS XData 4.5 has been released with two major new features: parameter binding and Swagger UI. SwaggerUI is a great new addition, just by setting two simple properties:...
View ArticleTMS WEB Core v1.2 tips & tricks part 3 : Handling multiple forms with...
The class TApplication has been part of Delphi since its inception. TMS Web Core tries to make as little changes to your development as possible. Thus, it provides its own method helper class to...
View ArticleTMS WEB Core v1.2 tips & tricks part 4: Display another form as a pop-up
Creating a second form is easy and has been shown in the last post. However, sometimes we might not want to take the other form to take up the whole screen but make it a pop-up window instead. As its...
View ArticleSomething I forgot to say about TMS XData 4.5 regarding URL endpoints
Well, actually I didn't forget it. I was just not blog about it. But since we got a very positive feedback in the last post about new features in TMS XData 4.5, I decided to show you an extra thing,...
View ArticleTMS WEB Core v1.2 tips & tricks part 5: Accessing microphone and camera
Over the years, increasingly new web APIs have given web developers access to areas of the operating system that were originally only accessible from native applications. This is also the case with the...
View ArticleTMS WEB Core v1.2 tips & tricks part 6: Exploring new TWebDBGrid features
In TMS WEB Core v1.2 Padua, several new features have been added to the TWebDBGrid. This is a DB-aware grid for TMS WEB Core web client applications. Note that TMS WEB Core features a databinding model...
View ArticleTMS WEB Core v1.2 tips & tricks part 7: Get Base64 encoding for images
Not so long ago, I posted about how to convert an image into a Base64 string. Today, I will show you that using TMS Web Core, this is even easier. If we look into the source code of TMS Web Core, we...
View ArticleTMS WEB Core v1.2 tips & tricks part 8: 3D Charts made easy
One of the big new features in TMS WEB Core v1.2 Padua is the built-in support for 3D graphics. This is accomplished by providing Object Pascal components and classes that wrap the powerful ThreeJS /...
View ArticleFree Books to Learn more about Web Development
Web Development still feels new to a lot of Delphi developers as Delphi is known for desktop and database application development. Most developers also feel overwhelmed where to start. I just noticed...
View ArticleAte too much candy? Calculate and export your BMI to PDF with FNC for the WEB!
Ate too much candy? We all have those moments in life where we are proud of what we have achieved, be it in sports, school, at work... . Whenever we have reached a goal, were hard work lies at the base...
View ArticleTMS WEB Core: Integrating the Froala Editor
How to integrate a JavaScript component into TMS WEB Core As a proof of concept, this article describes how easy it is to achieve a basic integration of the Froala Editor into TMS WEB Core. Froala...
View ArticleOne Codebase - Multiple Targets
FNC This week we focused on FNC, with a series of media content, brought to you via Facebook, Twitter, blog posts and other media channels. We wanted to focus on what FNC is by highlighting each...
View ArticleFNC BETA with 2 new components
BETA A new FNC BETA is release is available for all active and registered customers! It includes 2 new components and a lot of smaller improvements and fixes. TTMSFNCPDFLib: Non-visual component for...
View ArticleFNC Code Gems: Display information and common folders
The FNC framework helps you to develop framework-independent, cross-platform applications. It has been conceived by tmssoftware.com a couple of years ago and has recently added the web as one of its...
View ArticleUsing Bootstrap themes and runtime theme selection in TMS WEB Core applications
Without a doubt, Bootstrap is one of the most popular CSS libraries for web applications. Using Bootstrap, you can easily create a consistent and modern looking web application. Since its inception,...
View ArticleTMS FNC Core 1.4 update with 2 new components
Intro We are happy to announce TMS FNC Core 1.4 is available for all active and registered customers! It includes 2 new components and a lot of smaller improvements and fixes. TTMSFNCPDFLib: Non-visual...
View ArticleFNC Code Gems: Helpers for Base64 encoding and decoding
In the last post, I looked at methods to help you get information about connected displays and determine the path name for common folders. Lets look at something very valuable when you want to...
View Article