user interface
Author: mps59@orange.fr (mpservices)
Hello I've got a lot of screens with fixed size,depends on screen resolution , some users modify the size of text in the windows display parameters in this case, some screens are cut or labels not fully visible , is it possible to handle this and how ? labels , I think could be done in the ini file, but for forms knowing that a lot of users are using a 1024*768 resolution and don't want to go higher (version used 9.7) Dominique
1 Comment
Local Administrator
We have created a launcher that creates the ASN / INI files at runtime And there we test the Windows display settings (DPI, resolution) for setting the correct fontsizes in the ini file. So the application will always show the best fontsize according to the display.
Author: Stijn Courtheyn (stijn.courtheyn@xperthis.be)