The client area of windows (including Popup, Child, Response, and Main) will become bigger in version 2022 when resizable=false.
If you write scripts to determine the control position according to the window size, you might need to check and change the scripts accordingly.
If UI theme is applied, and if the window is opened via Open or OpenWithParm, the difference will be like this (Unit: PBU):
Main window |
Response window |
Child window |
Popup window |
|
---|---|---|---|---|
Default size in Version 2022 |
Width: 4745 Height: 1992 Newwidth: 4736 Newheight: 1864 |
Width: 2528 Height: 1412 Newwidth: 2519 Newheight: 1284 |
Width: 4791 Height: 2032 Newwidth: 4782 Newheight: 1904 |
Same as Main window. |
Default size in Version 2021 |
Width: 4745 Height: 1992 Newwidth: 4736 Newheight: 1884 |
Width: 2528 Height: 1412 Newwidth: 2519 Newheight: 1304 |
Width: 4745 Height: 1992 Newwidth: 4736 Newheight: 1884 |
Same as Main window. |
Difference |
Width: none Height: none Newwidth: none Newheight: -20 |
Width: none Height: none Newwidth: none Newheight: -20 |
Width: 46 Height: 40 Newwidth: 46 Newheight: 20 |
Same as Main window. |
If UI theme is applied, and if the window is opened via OpenSheet, the difference will be like this (Unit: PBU):
Main window |
Response window |
Child window |
Popup window |
|
---|---|---|---|---|
Default size in Version 2022 |
Width: 4791 Height: 2032 Newwidth: 4782 Newheight: 1904 |
Width: 2574 Height: 1452 Newwidth: 2565 Newheight: 1324 |
Same as Main window. |
Same as Main window. |
Default size in Version 2021 |
Width: 4745 Height: 1992 Newwidth: 4736 Newheight: 1884 |
Width: 2528 Height: 1412 Newwidth: 2519 Newheight: 1304 |
Same as Main window. |
Same as Main window. |
Difference |
Width: 46 Height: 40 Newwidth: 46 Newheight: 20 |
Width: 46 Height: 40 Newwidth: 46 Newheight: 20 |
Same as Main window. |
Same as Main window. |
If UI theme is NOT applied, and if the window is opened via Open or OpenWithParm, the difference will be like this (Unit: PBU):
Main window |
Response window |
Child window |
Popup window |
|
---|---|---|---|---|
Default size in Version 2022 |
Width: 4791 Height: 2032 Newwidth: 4718 Newheight: 1876 |
Width: 2574 Height: 1452 Newwidth: 2501 Newheight: 1296 |
Width: 4837 Height: 2072 Newwidth: 4763 Newheight: 1916 |
Same as Main window. |
Default size in Version 2021 |
Width: 4745 Height: 1992 Newwidth: 4718 Newheight: 1876 |
Width: 2528 Height: 1412 Newwidth: 2501 Newheight: 1296 |
Width: 4745 Height: 1992 Newwidth: 4718 Newheight: 1876 |
Same as Main window. |
Difference |
Width: 46 Height: 40 Newwidth: none Newheight: none |
Width: 46 Height: 40 Newwidth: none Newheight: none |
Width: 92 Height: 80 Newwidth: 45 Newheight: 40 |
Same as Main window. |
If UI theme is NOT applied, and if the window is opened via OpenSheet, the difference will be like this (Unit: PBU):
Main window |
Response window |
Child window |
Popup window |
|
---|---|---|---|---|
Default size in Version 2022 |
Width: 4837 Height: 2072 Newwidth: 4763 Newheight: 1916 |
Width: 2619 Height: 1492 Newwidth: 2546 Newheight: 1336 |
Same as Main window. |
Same as Main window. |
Default size in Version 2021 |
Width: 4745 Height: 1992 Newwidth: 4718 Newheight: 1876 |
Width: 2528 Height: 1412 Newwidth: 2501 Newheight: 1296 |
Same as Main window. |
Same as Main window. |
Difference |
Width: 92 Height: 80 Newwidth: 45 Newheight: 40 |
Width: 91 Height: 80 Newwidth: 45 Newheight: 43 |
Same as Main window. |
Same as Main window. |