Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic UI is not fit for 4K resolution monitors (Read 1607 times)
Bort
Newbies
*
Offline


Posts: 8
Joined: Feb 19th, 2016
UI is not fit for 4K resolution monitors
Dec 15th, 2021 at 9:31pm
Print Post  
Hi,

The Visual Micro UI is almost unusable in certain places, with text being far too small to read, and text fields/buttons overlapping each other. I brought this up in 2016 and the problem was that I was using a 4K monitor. I've since replaced that old laptop with another one that's 4K, and the issue seems to remain.

I've attached screenshots. 

Is there a workaround for this?
« Last Edit: Dec 15th, 2021 at 9:32pm by Bort »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: UI is not fit for 4K resolution monitors
Reply #1 - Dec 16th, 2021 at 1:37pm
Print Post  
This can be avoided by disabling Visual Studio's DPI Awareness.

If you add the below registry key, and restart VS this should improve:
Code
Select All
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\devenv.exe]
"dpiAwareness"=dword:00000000 

  
Back to top
 
IP Logged
 
Bort
Newbies
*
Offline


Posts: 8
Joined: Feb 19th, 2016
Re: UI is not fit for 4K resolution monitors
Reply #2 - Dec 16th, 2021 at 3:58pm
Print Post  
Solved! Thank you. 
I didn't find a solution via Google or the forum search. Hopefully this thread finds others with the same issue.
  
Back to top
 
IP Logged
 
retiredArduinoGuy
Newbies
*
Offline


Posts: 9
Joined: Jan 29th, 2020
Re: UI is not fit for 4K resolution monitors
Reply #3 - Dec 26th, 2021 at 11:15pm
Print Post  
OK, I tried that solution, but it is not a very good solution. The fonts on my monitor no longer have sharp edges, they are ragged and very ugly. So I do not consider this a good solution. Please, is there a better way to handle this?
I'm running Windows 11 with Visual Studio 2022
  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2145
Joined: Feb 13th, 2019
Re: UI is not fit for 4K resolution monitors
Reply #4 - Mar 4th, 2022 at 4:07pm
Print Post  
The latest release (22.02.18-2) should improve this situation when the DPIAwareness is ON for VS (the Default), which is available from the top of the board below:
https://www.visualmicro.com/forums/YaBB.pl?board=VS_ARDUINO_EXT_RELEASES
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint