Questions tagged [tchromium]

TChromium is a VCL control wrapping around the "Chromium" web browser.It is defined in the cefvcl.pas unit. It's included in the Delphi "Chromium Embedded project" by Henri Gourvest.

Websites:

129 questions
3
votes
0 answers

TChromium (RAD Studio, C++ Builder): how to use VisitDom and other similar methods?

I need to write a Windows application that uses browser component in it. I chose RAD Studio's C++ Builder because I have already used it in the past, however, I'm not so much experienced in C++ programming as I do in web-dev (I'm mainly a…
3
votes
1 answer

What is the correct way to isolate cookies/users in Chromium embedded browser?

I have searched for days with no solution in sight. I need multiple Chromium instances in one single application and each of this instance logins to the same site with different account (ex: outlook.com). I tried this solution but there's no…
3
votes
1 answer

How to destroy the Tchromium (Delphi) component dynamically created?

How to destroy the Tchromium component dynamically created ? I'm using in a DLL , the component necessary to create and destroy it several times without deallocate the DLL, the problem is that is not releasing memory and is unable to clear the cache…
3
votes
2 answers

How make a click on a chromium browser link open in the default browser?

I want to achieve that when a user clicks on a hyperlink inside a TChromium browser page, the new page opens in his default browser.
Domus
  • 1,263
  • 7
  • 23
3
votes
0 answers

TChromium LoadString - Not allowed to load local resource

If i trying to load page with LoadString with recource load in it, for example: < style> body { Background-Image:url(local://c/Background.gif); Background-Repeat:No-Repeat; Background-Size: 100% 100%; …
Priler
  • 149
  • 1
  • 10
2
votes
0 answers

DCEF TChromium Memory exception on start up

Another continuation of my previous question here. In my previous question the project would not run and I was told that the DLL's that come with the component were simply in the wrong place. I moved them to the areas suggested (The output folder of…
user1242937
  • 191
  • 1
  • 2
  • 6
2
votes
0 answers

CEF3 Send mouse click

I'm use CEF 3.2454.1344.g2782fb8 (Chromium 45.0.2454.101) in my project in Delphi 10.1. (I have to use a fairly old version of CEF/Chromium for backwards compatibility with WinXP). I've tried to do SendMouseClickEvent - it works, but froze…
Red October
  • 689
  • 2
  • 12
  • 31
2
votes
2 answers

DCEF memory leak in Delphi XE2

I have installed the following version of DCEF3 https://github.com/hgourvest/dcef3 I start a new VCL application and drop the Chromium component. If I run this application I have no errors but if I add the following line: procedure…
pio pio
  • 732
  • 1
  • 7
  • 29
2
votes
1 answer

Printing from Chromium Embedded Framework 3

In an older DCEF (v1) project, I used this line to print: Chromium1.Browser.MainFrame.Print; I'm now working with DCEF3 in a Delphi 2010 project. I know earlier versions of CEF3 didn't print, but is there a way to do this now? So far no where…
Eric
  • 142
  • 1
  • 13
2
votes
1 answer

CEF / Chromium render process CPU usage

I have used CEF4Delphi to embed CEF / Chromium in my Delphi XE 10.1 application. I am currently at CEF Version 3.2987.1597.gffc5773 (Chromium Version 57.0.2987.110), 32 bit. I can see the render process in the Windows Task Manager normally staying…
sjur
  • 53
  • 1
  • 4
2
votes
1 answer

When a page is completely loaded in TChromium DCEF3 (Delphi)?

I've looked for different ways to check when a page is fully loaded by the TChromium component - for now, unsuccessfully. I tried to use a delay loading the page and send information about completion through an additional variable, but the event…
kwadratens
  • 187
  • 15
2
votes
1 answer

Is the DCEF3 being kept up to date?

When I go to chrome://version/ in my chromium wrapper component (DCEF3) I get this: My question is: Are these versions up to date or dcef3 project is not active? I want to start a windows project with Chromium, I prefer Delphi for this but…
Geziel
  • 61
  • 4
2
votes
5 answers

howto get Screenshot of tchromium loaded document programmatically?

I couldnt find a proper way to get picture of the loaded document in tchromium vcl control in a form. looking for a method to get document as a bitmap of file or stream. delphi / tchromium component
Zen Of Kursat
  • 2,672
  • 1
  • 31
  • 47
2
votes
0 answers

Tchromium in delphi 10 not working while download event in browser

I am using Tchromium Browser in delphi 10. I want to download some files through my browser, but in tchromium on before download event, there is access violation error. did tchromium support jquery library or not. for eg. procedure…
2
votes
1 answer

TChromium : GetSourceProc and Incompatible types: 'regular procedure and method pointer'

I need to get the source HTML from a page loaded in TChromium, but i need to store the source inside a variable of another class. In other words, the callback function needs to be inside another class and i can't do it because this exception : E2009…
delphirules
  • 6,443
  • 17
  • 59
  • 108
1 2
3
8 9