Questions tagged as 'chromium'

1
answer

How to control the contrast of videos using Electron?

On the left side is my Electron application with a youtube video. On the right side is my application created with pygtk2 and webkit. Contrast is best with webkit. With Electron, the blackboard around the video diverges. How can I solve it?...
asked by 16.06.2016 / 05:29
1
answer

Lazarus - Error executing program with fpCEF

I'm having trouble following this simple tutorial to build a WebBrowser using fpCEF. I downloaded the latest version of fpCEF from Github , for CEF version 3.2526, and its binaries I got from CEFBuilds (the only trusted place I found tha...
asked by 20.06.2016 / 06:15
1
answer

Use TChromium to make a browser

I want to use TChromium to make a browser with Delphi . But I can not access any page with it. I have already used the commands: Chromium1.Load('www.terra.com.br'); Also: Chromium1.Browser.MainFrame.LoadUrl('www.terra.com.br'); And...
asked by 06.11.2017 / 17:08
1
answer

items hidden by filters - error console

I'm creating an electron application with angular2, where I make requests to an api. When I disconnect the machine from the internet, (because I want the application to work differently without internet) on the console, it starts several errors...
asked by 03.10.2018 / 15:48
0
answers

Delphi Chromium flash player

I'm building a simple browser with Chromium, but when I open a site in flash it asks to install the flash plugin, I was wondering if there is any way to load the flash so I do not need to install it on the computer, have some dll I do not know ....
asked by 07.11.2016 / 14:01
0
answers

GetCursorPos or execute javascript chromium dcef4 delphi

I can not in any way make this command work in dcef4, can any good soul tell me how I do? crm.Browser.MainFrame.ExecuteJavaScript ('document.getElementById ("signIn"). click ();', '', 0); I'm using this function that works, plus I need a wa...
asked by 07.12.2018 / 21:36
0
answers

Latest version of Chromium for delphi

Where can I find the latest version of Chromium for delphi? I found this link link only when I download the files, I can not find any .dpk to do the installation in delphi. I use Delphi RAD Studio 10.2.2 Pascal programming     
asked by 15.01.2018 / 17:03
0
answers

Using Chromium in firemonkey

In my previous question ([#) have indicated me the chromium component CEF4Delphi and in tests I saw that it works very well in VCL but in firemonkey (FMX) it does not work. I would like to know if it is possible, using the chromium component...
asked by 17.01.2018 / 16:11
1
answer

How to filter Chrome DevTools search by file extension?

In Chrome DevTools it is possible to search for some string in the files that were loaded by pressing Ctrl + Shift + F . What I would like to do is to filter this search to find only files with a certain extension, can you do it?     
asked by 13.07.2016 / 20:15