question

Dawid Dabal avatar image
0 Likes"
Dawid Dabal asked Dawid Dabal commented

Changing size of the FlexSim window

Is there a way to change the FlexSim application window size (resolution/position of the window) using flexscript command?

Background: after opening FlexSim model I want to set specific size and position to FlexSim application window - for example top left corner, covering half of the screen.

FlexSim 21.2.3
window resize
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Phil BoBo avatar image
1 Like"
Phil BoBo answered Dawid Dabal commented
windowmove(systemwindow(8), 0, 0, getsystemmetric(1) / 2, getsystemmetric(2));
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Dawid Dabal avatar image Dawid Dabal commented ·
Thanks Phil
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.