11-26-2025 07:14 AM
Hello, I was trying to make a program that opens somes VIs, the problem is that when they open in my laptop it appears cutted (image 1). I think this is because I have the position maximized and window has 125% scale. It was solved by putting the position centered (image2), but I don't know if it can have problems in the future.
I also want to have the windows bar with just minimize, but when I select Allow user to minimize window it doesn't appear nothing (image2). I need to activate also "allow user to resize window" (image3). How can be solved?
Solved! Go to Solution.
11-26-2025 10:23 AM - edited 11-26-2025 10:24 AM
Your question is not clear, especially your claim that the "position" is maximized. A maximized window has the position at [0,0] and fills the screen.
The "scale" typically applies to fonts. Have you read the warning in the windows 11 control panel? What are your actual settings?
What are the display settings of the VIs?
11-26-2025 11:54 AM
I don't have any warning in the Windows 11 control panel. By default, the scale is 125%. But if I connect a monitor, the scale of the monitor is 100% by default. My program will be used by different people in different PCs, so it's not an easy as changin scale to 100% (I did it to test and it fitted).
If I change the run time execution to centered, it fits even if I don't change the scale.
11-26-2025 12:53 PM - edited 11-26-2025 12:53 PM
You get that warning if you click on the control panel entry instead of picking one of the pre-configured scalings (100%, 125%, 150%, etc.)
11-27-2025 12:38 AM
But the problem is that the program is not executing right with 125%, that is usual laptop scale by default.
11-27-2025 01:27 AM
Hi lab,
@electronic_lab wrote:
But the problem is that the program is not executing right with 125%,
Then you need to change your program to work correctly.
That's part of your job as programmer…
Generic advice:
11-27-2025 01:39 AM
Yes, I started this post because I want to find the solution to my problem. I don't want users to change scale to use this program.
Window Run-Time Position -> Centered is what is working to me.
Allow user to resize window, allow user to minimize window and Allow default run-time shorcut menus it what is working to have the minimize bar (image3). But it also appears resize, that is something I don't want. The problem is that if I quit resize It doesn't appear nothing
11-27-2025 01:47 AM
Hi lab,
@electronic_lab wrote:
But it also appears resize, that is something I don't want.
The problem is that if I quit resize It doesn't appear nothing