Jump to content

salvadordf

Members
  • Content Count

    35
  • Joined

  • Last visited

  • Days Won

    4

salvadordf last won the day on November 24 2024

salvadordf had the most liked content!

Community Reputation

37 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

    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.
  2. 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.
  3. salvadordf

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

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

    Delphi 12.2 Patch 1

    CEF4Delphi and WebView4Delphi must be reinstalled too.
  5. 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...
  6. salvadordf

    Navigator disappeared from GetIt

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

    Delphi 11.3 CEF4Delphi

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

    Delphi 11.3 CEF4Delphi

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

    My new project : WebView4Delphi

    In case there are extra problems read this.
  10. salvadordf

    My new project : WebView4Delphi

    The BPL files should be created in $(BDSCOMMONDIR)\Bpl and not in the WebView4Delphi\packages directory. Perhaps the "Package output directory" option is not set to $(BDSCOMMONDIR)\Bpl Open the Tools -> Options... menu option and then select the "Environment options -> Delphi options -> Library" node in the left tree view. There you can check the "Package output directory" value. If you can't modify that setting try adding the WebView4Delphi\packages directory to the search path.
  11. salvadordf

    My new project : WebView4Delphi

    Build WebView4DelphiVCLRTL.bpl, WebView4DelphiFMXRTL.bpl, WebView4DelphiVCL_designtime.bpl and WebView4DelphiFMX_designtime.bpl individually (in that order) or download the latest WebView4Delphi version from GitHub. I recently fixed a project order issue in the project group file thanks to the information on this thread. This Wiki article has all the details to install WebView4Delphi in Delphi.
  12. salvadordf

    WebUI4Delphi available at GitHub

    I don't know Sciter but after reading a few things it looks similar. You should ask the WebUI developers to get a better answer but Sciter seems to have a lot more features.
  13. salvadordf

    WebUI4Delphi available at GitHub

    I just made public the WebUI4Delphi open source project at GitHub. WebUI4Delphi is a WebUI wrapper, which allows you to use any web browser as a GUI, with Delphi in the backend and HTML5 in the frontend. WebUI doesn't embed a web browser. It just connects your Delphi application with the installed web browser using a fast protocol so you can use HTML5 as part of the GUI. WebUI4Delphi can be used in 64 bit Delphi applications for Windows. Linux and MacOS support needs testing. There are several VCL, FireMonkey and console demos. https://github.com/salvadordf/WebUI4Delphi
  14. salvadordf

    TWebBrowser Edge Engine Unavailable

    Yes. CEF4Delphi works on Windows, Linux and macOS. There are some unresolved issues in Linux but it works : https://github.com/salvadordf/CEF4Delphi/issues?q=is%3Aissue+is%3Aopen+label%3ALinux
  15. salvadordf

    Call for Delphi 12 Support in OpenSource projects.

    FYI : I'm not a beta-tester but the latest Skia4Delphi code available at GitHub includes {$IF CompilerVersion >= 36} several times.
×