Salvador Díaz Fau
Salvador Díaz Fau
Hi, I don't have a Mac computer and I can't test this but I recently added a new TARGET_64BITS conditional to fix issues building apps in Raspberry Pi OS 64...
Hi, Please download the official CEF sample application from [here](https://cef-builds.spotifycdn.com/cef_binary_102.0.10%2Bgf249b2e%2Bchromium-102.0.5005.115_windows64_client.tar.bz2) and test this issue again. There are some unresolved issues in CEF with the IME and this could be one...
Related CEF issues : https://bitbucket.org/chromiumembedded/cef/issues/3306/windows-ime-not-positioned-correctly-with https://bitbucket.org/chromiumembedded/cef/issues/3313/windows-fix-ime-popup-and-selection-issues
The FMX initialization in Delphi 11 seems to have changed. I'll have to ask for some favors to test this because I only have a Delphi Pro license.
I'll try to implement the Linux work scheduler in a similar way than the CEF sample application to see if that's a requirement now. The Lazarus demo with an external...
After implementing the new Linux work scheduler I still get the same issue with all browsers using an external message pump in Linux. The previous CEF4Delphi release which included Chromium...
I'm getting this error on the terminal when I try to run some (all?) Linux demos built with Lazarus with GlobalCEFApp.MultiThreadedMessageLoop set to false. `Gtk-ERROR **: 15:27:45.937: GTK+ 2.x symbols...
The CEF project maintainer said that GTK3 is enabled by default. GTK3 is required by the Chrome runtime. Client applications using GTK2 will now require a custom build of CEF...
The latest update includes some Lazarus demos using GTK3. They use GlobalCEFApp.MultiThreadedMessageLoop := false and they work correctly. The new OSRExternalPumpBrowser demo for GTK3 is similar to FMXExternalPumpBrowser2 but the...
The latest update fixes this issue but it's also necessary to modify the FMX.Platform.Linux.pas unit in FMXLinux in order to avoid an access violation. https://bitbucket.org/crossvcl/fmxlinux/issues/254/cef-initialization-with-fmxlinux Please, download the latest CEF4Delphi...