Page 1 of 1

Simple Browser for Linux using Delphi?

Posted: Tue Jan 28, 2025 9:59 am
by duzzell
Hello

Is it possible to build a Simple CEF browser for Linux using Delphi? If so is there sample code that you can point me to?

I've built an app for Windows based on the FMXTabbedBrowser demo. I'd like to build a similar app for Linux. I have tried to take the code from my Windows project, alter its CEF startup according the Delphi/Linux ExternalPump demo, and build that code for Linux. The code builds but it has not yet displayed a web page. I think it would help to have a clear example of a SimpleCEFBrowser for Linux (or even a TabbedCEFBrowser for Linux) to follow.

Thanks

Re: Simple Browser for Linux using Delphi?

Posted: Tue Jan 28, 2025 11:39 am
by salvadordf
Hi,

I can only suggest using the FMXExternalPumpBrowser2 demo or using Lazarus/FPC to develop Linux apps with CEF browsers.

I only have a Delphi Pro license and I had to ask for favors to other developers in order to have that demo in the project.