-
Content Count
389 -
Joined
-
Last visited
-
Days Won
13
Everything posted by Patrick PREMARTIN
-
ANN: HTML Component Library, HTML Report Library, HTML Editor Library version 5.0 released.
Patrick PREMARTIN replied to Alexander Sviridenkov's topic in Delphi Third-Party
Sorry, but why do you need or want a MCP Server included in a library which shows HTML contents ? -
D12.3- [PAClient Error] Error: E6665 Cannot open file ".../partial_info.plist". No such file or directory
Patrick PREMARTIN replied to ToddFrankson's topic in Cross-platform
I had the same error ("can't open partial info.plist") yesterday but didn't investigate. Good to know that adding the framework fixed that too. 😉 -
No release date is available for a new Community Edition. It could be next year or in two or three years. Embarcadero has no obligation. Statistically speaking, it could be next summer if a new bootcamp session is set up. The current Community Edition works well and allows deployment on the latest versions of iOS, Android, Windows, and Mac. You don't "need" an update. If you need the new features and updates in Delphi 13 Florence, you should consider whether the CE license is really what you need, rather than a Professional license.
-
Hi This morning Apple released it's 26 versions of macOS, iOS, Xcode, ... Of course I upgraded everything here to test if PAServer and RAD Studio 13 Florence (and previous releases) can deal with them. For macOS ARM (Apple Silicon) it compiles as expected. For macOS (Intel) I had a problem on a project and it worked for an other. I'll investigate to find and exterminate the reason or send some daleks to Apple Park. For iOS it didn't worked. I have a linker problem with a missing framework used by an empty FireMonkey project. I opened an issue on QP. Follow it or this post if you want to be informed when it's fixed. So, I suggest you to wait a few days this is solved before upgrading your Apple devices and softwares.
-
Don't upgrade Xcode and iOS to release 26 !
Patrick PREMARTIN replied to Patrick PREMARTIN's topic in FMX
Adding the _LocationEssentials framework to iOS 26 and iOS Simulator 26 SDK fixed the problem and I was able to compile my test projects with Delphi 12 Athens and Delphi 13 Florence. https://developpeur-pascal.fr/ios-26-reclame-le-framework-_locationessentials.html -
New Delphi features in Delphi 13
Patrick PREMARTIN replied to David Heffernan's topic in RTL and Delphi Object Pascal
Bookmarks, Navigator and the multi threading debugger extension from Parnassus should arrive on GetIt in a few days. -
New Delphi features in Delphi 13
Patrick PREMARTIN replied to David Heffernan's topic in RTL and Delphi Object Pascal
I've just installed the GExperts 1.3.26 available from https://blog.dummzeuch.de/2025/09/12/gexperts-1-3-26-beta-for-delphi-13/ It work in the 32 bits IDE and allow to enable its code formater with Ctrl+D to restore previous behavior. On some of my units I see a few differences with previous default formater, but not a real problem (except for code versioning) : an indent of variables of same type declared on more than one line. FField1, FField2: integer; become FField1, FField2: integer; -
New Delphi features in Delphi 13
Patrick PREMARTIN replied to David Heffernan's topic in RTL and Delphi Object Pascal
The reason is simple : it's disabled for Delphi (but can be used by IDE plugins or for next update or release), but it is used for C++Builder by Visual Assist tools. -
New Delphi features in Delphi 13
Patrick PREMARTIN replied to David Heffernan's topic in RTL and Delphi Object Pascal
As Marco Cantu pointed out, the LSP Server does not always meet expectations. They are aware of this and are working on an overhaul. In the meantime, they have reactivated the previous version of Code Insight as an option in 13 Florence. Go to Tools / Options / Editor / Language / Delphi / Code audit to choose which one you want to use (in the 32 bits IDE or in the 64 bits IDE). -
Yep, like for too many websites, it sounds "COVID era". 😞 Hope it's not the case.
-
Perhaps you can ask them directly ? (an email is available on the about page of their site)
-
no, it's the good default folder
-
Delphi 13 IDE User Interface Font size issue
Patrick PREMARTIN replied to PeterPanettone's topic in Delphi IDE and APIs
As I know, no. They use the same settings for all texts. An other new feature request to add font and size settings in Tools / Options / IDE / Home page ? -
Hi @PeterPanettone Good idea for the type search, perhaps you can open a new feature request ? For the search by word they used the same behavior as "find" option in source editor. Suggesting more options could be a good thing too. We don't have to wait for next major release, it could be done for an update.
-
Less included components in Delphi 13
Patrick PREMARTIN replied to jwcarney's topic in RTL and Delphi Object Pascal
Hi @jwcarney Don't forget all components must be compiled with the RTM (= public) Delphi or C++Builder version before being distributed. It take time to do it and to check if all works fine. Even if a part of this job could have been done with beta releases if the component editor have access to it. After that they have to be submitted to GetIt team and added to the servers. There is no magic (even if all people have its magic touch) under this process. Something like 200 packages have to be added in GetIt to have the same number as the 12 release. -
New Delphi features in Delphi 13
Patrick PREMARTIN replied to David Heffernan's topic in RTL and Delphi Object Pascal
still not 😞 -
New Delphi features in Delphi 13
Patrick PREMARTIN replied to David Heffernan's topic in RTL and Delphi Object Pascal
Please open an issue on https://qp.embarcadero.com and say what version of Kaspersky you use. -
New Delphi features in Delphi 13
Patrick PREMARTIN replied to David Heffernan's topic in RTL and Delphi Object Pascal
No, you should not. But every program using or allowing to use AI features is subject to be recognize like an AI trojan. Kaspersky AI and the others have to learn about false (or not) positives. -
Ok, of course things have evolve in 20 years 😉 If you comply with its license, try the Community Edition. It is a big boost after Delphi 7, but you'll have to migrate old projects to Unicode & other things depending on what you used.
-
Hi The standard Drag&Drop events and commands work for everything in VCL as in FireMonkey (on desktop platforms). Why don't you use them for an image ?
-
If the normal IDE options have not worked, the best solution would be to delete the DPROJ file (after making a copy) and reopen the DPR in Delphi. It will create a DRPOJ with the default options and should resolve any issues that the previous one may have had, although in this case I am not sure that this is the source of the problem. Starting from scratch in this way may be the solution.
-
Need help investigating an app crash
Patrick PREMARTIN replied to Der schöne Günther's topic in General Help
Hi. Did you found the solution ? Was it the new firmware ? -
If you buy a RAD Studio license, you get a subscription to all major and "minor" updates during your subscription period. Contact the sales team or just check your license to see if your subscription is enabled.
-
Can't complete Delphi 12.3 Community Edition Athens installation
Patrick PREMARTIN replied to PrimeMinister's topic in General Help
Hi @DRIDZ Have you retried and/or got a solution for this problem ? -
Hello. There are far too many components to cover them all. Once you understand the basic components and the difference between visual and non-visual, it's up to us to go through the examples provided and learn everything. Everything that can be found in Windows software is present in the VCL. In books you have these two to read : https://delphi-books.com/en/Getting-started-with-RAD-Studio.html https://delphi-books.com/en/Object-Pascal-Handbook-Delphi-11-Alexandria-Edition.html They explain the basics and the language features. As I know no book is oriented on VCL components learning but they all contains a lot of projects samples. In the official documentation website you have the units content but also tutorials like https://docwiki.embarcadero.com/CodeExamples/en/Main_Page https://docwiki.embarcadero.com/RADStudio/en/Getting_Started_with_RAD_Studio https://docwiki.embarcadero.com/RADStudio/en/Windows_Developer's_Guide_Index