Hi,
I'm trying to get the screen size in b4j and I've tryed to use inline java importing java.awt.toolkit.
But wasn't successful.
Is there a way to do that?
I want the window to use some percentage of screen size.
Thanks in advance
Hi,
I'm trying to get the screen size in b4j and I've tryed to use inline java importing java.awt.toolkit.
But wasn't successful.
Is there a way to do that?
I want the window to use some percentage of screen size.
Thanks in advance
Hi there... is the any inline java or something to get windows scale factor ? Found a powershell script... but I am wondering if anything else: Add-Type @' using System; using System.Runtime.InteropServices; using System.Drawing; public class DPI { [DllImport("gdi32.dll")]...