Modified JSWindowBindingSubProcess demos to use the new uCEFApplicationCore unit

This commit is contained in:
Salvador Díaz Fau 2019-11-09 18:10:24 +01:00
parent 36bb84fcf6
commit 88950ed6d0
4 changed files with 7 additions and 7 deletions

View File

@ -45,7 +45,7 @@ uses
{$ELSE}
Windows,
{$ENDIF}
uCEFApplication,
uCEFApplicationCore,
uCEFConstants,
uCEFv8Value,
uCEFInterfaces;
@ -66,7 +66,7 @@ begin
end;
begin
GlobalCEFApp := TCefApplication.Create;
GlobalCEFApp := TCefApplicationCore.Create;
GlobalCEFApp.OnContextCreated := GlobalCEFApp_OnContextCreated;
// The main process and the subprocess *MUST* have the same FrameworkDirPath, ResourcesDirPath,

View File

@ -47,7 +47,7 @@ uses
{$ELSE}
LCLIntf, LCLType, LMessages, Forms, Interfaces,
{$ENDIF}
uCEFApplication,
uCEFApplicationCore,
uCEFConstants,
uCEFv8Value,
uCEFInterfaces;
@ -68,7 +68,7 @@ begin
end;
begin
GlobalCEFApp := TCefApplication.Create;
GlobalCEFApp := TCefApplicationCore.Create;
GlobalCEFApp.OnContextCreated := GlobalCEFApp_OnContextCreated;
// The main process and the subprocess *MUST* have the same FrameworkDirPath, ResourcesDirPath,

View File

@ -9,8 +9,8 @@
<Filename Value="SubProcess.lpr"/>
<IsPartOfProject Value="True"/>
<IsVisibleTab Value="True"/>
<TopLine Value="64"/>
<CursorPos Y="73"/>
<TopLine Value="49"/>
<CursorPos X="22" Y="50"/>
<UsageCount Value="20"/>
<Loaded Value="True"/>
<DefaultSyntaxHighlighter Value="Delphi"/>

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 60,
"InternalVersion" : 61,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "78.3.1.0"
}