Skip to content

Commit e4175ce

Browse files
authored
Update 004-FileViewerDemo_Loop.au3
1 parent 501f415 commit e4175ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/004-FileViewerDemo_Loop.au3

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ Func _Example()
7878

7979
$s_PDF_FileFullPath = $a_Files[$IDX_File]
8080
GUICtrlSetData($idLabelStatus, $sProgress & ' - Navigation started: ' & $s_PDF_FileFullPath)
81-
_NetWebView2_NavigateToPDF($oWebV2M, $s_PDF_FileFullPath, '#view=FitH', $NETWEBVIEW2_MESSAGE__TITLE_CHANGED, "", 5000, 1000, True)
81+
_NetWebView2_NavigateToPDF($oWebV2M, $s_PDF_FileFullPath, '#view=FitH', $NETWEBVIEW2_MESSAGE__TITLE_CHANGED, Default, 5000, 1000, True)
8282
GUICtrlSetData($idLabelStatus, $sProgress & ' - Navigation completed: ' & $s_PDF_FileFullPath)
83-
ConsoleWrite("! =Example= @SLN=" & @ScriptLineNumber & ' ' & $s_PDF_FileFullPath & @CRLF)
83+
ConsoleWrite("! =Example= @SLN=" & @ScriptLineNumber & ' NAVIGATION COMPLETED FOR: ' & $s_PDF_FileFullPath & @CRLF)
8484
If $bSleep_UserReaction Then Sleep(2000) ; simulates user reaction on PDF
8585
Next
8686
EndIf

0 commit comments

Comments
 (0)