mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-04-17 06:57:13 +02:00
Fixed event assignments in BrowserWindowDom
This commit is contained in:
parent
d10c15caa4
commit
d120f5c3fb
@ -9,7 +9,7 @@ object Form1: TForm1
|
|||||||
OnCloseQuery = FormCloseQuery
|
OnCloseQuery = FormCloseQuery
|
||||||
OnCreate = FormCreate
|
OnCreate = FormCreate
|
||||||
Position = poScreenCenter
|
Position = poScreenCenter
|
||||||
LCLVersion = '2.2.6.0'
|
LCLVersion = '3.4.0.0'
|
||||||
object AddressPnl: TPanel
|
object AddressPnl: TPanel
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 23
|
Height = 23
|
||||||
@ -27,16 +27,16 @@ object Form1: TForm1
|
|||||||
Width = 35
|
Width = 35
|
||||||
Align = alRight
|
Align = alRight
|
||||||
Caption = 'Go'
|
Caption = 'Go'
|
||||||
OnClick = GoBtnClick
|
|
||||||
TabOrder = 0
|
TabOrder = 0
|
||||||
|
OnClick = GoBtnClick
|
||||||
end
|
end
|
||||||
object AddressEdt: TComboBox
|
object AddressEdt: TComboBox
|
||||||
Left = 0
|
Left = 0
|
||||||
Height = 24
|
Height = 23
|
||||||
Top = 0
|
Top = 0
|
||||||
Width = 932
|
Width = 932
|
||||||
Align = alClient
|
Align = alClient
|
||||||
ItemHeight = 16
|
ItemHeight = 15
|
||||||
ItemIndex = 0
|
ItemIndex = 0
|
||||||
Items.Strings = (
|
Items.Strings = (
|
||||||
'https://www.google.com'
|
'https://www.google.com'
|
||||||
@ -68,6 +68,8 @@ object Form1: TForm1
|
|||||||
Width = 967
|
Width = 967
|
||||||
Align = alClient
|
Align = alClient
|
||||||
TabOrder = 1
|
TabOrder = 1
|
||||||
|
Chromium.OnBeforePopup = Chromium1BeforePopup
|
||||||
|
Chromium.OnOpenUrlFromTab = Chromium1OpenUrlFromTab
|
||||||
OnBrowserClosed = BrowserWindow1BrowserClosed
|
OnBrowserClosed = BrowserWindow1BrowserClosed
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 608,
|
"InternalVersion" : 609,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "125.0.21"
|
"Version" : "125.0.21"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user