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

Delphi TChromium / DCEF3 - Constant Access Violations

I'm trying to use DCEF3 TChromium as a replacement for TWebbrowser component. I downloaded the packages and installed it on my IDE (Delphi 2007). I'm testing the demo on demos\guiclient and when i try to open certain web pages, i get tons of Access…
delphirules
  • 6,443
  • 17
  • 59
  • 108
2
votes
0 answers

Running ChromiumOSR Programmatically

I'm using the latest build of DCEF3 and I'm trying to run ChromiumOSR programmatically in a console application. I naively tried this code at first: Chromium := TChromiumOSR.Create(Self); Chromium.OnLoadEnd :=…
Pascal Bergeron
  • 761
  • 3
  • 12
  • 27
2
votes
1 answer

dcef3 - Google Maps welcome always showing

Whenever I navigate to maps.google.com via my dcef3 instance (TChromium), the "welcome" bit always appears over the top. Can I turn this off somehow with some setting? If I go to maps.google.com in Chrome or Firefox, it doesn't appear. I thought…
Jason
  • 2,572
  • 3
  • 34
  • 41
2
votes
1 answer

TChromium(Delphi).How i can close program from TChromium?

I want to close my delphi program from TChromium component.But i can't do this.I tried to put TPanel above TChromium,but it is wrong,program have an error "Invalid CEF library version".Also i tried to use TImage,but TImage don't stay above…
LeeAttila
  • 75
  • 1
  • 6
2
votes
1 answer

How can I see if text is selected in the browser and then retrieve it?

I want to find out if the TChromiumFMX browser component contains text that the user has selected, and if so, retrieve that text, without the user having to copy it to the clipboard (ctrl-c) first. To improve on TLama's answer: If you're not using…
Domus
  • 1,263
  • 7
  • 23
2
votes
0 answers

Chromium(Delphi): Visiting DOM, how to avoid asynchronicity, waiting page loaded?

I'm kinda new to TChromium. I gathered specific examples codes, made my own test program. Now I have met problems which as I hope someone can help me to solve it: First of all. I'm using OnLoadEnd to catch the moment when page have loaded, but it…
Alex
  • 51
  • 6
2
votes
7 answers

Changing the user agent in Chromium Embedded 3 (DCEF3) (CefVCL)

I'm trying to modify the User Agent of TChromium and I found no procedure for this, in case it is using CefVCL. Already by ceflib looks like it has to yes, I saw a variable "settings" that receives a value "user_agent" but the VCL already has, will…
D3F4ULT
  • 926
  • 1
  • 12
  • 20
2
votes
0 answers

TChromium How To Catch OnMiddleMouseClick Event?

I need to open link in new Tab, if its where pressed with middle mouse button, but exactly there is no Events in TChromium, like OnMouseDown or else. There is only OnPreKeyEvent and OnKeyEvent, but exactly its not what i need. I allmost tryed to…
Priler
  • 149
  • 1
  • 10
2
votes
1 answer

Delphi TChromium CEF3 run-time created browser loads pages incorrectly

I'm using TChromium for authorisation. I have variable Chromium1: TChromium;. I need to destroy chromium on form hide and show on form show. (Because chromium some times raises exception "EExternal Exception in module libcef.dll" and crashes my app,…
STRIKER
  • 21
  • 2
2
votes
1 answer

How change value of combobox in Delphi Tchromium?

How can I change value of combobox using Tchromium Delphi? Version Tchromimum DCEF3 Лист