Set autosize height and width to false in form designer and to true in commuter module to avoid SRP Git serialization issue.

This commit is contained in:
Infineon\StieberD
2025-09-23 11:37:41 -07:00
parent 261880fab8
commit 40a7a5e5a1
2 changed files with 8 additions and 5 deletions

View File

@ -227,17 +227,17 @@
"<1,2>": "", "<1,2>": "",
"<1,3>": "WEBVIEW", "<1,3>": "WEBVIEW",
"<1,4>": "WEB_OI_WIZARD", "<1,4>": "WEB_OI_WIZARD",
"<1,5>": "14", "<1,5>": "12",
"<1,6>": "", "<1,6>": "12",
"<1,7>": "-2069", "<1,7>": "2060",
"<1,8>": "-1097", "<1,8>": "1076",
"<1,9>": "", "<1,9>": "",
"<1,10>": { "<1,10>": {
"<1,10,1>": "0x56000000", "<1,10,1>": "0x56000000",
"<1,10,2>": "0x0" "<1,10,2>": "0x0"
}, },
"<1,11>": { "<1,11>": {
"<1,11,1>": "0xC004", "<1,11,1>": "0x4",
"<1,11,2>": "0x80000000" "<1,11,2>": "0x80000000"
}, },
"<1,12>": "1", "<1,12>": "1",

View File

@ -28,6 +28,8 @@ Event WINDOW.CREATE(CreateParam)
InitNavPage = CreateParam InitNavPage = CreateParam
Set_Property(@Window, '@INIT_NAV_PAGE', InitNavPage) Set_Property(@Window, '@INIT_NAV_PAGE', InitNavPage)
Set_Property(@Window, '@FIRST_RENDER', True$) Set_Property(@Window, '@FIRST_RENDER', True$)
Set_Property(@Window:'.WEBVIEW_MAIN', 'AUTOSIZEHEIGHT', True$)
Set_Property(@Window:'.WEBVIEW_MAIN', 'AUTOSIZEWIDTH', True$)
PlaceDialog(-2, -2) PlaceDialog(-2, -2)
End Event End Event
@ -101,3 +103,4 @@ Event WINDOW.TIMER()
end event end event