Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/delphi/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Delphi TChromium CEF3运行时创建的浏览器加载页面不正确_Delphi_Runtime_Tchromium - Fatal编程技术网

Delphi TChromium CEF3运行时创建的浏览器加载页面不正确

Delphi TChromium CEF3运行时创建的浏览器加载页面不正确,delphi,runtime,tchromium,Delphi,Runtime,Tchromium,我正在使用TChromium进行授权。 我有变量Chromium1:tcromium。我需要在表单上销毁铬隐藏并在表单上显示。(因为chromium有时会引发异常“eExternalException in module libcef.dll”并使我的应用程序崩溃,我认为在chromium没有使用时销毁它会有所帮助)。 我有: 问题是,当首先调用TAuthForm.FormShow时,页面加载正确,但当我隐藏表单并再次显示时,浏览器显示页面的方式不正确,现在不知道如何在这里解释http://go

我正在使用TChromium进行授权。 我有变量
Chromium1:tcromium。我需要在表单上销毁铬隐藏并在表单上显示。(因为chromium有时会引发异常“eExternalException in module libcef.dll”并使我的应用程序崩溃,我认为在chromium没有使用时销毁它会有所帮助)。
我有:

问题是,当首先调用
TAuthForm.FormShow
时,页面加载正确,但当我隐藏表单并再次显示时,浏览器显示页面的方式不正确,现在不知道如何在这里解释
http://google.com/

Google(function(){ window.google={kEI:"oKRKUZ2iHafP4QTXwYCwDw",getEI:function(a)    {for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||google.kEI},https:function(){return"https:"==window.location.protocol},kEXPI:"17259,39523,4000116,4001076,4001568,4001948,4001959,4001975,4002562,4002734,4002855,4003178,4003387,4003495,4003917,4004181,4004213,4004257,4004334,4004340,4004479,4004652,4004653,4004697,4004730,4004755,4004759,4004766,4004898,4004905,4004949,4004953,4005154",kCSI:{e:"17259,39523,4000116,4001076,4001568,4001948,4001959,4001975,4002562,4002734,4002855,4003178,4003387,4003495,4003917,4004181,4004213,4004257,4004334,4004340,4004479,4004652,4004653,4004697,4004730,4004755,4004759,4004766,4004898,4004905,4004949,4004953,4005154",ei:"oKRKUZ2iHafP4QTXwYCwDw"},authuser:0,ml:function(){},pageState:"#",kHL:"ru",time:function(){return(new Date).getTime()},log:function(a, b,c,h){var d=new Image,f=google.lc,e=google.li,g="";d.onerror=d.onload=d.onabort=function(){delete f[e]};f[e]=d;!c&&-1==b.search("&ei=")&&(g="&ei="+google.getEI(h));c=c||"/gen_204?........
它显示了所有块的内容,包括
,您可以在这里看到

我试图找到解决方案,但在这里只发现了相同的错误(我指的是libcef.dll异常,没有解决方案),在注释中…

Chromium1.Free;是pbm吗 它破坏了你的chrom实例,孩子你不能再看到它了

只要做:

Chromium1.visible:=假;//如果你想隐藏它

Google(function(){ window.google={kEI:"oKRKUZ2iHafP4QTXwYCwDw",getEI:function(a)    {for(var b;a&&(!a.getAttribute||!(b=a.getAttribute("eid")));)a=a.parentNode;return b||google.kEI},https:function(){return"https:"==window.location.protocol},kEXPI:"17259,39523,4000116,4001076,4001568,4001948,4001959,4001975,4002562,4002734,4002855,4003178,4003387,4003495,4003917,4004181,4004213,4004257,4004334,4004340,4004479,4004652,4004653,4004697,4004730,4004755,4004759,4004766,4004898,4004905,4004949,4004953,4005154",kCSI:{e:"17259,39523,4000116,4001076,4001568,4001948,4001959,4001975,4002562,4002734,4002855,4003178,4003387,4003495,4003917,4004181,4004213,4004257,4004334,4004340,4004479,4004652,4004653,4004697,4004730,4004755,4004759,4004766,4004898,4004905,4004949,4004953,4005154",ei:"oKRKUZ2iHafP4QTXwYCwDw"},authuser:0,ml:function(){},pageState:"#",kHL:"ru",time:function(){return(new Date).getTime()},log:function(a, b,c,h){var d=new Image,f=google.lc,e=google.li,g="";d.onerror=d.onload=d.onabort=function(){delete f[e]};f[e]=d;!c&&-1==b.search("&ei=")&&(g="&ei="+google.getEI(h));c=c||"/gen_204?........