diff --git a/LSL2/OIWIN/WEB_OI_WIZARD.json b/LSL2/OIWIN/WEB_OI_WIZARD.json index 440cebb..619523c 100644 --- a/LSL2/OIWIN/WEB_OI_WIZARD.json +++ b/LSL2/OIWIN/WEB_OI_WIZARD.json @@ -227,17 +227,17 @@ "<1,2>": "", "<1,3>": "WEBVIEW", "<1,4>": "WEB_OI_WIZARD", - "<1,5>": "14", - "<1,6>": "", - "<1,7>": "-2069", - "<1,8>": "-1097", + "<1,5>": "12", + "<1,6>": "12", + "<1,7>": "2060", + "<1,8>": "1076", "<1,9>": "", "<1,10>": { "<1,10,1>": "0x56000000", "<1,10,2>": "0x0" }, "<1,11>": { - "<1,11,1>": "0xC004", + "<1,11,1>": "0x4", "<1,11,2>": "0x80000000" }, "<1,12>": "1", diff --git a/LSL2/STPROC/WEB_OI_WIZARD_EVENTS.txt b/LSL2/STPROC/WEB_OI_WIZARD_EVENTS.txt index ad4d2ed..a58b335 100644 --- a/LSL2/STPROC/WEB_OI_WIZARD_EVENTS.txt +++ b/LSL2/STPROC/WEB_OI_WIZARD_EVENTS.txt @@ -28,6 +28,8 @@ Event WINDOW.CREATE(CreateParam) InitNavPage = CreateParam Set_Property(@Window, '@INIT_NAV_PAGE', InitNavPage) Set_Property(@Window, '@FIRST_RENDER', True$) + Set_Property(@Window:'.WEBVIEW_MAIN', 'AUTOSIZEHEIGHT', True$) + Set_Property(@Window:'.WEBVIEW_MAIN', 'AUTOSIZEWIDTH', True$) PlaceDialog(-2, -2) End Event @@ -101,3 +103,4 @@ Event WINDOW.TIMER() end event +