cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Change Creo's window size to a specific size

CHASEONHO
18-Opal

Change Creo's window size to a specific size

Hi,

Is there an API to change Creo's window size to a specific size?
Or could it be implemented using other APIs? (Ex. Windows API)

 

If possible, Please teach me how to implement.

Thanks

ACCEPTED SOLUTION

Accepted Solutions
FabianWolf
13-Aquamarine
(To:CHASEONHO)

You might try these environment variables by appending to your Creo *.psf file:

 

ENV=UI_DISPLAY_SCALE=100
ENV=UI_SCREEN_SIZE=1920x1080
ENV=UI_SCREEN_RECT=0,0 1920x1080

 

 

View solution in original post

1 REPLY 1
FabianWolf
13-Aquamarine
(To:CHASEONHO)

You might try these environment variables by appending to your Creo *.psf file:

 

ENV=UI_DISPLAY_SCALE=100
ENV=UI_SCREEN_SIZE=1920x1080
ENV=UI_SCREEN_RECT=0,0 1920x1080

 

 

Announcements


Top Tags