On 2015-10-07 11:42, Ondrej Pokorny wrote: > it is possible with manual approach: > https://community.embarcadero.com/blogs/blog-menu/entry/how-to-guide-upgrading-your-delphi-vcl-applications-to-support-4k-displays > (Works pretty well.)
OMG - a 38 page guide! Are they joking. I used about 20 lines of source code and my fpGUI apps scale perfectly. The same method (and very similar code) can be applied to LCL too. Bitmap images/icons are the only thing that needs a bit more attention (to keep them sharp), and that is where SVG comes in. Regards, - Graeme - -- fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal http://fpgui.sourceforge.net/ My public PGP key: http://tinyurl.com/graeme-pgp -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
