Skip to content

Commit 52c255e

Browse files
authored
Update 003-Multi-Basic.au3
1 parent 2935e61 commit 52c255e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/003-Multi-Basic.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Func __UserEventHandler_Web1__Bridge__OnMessageReceived($oWebView, $hWindow, $sM
9999
$iMsgCnt += 1
100100
_UpdateWebUI($oWebView, "mainTitle", "Counter: " & $iMsgCnt)
101101
_UpdateWebUI($oWebView, "statusMsg", "Last Message: " & $sMsg)
102-
If $sMsg = "PING" Then
102+
If $sMsg = "PING" Then ; intentional flickering to show that Web1 work differently than Web2
103103
GUISetState(@SW_HIDE, $hWindow)
104104
Sleep(200)
105105
GUISetState(@SW_SHOW, $hWindow)

0 commit comments

Comments
 (0)