-
Content Count
384 -
Joined
-
Last visited
-
Days Won
12
Everything posted by Patrick PREMARTIN
-
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
-
Hi I don't have a simple solution to manage a right click on a list view item except looking at the code from TListViewBase.MouseUp() and TListViewBase.SetNewItemIndex() to determine what item is under the mouse position. Using frames in a vertical scroll box will be perhaps simpler in your case.
-
it's sooner this week than previous month
-
Can't complete Delphi 12.3 Community Edition Athens installation
Patrick PREMARTIN replied to PrimeMinister's topic in General Help
It should be fixed. You can retry. -
Can't complete Delphi 12.3 Community Edition Athens installation
Patrick PREMARTIN replied to PrimeMinister's topic in General Help
The Community Edition is a Delphi 12.1 Athens version. This said some GetIt servers have technical problems. Embarcadero teams know that and are working on it. -
Object Pascal Card Framework
Patrick PREMARTIN replied to Gustavo 'Gus' Carreno's topic in I made this
And today I've added two C++Builder samples to the repository.