Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

Simple Browser for Linux using Delphi?

Post Reply
User avatar
duzzell
Posts: 1
Joined: Tue Jan 28, 2025 9:47 am

Simple Browser for Linux using Delphi?

Post 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
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Simple Browser for Linux using Delphi?

Post 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.
Post Reply