1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00

Fixed black browser in Lazarus demos

Added a manifest to all Lazarus demos for Windows
This commit is contained in:
Salvador Díaz Fau
2024-05-02 12:31:19 +02:00
parent 11bb3607d5
commit 79b76d3e71
162 changed files with 180 additions and 23 deletions

View File

@ -15,6 +15,7 @@
<Title Value="WebpageSnapshot"/>
<UseAppBundle Value="False"/>
<ResourceType Value="res"/>
<UseXPManifest Value="True"/>
</General>
<BuildModes Count="1">
<Item1 Name="Default" Default="True"/>

View File

@ -21,6 +21,8 @@ uses
{$SetPEFlags $20}
{$ENDIF}
{$R *.res}
begin
CreateGlobalCEFApp;

View File

@ -1,7 +1,7 @@
object WebpageSnapshotFrm: TWebpageSnapshotFrm
Left = 0
Left = 401
Height = 486
Top = 0
Top = 249
Width = 711
Caption = 'Web page snapshot'
ClientHeight = 486
@ -13,7 +13,7 @@ object WebpageSnapshotFrm: TWebpageSnapshotFrm
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '2.0.10.0'
LCLVersion = '3.2.0.0'
object Image1: TImage
Left = 0
Height = 438
@ -44,6 +44,7 @@ object WebpageSnapshotFrm: TWebpageSnapshotFrm
BevelOuter = bvNone
ClientHeight = 25
ClientWidth = 711
ParentBackground = False
TabOrder = 1
object GoBtn: TButton
Left = 636
@ -52,8 +53,8 @@ object WebpageSnapshotFrm: TWebpageSnapshotFrm
Width = 75
Align = alRight
Caption = 'Go'
OnClick = GoBtnClick
TabOrder = 0
OnClick = GoBtnClick
end
object AddressEdt: TEdit
Left = 0