Jump to content
Registration disabled at the moment Read more... ×

salvadordf

Members
  • Content Count

    42
  • Joined

  • Last visited

  • Days Won

    4

salvadordf last won the day on November 24 2024

salvadordf had the most liked content!

Community Reputation

40 Excellent

Technical Information

  • Delphi-Version
    Delphi 12 Athens

Recent Profile Visitors

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

  1. salvadordf

    FMX Linux - the product and the company

    Quartex Pascal is an entire new IDE independent from Delphi and it will be released soon.
  2. salvadordf

    FMX Linux - the product and the company

    As far as I know, FMXLinux requires RAD Studio Enterprise or Architect to work. It doesn't work in RAD Studio Pro, If you need native applications consider using Lazarus or create web applications using any of the frameworks available for Delphi : D2Bridge (open source) Unigui VirtualUI TMS WebCore Quartex Pascal There are more frameworks to create web applications. I just listed a few that I can remember right now.
  3. salvadordf

    SynEdit for FMX ?

    I know it's not the same but one of the FMX demos in the WebView4Delphi project shows how to embed a Monaco editor : https://github.com/microsoft/monaco-editor https://github.com/salvadordf/WebView4Delphi/tree/main/demos/Delphi_FMX/MonacoEditor
  4. salvadordf

    TEdgeBrowser creation randomly fails

    WebView4Delphi uses the WebView2 framework to embed an Edge browser. Edge is based on Chromium but the WebView2 framework is updated automatically by Windows. I just updated the readme in the repository to avoid confusions. I suggested WebView4Delphi because it gives you a lot more details in case of initialization problems. It's updated to the latest WebView2 framework version and it implements all the interfaces exposed by WebView2.
  5. salvadordf

    TEdgeBrowser creation randomly fails

    Try using WebView4Delphi and implement the TWVBrowser.OnInitializationError and GlobalWebView2Loader.OnInitializationError events. Check the GlobalWebView2Loader.ErrorMessage and GlobalWebView2Loader.ErrorCode values too. Keep the browser visible until it's fully initialized and then hide it.
  6. salvadordf

    Connecting Delphi 12 IDE to Google Gemini AI

    I haven't tried to connect the IDE to Gemini AI but for normal applications try using FB4D
  7. salvadordf

    Delphi + Windows + isWine

    One quick and extremely dirty solution for this issue would be to increase the executable size. That web page has a 100MB limit.
  8. Some Windows users received a faulty Windows update with WebView2 Runtime 131 that broke the official way to check if the evergreen runtime is installed in the computer. Microsoft stopped the deployment of that update and then released a fix but some computers may still have the broken runtime. In the case of WebView4Delphi this update caused the GlobalWebView2Loader.StartWebView2 call to return false because it couldn't find the WebView2 runtime on the system. As a temporary workaround, set GlobalWebView2Loader.CheckFiles to FALSE before the GlobalWebView2Loader.StartWebView2 call. Read this issue in the feedback repository for more details.
  9. salvadordf

    App does not start anymore on macOS Sequoia (due to sandbox restrictions?)

    Perhaps it needs to be signed. Read this article.
  10. salvadordf

    Delphi 12.2 Patch 1

    CEF4Delphi and WebView4Delphi must be reinstalled too.
  11. salvadordf

    Delphi 12.2 available for download

    I installed it. All my components seem to work fine... Is the AI feature new? I disabled it anyway...
  12. salvadordf

    Navigator disappeared from GetIt

    https://getitnow.embarcadero.com/Navigator-12-1.6.5.3/
  13. salvadordf

    Delphi 11.3 CEF4Delphi

    The last answer of this link has the easiest solution for this case.
  14. salvadordf

    Delphi 11.3 CEF4Delphi

    Thanks Peter! I only have one Delphi version per system and I didn't notice this issue.
  15. salvadordf

    My new project : WebView4Delphi

    In case there are extra problems read this.
×