tchromium Questions

7

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...
Rey asked 10/9, 2013 at 0:54

3

I have a problem using the OnLoadEnd event of a TChromium (DCEF1). I have a form with a TButton and a TChromium. The OnClick event of the button calls a function which lists the forms of the lo...
Pantagruel asked 14/12, 2012 at 8:48

1

Solved

Its been a while now and I can't figure out how can I hide the scrollbars in TChromium. Is there a procedure/function or a property for it?
Serviceman asked 16/8, 2017 at 7:8

2

Solved

Is it possible to disable view source option in Delphi Chromium Embedded ? I haven't found anything suitable in properties/methods list.
Easement asked 31/5, 2012 at 12:39

3

How to get and set TChromium scrollbar positions in Delphi ?
Arvo asked 17/12, 2012 at 12:20

2

Solved

I need to mute the sound of a TChromium component to make a silent browser. The main problem is on Windows XP where when I mute the sound of a browser, it mute the overall system sound. Is there a...
Jointress asked 25/1, 2013 at 2:54

2

How can I execute JavaScript and get its result in DCEF3? I would appreciate if someone could write a simple example of how this can be done. I can execute JavaScript with the code below, but it d...
Recall asked 13/9, 2013 at 18:48

3

I am trying to enumerate DOM nodes using the following code (under XE2). I have borrowed most of this from answers given here in SO, but for some reason it's not doing anything. IOW, ProcessDOM()...
Redding asked 22/1, 2013 at 23:53

1

How to clear cookies in CEF3.1547 I have tried the following solution however this simply does nothing. Cookies are still present. Is there a better solution than this? procedure TForm1.Button1Cli...
Angelita asked 28/8, 2013 at 16:50

2

Solved

I have a TChromium broser from Delphi Chromium Embedded (http://code.google.com/p/delphichromiumembedded). I would like to attach a context menu to it. How I can achieve that?
Keeter asked 6/12, 2011 at 22:53

2

Solved

How to do this with Delphi Chromium Embedded Component i know how to do this with TWebBrowser. But since no docs are present for this I am sure someone else had same problem. Thanks
Columbia asked 10/11, 2012 at 17:6

1

I am developing a desktop application in Delphi XE4 using TChromium component to display Google Voice webpage. I need to start a call programmatically and I can't find a way to trigger the javascr...
Naraka asked 11/8, 2013 at 19:41

0

Having very strange issue with Delphi Chromium 3: When running the vanilla demo app, (GuiClient), if I separately try to open a Microsoft Excel 2010 file (just double clicking on a file in Explore...
Tatiana asked 8/2, 2013 at 2:43

2

Solved

I created a browser with TChromium. The TChromium is created dynamically. Facebook access (login) At the end of the process, the component is destroyed. The problem occurs when the component is cre...
Astrophotography asked 4/9, 2012 at 18:48

1

To get a particular DOM node embedded in the current web document from a TChromium instance, using its ID, you use ICefDomDocument.getElementById(). But how do you find elements by the NAME attribu...
Amelita asked 20/5, 2012 at 2:59

1

Solved

I'm using Chromium component in a Delphi application. I'd like the following behaviour: When user clicks a specific button in a web page, the Delphi application (the 'container') must execute a c...
Fussy asked 16/5, 2012 at 7:51

1

Solved

This is a continuation of my last question. In that question I showed a problem involving TWebBrowser generating threads that persisted after the Browsers destruction. While noone could provide a s...
Ferule asked 6/3, 2012 at 15:47
1

© 2022 - 2024 — McMap. All rights reserved.