When using a high resolution screen, like the Windows Surface Book 2, Sage windows appear very small and text box fields become hidden making it hard to even login. This is becoming more and more of an issue with our company due to upgraded computers and equipment.

Comments

  • Get this done my eyes are going bad

  • Tried on a 42 inch TV Horrible!!!
    Please get the fonts and resolution fixed

  • When using accounts payable - as an example - the pop up windows contents are extremely small. I am running windows 11. I have contacted technical support and anyone they will forward me to. The only answers I have gotten have been to purchase non hd monitors or to wait for windows 11 compatability. This needs to be fixed for windows 11 compatibilty. A settings option inside sage would be ideal so depending the monitor and resolution of windows there can be user changes made.

  • This is an issue that should be trivial to fix since the entire application and all modules are just Windows Forms applications that launch independently of each other. Each module simply needs to be flagged in code as being High-DPI aware so that when the application is launched on a screen larger than 1920x1080 it doesn't freak out and scales properly. Some modules seem to already have this in place, others don't. I assume that each module has its own dev team, but there needs to be some sort of oversight ensuring consistency between modules for a unified experience.