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:
@ -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",
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user