Changing size of the FlexSim window

Changing size of the FlexSim window

dawid_dabal
Not applicable
160 Views
2 Replies
Message 1 of 3

Changing size of the FlexSim window

dawid_dabal
Not applicable

[ FlexSim 21.2.3 ]

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.

0 Likes
Accepted solutions (1)
161 Views
2 Replies
Replies (2)
Message 2 of 3

philboboADSK
Autodesk
Autodesk
Accepted solution
windowmove(systemwindow(8), 0, 0, getsystemmetric(1) / 2, getsystemmetric(2));


Phil BoBo
Sr. Manager, Software Development
Message 3 of 3

dawid_dabal
Not applicable
Thanks Phil
0 Likes