mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-15 15:55:56 +01:00
Modified JSWindowBindingSubProcess demos to use the new uCEFApplicationCore unit
This commit is contained in:
parent
36bb84fcf6
commit
88950ed6d0
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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"/>
|
||||
|
@ -2,7 +2,7 @@
|
||||
"UpdateLazPackages" : [
|
||||
{
|
||||
"ForceNotify" : true,
|
||||
"InternalVersion" : 60,
|
||||
"InternalVersion" : 61,
|
||||
"Name" : "cef4delphi_lazarus.lpk",
|
||||
"Version" : "78.3.1.0"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user