From 40a7a5e5a1ea7c3e1fa98bed6707b23dcd96e12e Mon Sep 17 00:00:00 2001 From: "Infineon\\StieberD" Date: Tue, 23 Sep 2025 11:37:41 -0700 Subject: [PATCH] Set autosize height and width to false in form designer and to true in commuter module to avoid SRP Git serialization issue. --- LSL2/OIWIN/WEB_OI_WIZARD.json | 10 +++++----- LSL2/STPROC/WEB_OI_WIZARD_EVENTS.txt | 3 +++ 2 files changed, 8 insertions(+), 5 deletions(-) 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 +