Chromium1.CreateBrowser question
Posted: Wed Jun 26, 2024 3:05 pm
if not(Chromium1.CreateBrowser(CEFWindowParent1)) then
Timer1
if not(Chromium1.CreateBrowser(CEFWindowParent1)) and
not(Chromium1.Initialized) then
////////////
TempContext := TCefRequestContextRef.New('', '', '', False, False,False, Chromium1.ReqContextHandler);
Chromium1.CreateBrowser(CEFWindowParent1, '', TempContext);
//////////////
I'm curious about the difference between the two.
Proxy also seems to be affected. There is no problem if I do it the second time, but if I proxy it the first time and use it on another computer, I cannot connect because it is already connected. Is there a difference?
Timer1
if not(Chromium1.CreateBrowser(CEFWindowParent1)) and
not(Chromium1.Initialized) then
////////////
TempContext := TCefRequestContextRef.New('', '', '', False, False,False, Chromium1.ReqContextHandler);
Chromium1.CreateBrowser(CEFWindowParent1, '', TempContext);
//////////////
I'm curious about the difference between the two.
Proxy also seems to be affected. There is no problem if I do it the second time, but if I proxy it the first time and use it on another computer, I cannot connect because it is already connected. Is there a difference?