Jump to content

Patrick PREMARTIN

Members
  • Content Count

    389
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Patrick PREMARTIN

  1. Sorry, but why do you need or want a MCP Server included in a library which shows HTML contents ?
  2. 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. 😉
  3. Patrick PREMARTIN

    Delphi 13 CE

    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.
  4. Patrick PREMARTIN

    Don't upgrade Xcode and iOS to release 26 !

    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.
  5. Patrick PREMARTIN

    Don't upgrade Xcode and iOS to release 26 !

    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
  6. Patrick PREMARTIN

    New Delphi features in Delphi 13

    Bookmarks, Navigator and the multi threading debugger extension from Parnassus should arrive on GetIt in a few days.
  7. Patrick PREMARTIN

    New Delphi features in Delphi 13

    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;
  8. Patrick PREMARTIN

    New Delphi features in Delphi 13

    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.
  9. Patrick PREMARTIN

    New Delphi features in Delphi 13

    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).
  10. Patrick PREMARTIN

    RAD Studio 13 is available

    Yep, like for too many websites, it sounds "COVID era". 😞 Hope it's not the case.
  11. Patrick PREMARTIN

    RAD Studio 13 is available

    Perhaps you can ask them directly ? (an email is available on the about page of their site)
  12. Patrick PREMARTIN

    RAD Studio 13 is available

    no, it's the good default folder
  13. Patrick PREMARTIN

    Delphi 13 IDE User Interface Font size issue

    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 ?
  14. Patrick PREMARTIN

    RAD Studio 13 is available

    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.
  15. Patrick PREMARTIN

    Less included components in Delphi 13

    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.
  16. Patrick PREMARTIN

    New Delphi features in Delphi 13

    still not 😞
  17. Patrick PREMARTIN

    New Delphi features in Delphi 13

    Please open an issue on https://qp.embarcadero.com and say what version of Kaspersky you use.
  18. Patrick PREMARTIN

    New Delphi features in Delphi 13

    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.
  19. Patrick PREMARTIN

    Dragging and Dropping of Images

    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.
  20. Patrick PREMARTIN

    Dragging and Dropping of Images

    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 ?
  21. Patrick PREMARTIN

    Can't change icons in my app

    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.
  22. Patrick PREMARTIN

    Need help investigating an app crash

    Hi. Did you found the solution ? Was it the new firmware ?
  23. Patrick PREMARTIN

    Rad Studio 13?

    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.
  24. Patrick PREMARTIN

    Can't complete Delphi 12.3 Community Edition Athens installation

    Hi @DRIDZ Have you retried and/or got a solution for this problem ?
  25. Patrick PREMARTIN

    hand book on Delphi Pascal and VCL

    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
×