6/4/2024 9:00 AM | |
Joined: 1/21/2013 Last visit: 4/25/2025 Posts: 3775 Rating:
|
Hi BEzobi, Looking for a way to let the operator change the size of the pop-up screen? Just like they can change its position? If so, you would need to set the CanSize property of the WindowFlags property. If you want to use scripting to change the size of the pop-up screen window to a predefined value, you need to change the Width and Height properties. Kind regards |
6/5/2024 8:56 AM | |
Joined: 1/21/2013 Last visit: 4/25/2025 Posts: 3775 Rating:
|
Hi Ben, I have been testing it with the V19 Update 2 and have run into a few issues.
Here is my example. Changing the window flags in the last line is not necessary because resizing should be enabled by default. However, it shows how to use the enum values.
So the key is to turn off window screen adaption. Kind regards |
Follow us on