Jump to content

GabrielMoraru

Members
  • Content Count

    102
  • Joined

  • Last visited

  • Days Won

    2

GabrielMoraru last won the day on April 12

GabrielMoraru had the most liked content!

Community Reputation

29 Excellent

About GabrielMoraru

  • Birthday March 4

Technical Information

  • Delphi-Version
    Delphi 10.4 Sydney

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. GabrielMoraru

    Delphi 11.1 + patches - No debug source / breakpoints?

    @Lars. Updates on this? I have a similar problem where debugging in Delphi 11.3 works.... for a while. Then suddenly all breakpoints are ignored. (Suddenly = I change one line a code and I recompile). I can't even put a breakpoint into the DPR! The project is properly set. I even turned on "map file" and "debug info into exe" in the Linker page. The project is really really large: Exe file (with debug info inside) 191MB. Exe file (without debug info inside) 51MB. Map file = 43MB. DCUs = 4MB (the rest is in (DPK) libraries).
  2. GabrielMoraru

    Getting Win 11 in Delphi

    https://www.anoopcnair.com/windows-11-version-numbers-build-numbers-major/
  3. GabrielMoraru

    [Open Source] Delphi Youtube Downloader

    Cool!
  4. GabrielMoraru

    When LSP fails

    Great tutorial!
  5. GabrielMoraru

    Can you restart the LSP or do you have to restart the whole IDE?

    In the Delphi 12 IDE, under Tools, there is a "Reload LSP server" menu: It would be so cool to have it as an icon in the tool bar. But thanks to the old gods and to the new ones, it has an accelerator!
  6. GabrielMoraru

    Can you restart the LSP or do you have to restart the whole IDE?

    I use a similar solution. I use the TaskManager (I have the Classic Task Manager from Win7 which is really fast installed on my Win11) to kill the fattest LSP process.
  7. GabrielMoraru

    Any font property editor for FireMonkey?

    Hi I'm also interested in this. Any news/conclusions? Under VCL I had a reusable configurator where the user can change (dynamically) the font for the whole application (all forms/all controls). I would like to have it back in FMX also.
  8. GabrielMoraru

    Styling message boxes

    I gathered here a list of issues with FMX async messages. Some of them don't have the X button to close the message, some of them have the button but it does not work Some of them don't let you customize the caption Some of them don't show icons (error, warnings, info, question...) Some of them don't do the "ding" sound when they are displayed.
  9. GabrielMoraru

    Styling message boxes

    Also the TDialogServiceAsync.MessageDialog looks disappointing. No icons, no titlebar, no flavor. 😞 And the Fmx.Dialogs.ShowMessage is marked as deprecated 😞 _ Looks like I need to bake my own messages. I have seen a library here doing that but it uses Application.ProcessMessages - something I am not yet mentally prepared to accept 🙂
  10. GabrielMoraru

    Styling message boxes

    That's why I am asking how Roger deals with it. In my view, if you want true support for cross-platform (this includes also Android), there is no such thing as blocking/synchronous/modal dialog messages in FMX.
  11. GabrielMoraru

    Styling message boxes

    How do you deal with Android? It does not support blocking messages...
  12. GabrielMoraru

    Converting simple VCL form to FMX

    Update I did a massive re-haul of the code. Now works much much better and it recognizes way more VCL components.
  13. GabrielMoraru

    Connecting Delphi 12 IDE to Google Gemini AI

    Yes. That was the problem. I already posted the solution (correct base URL) here.
  14. GabrielMoraru

    Connecting Delphi 12 IDE to Google Gemini AI

    I don't know how this will help me. I want to ask the AI questions, directly from the IDE. I have never used this kind of plugin and I want to try it now. So, I use Delphi's embedded support for this (in IDE -> Options -> Smart code design).
  15. Hi I can connect to the AI via a curl script, but I cannot from the IDE. When I click the "model" edit box I get:
×