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
0
votes
1 answer

How to pass custom parameter in TChromium

I'm interested if there's any way possible for a custom parameter to be sent with every request in TCHromium (DCEF3, with Delphi XE3). Like the "Send a ‘Do Not Track’ request with your browsing traffic" option in Google Chrome. Regards.
Eduard
  • 3,395
  • 8
  • 37
  • 62
0
votes
1 answer

Access violation reading a cookie with Delphi embedded Chromium (CEF1)

I using Delphi Embedding Chromium (CEF1) on my application and am having trouble reading the cookie data of an URL. I have found this code (included below), but on XE3 I get an exception when I use it about this line: if…
Martin
  • 1,065
  • 1
  • 17
  • 36
0
votes
1 answer

How do I install the Chromium package in Delphi?

I downloaded the necessary from http://code.google.com/p/delphichromiumembedded/ with TortoiseSVN, but I do not know how to use it in Delphi XE2. How do I install the TChromium component?
Giacomo King Patermo
  • 829
  • 3
  • 13
  • 25
0
votes
2 answers

onBeforeBrowse event in Delphi Chromium component

I'm trying to use following procedure in Delphi XE2 with Chromium component (version 306): procedure TForm1.Chromium1BeforeBrowse(Sender: TObject; const browser: ICefBrowser; const frame: ICefFrame; const request: ICefRequest; navType:…
henry60
  • 463
  • 12
  • 24
-1
votes
1 answer

TChromium not working after delete and create component again

Here is my code: Home Button: LimparComponentes(Self); CriarTela(Janela, Self, Self.DsnStage); LimparComponentes Procedure: var myListWeb: TList; myListWeb := TList.Create; for i := 0 to Form.ComponentCount - 1 do begin if…
pedro.olimpio
  • 1,478
  • 2
  • 22
  • 43
-1
votes
1 answer

How to rewrite class method?

Here is ceflib.pas code CEFLIB.PAS So in TCefRenderProcessHandlerOwn class, declared OnBeforeNavigation function. As we can see, it returns False everytime and its bad, because if Link was opened by MouseWheelClick it will not open this link in New…
Priler
  • 149
  • 1
  • 10
-1
votes
1 answer

MagTek Card reader not working when processed in TChromium web browser

I am working with a 3rd party web service to process credit card payments. When I swipe a credit card via google chrome the payment is detected and processed. However when I attempt to swipe a credit card via the built in Delphi web browser…
Trevor
  • 16,080
  • 9
  • 52
  • 83
-1
votes
2 answers

What is delphichromiumembedded for?

Is this an internet browser component? that is more than the capability of TwebBrowser? Im using TWebBrowser, and so if Im logged on to a website then I run my Delphi webbrowser to the site, I was already logged-on also, BUT if I logged-on to…
XenKid
  • 161
  • 3
  • 16
-3
votes
2 answers

TChromium : how to save a specific image to file?

I'm using TChromium and I need to navigate to a specific page and save a specific image of this page to a file. I know how to navigate and extract the HTML source to get the image's address, but I don't know how to save the image to my local…
delphirules
  • 6,443
  • 17
  • 59
  • 108
1 2 3
8
9