This Month in RAD Studio – February 2021
This month: Web Development in Delphi offer, Customer TShirt Update, and what’s an Interbase VAR?
This month: Web Development in Delphi offer, Customer TShirt Update, and what’s an Interbase VAR?
We’ve just sent an email out to our 2020 Customers with details of how you can grab one of our limited run TShirts. Inspired by the classic Ramones logo designed by Arturo Vega, if you’d like one of these RAD Studio shirts, you’ll need to use the coupon code included in the email. Also, make …
I wanted to give everyone an update on where we are with the relaunch of SmartInspect. Despite a bit of a false start, I’m happy to say that we have successfully updated all of the core packages and tools with RAD Studio 10.4.1. This required a number of fixes and updates to third party components, …
As I mentioned in my SmartInspect Update, we’ve finalised the new pricing structure. There were two main factors I was trying to balance with the pricing: treat customers with an existing subscription fairly make SmartInspect accessible to a broader range of customers I think what we’ve come up with balances those two goals appropriately, but …
Today I needed to migrate a GitHub wiki from one repo to another. Looking through the GitHub docs didn’t help that much. Lot’s of things about transferring the whole repo to someone else, but not just the wiki part. In the end it turned out to be actually pretty easy, but there are two key …
We have some exciting news to share today. After discussions going back quite awhile, we have entered into a definitive agreement to acquire the assets of the SmartInspect business from Gurock Software. You can read the official announcement on the Gurock site here. We’ve been fans of SmartInspect for years, having used it from several …
With the new, LSP-based CodeInsight in RAD Studio 10.4 Sydney, CodeInsight in the Uses clause is much more useful. It’ll let you search for all the standard VCL/FMX/RTL units, as well as any unused units in your project. Combined with the new searching where it matches entries containing what you’ve typed, not just those starting …
CodeInsight for the Uses Clause in RAD Studio 10.4 Sydney Read More »
Starting with 10.4, Embarcadero is using the GetIt Package Manager to deliver patches. However, those of you who installed from the Offline Installer (the ISO file) might experience errors when you do this. We’ve seen two different error messages: Cannot load data from the server: Cannot open file and also: Cannot load data from the …
Errors in GetIt when installing RAD Studio 10.4 Patches Read More »
If, like me, you were busy inspecting the inside of your eyelids when Embarcadero ran the RAD Studio 10.4 Sydney launch webinar the other morning, you’ll be happy to know that they’ve posted the replay.
Recently we were updating a system we had built for one of our customers. One of the things we needed to do was update the macOS applications for 64bit. There are 3 applications in the suite that support macOS, and the first two converted very smoothly thanks to the 64bit macOS support in RAD Studio …