You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-12 22:07:39 +02:00
The JSExtensionWithFunction demo now sends a text message back to the main process
This commit is contained in:
@ -56,11 +56,26 @@ object JSExtensionWithFunctionFrm: TJSExtensionWithFunctionFrm
|
||||
Left = 0
|
||||
Top = 30
|
||||
Width = 978
|
||||
Height = 559
|
||||
Height = 540
|
||||
Align = alClient
|
||||
TabOrder = 1
|
||||
ExplicitHeight = 559
|
||||
end
|
||||
object StatusBar1: TStatusBar
|
||||
Left = 0
|
||||
Top = 570
|
||||
Width = 978
|
||||
Height = 19
|
||||
Panels = <
|
||||
item
|
||||
Width = 500
|
||||
end>
|
||||
ExplicitLeft = 336
|
||||
ExplicitTop = 544
|
||||
ExplicitWidth = 0
|
||||
end
|
||||
object Chromium1: TChromium
|
||||
OnProcessMessageReceived = Chromium1ProcessMessageReceived
|
||||
OnBeforePopup = Chromium1BeforePopup
|
||||
OnAfterCreated = Chromium1AfterCreated
|
||||
Left = 32
|
||||
|
Reference in New Issue
Block a user