At the risk of being accused of naivety ...
I have a program which runs in full-screen mode under Linux. There's basically one form with 20-ish controls of various kinds.
Until now it has been used on three machines, all with the same screen resolution. Now it must be made to run on several other machines, of varying specifications.
I have read a lot about changing resolutions and remain confused. I wonder ...
is there a way to design / program the form so that it "magically" adapts to the screen size it is running on? In other words, have the same executable on all machines regardless of their capabilities.
TIA
Rick