Skip to content

Commit a424244

Browse files
authored
Update jsonTree.au3
1 parent a632f41 commit a424244

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

examples/v1.4.2_jsonTree/jsonTree.au3

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
1-
#AutoIt3Wrapper_UseX64=y
2-
;~ #AutoIt3Wrapper_UseX64=n
1+
;~ #AutoIt3Wrapper_UseX64=y
2+
#AutoIt3Wrapper_UseX64=n
33
#AutoIt3Wrapper_Run_AU3Check=Y
44
#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
55
#AutoIt3Wrapper_AU3Check_Parameters=-d -w 1 -w 2 -w 3 -w 4 -w 5 -w 6 -w 7
6+
#Au3Stripper_Ignore_Funcs=__NetWebView2_WebEvents_*,__NetWebView2_JSEvents_*
7+
68

79
; Html_Gui.au3
810
#include <Array.au3>
911
#include <GUIConstantsEx.au3>
1012
#include <WindowsConstants.au3>
1113
#include "..\..\NetWebView2Lib.au3"
1214

13-
1415
_Example()
1516

1617
#Region ; UDF TESTING EXAMPLE
@@ -42,11 +43,6 @@ Func _Example()
4243
GUICtrlSetResizing(-1, $GUI_DOCKALL)
4344
GUICtrlSetColor(-1, 0x00CCFF) ; Light Blue
4445

45-
;~ Local $sActiveX_Dll = @ScriptDir & '\..\..\bin\NetWebView2Lib.dll'
46-
;~ _NetWebView2_StartUp($sActiveX_Dll)
47-
_NetWebView2_StartUp('Z:\!!!_SVN_AU3\UDF_Forum\Other_Members\Official_AutoIt_Forum\NetWebView2Lib-main\bin\NetWebView2Lib.dll')
48-
If @error Then Return SetError(@error, @extended, -1)
49-
5046
; Initialize WebView2 Manager and register events
5147
Local $oWebV2M = _NetWebView2_CreateManager()
5248
$_g_oWeb = $oWebV2M

0 commit comments

Comments
 (0)