luckyso999 / dcef3

Automatically exported from code.google.com/p/dcef3
0 stars 0 forks source link

cef3 does not render on XE5. Page is blank. #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Put TChromium on an empty Form
2. Chromium1.Browser.MainFrame.LoadUrl('http://www.google.com');
3. Page empty but when i move mouse over the page, i can see the hand cursor

What is the expected output? What do you see instead?
- Working webpage expected but i see blank.

What version of the product are you using? On what operating system?
- Latest one downloaded via svn. I have Win 8.1 64bit and Delphi XE5

Please provide any additional information below.
- I can run your demo application. It loads but the one i have created does 
not. Even the demo works, it still have some issues. Flash animations are like
2-3 fps.

Original issue reported on code.google.com by ati...@hndcf.com on 26 Nov 2014 at 11:28

GoogleCodeExporter commented 9 years ago
I have the same problem on XE 3, Windows 8.
I can print the page and view the source but the page does not render.

Original comment by tho...@erlang.dk on 9 Dec 2014 at 6:39

GoogleCodeExporter commented 9 years ago
I have the same problem on XE, Windows 7 x86. guiclient works, but on my 
project doesn't.

Original comment by mereg.no...@gmail.com on 19 Dec 2014 at 11:11

GoogleCodeExporter commented 9 years ago
Same problem - xe3 - win 7 pro 64 bit - dcef revision: 62ea253e9021821
demos are running

Original comment by bernhard...@gmail.com on 9 Feb 2015 at 11:51

GoogleCodeExporter commented 9 years ago
You need to add ceflib unit to the project's source (.dpr) file and before 
Application.initialization add CefSingleProcess := False;

Original comment by vha...@gmail.com on 10 Feb 2015 at 4:51