PanMaszyna Posted August 2, 2022 Share Posted August 2, 2022 Hi guys! Somebody clever created scale for 4K monitor? My scale system is a liitle bad for this resolution, so any ideas? Link to comment
Overkillz Posted August 5, 2022 Share Posted August 5, 2022 You could use a variable that increase the size value of fonts, dx sizes ...etc local sX,sY = guiGetScreenSize() local multiplier = 1 if sY >= 2160 then multiplier = 2 end function yourOtherFunctions() dxDrawRectangle(0,0,250*multiplier, 100*multiplier) end Link to comment
PanMaszyna Posted August 6, 2022 Author Share Posted August 6, 2022 This code is nonsense, because what when somebody have 1600xX? I asked about scale for all resolutions with 4K Now i'm using "zoom" and for that moment is ok Link to comment
Overkillz Posted August 6, 2022 Share Posted August 6, 2022 14 hours ago, PanMaszyna said: This code is nonsense, because what when somebody have 1600xX? I asked about scale for all resolutions with 4K Now i'm using "zoom" and for that moment is ok Nonsense ? For other resolutions will be the default one "x1". On the other hand, there is something called elseif (Not sure if you heard about it) which allows you to set a multiplier for other resolutions ... Link to comment
XaskeL Posted August 7, 2022 Share Posted August 7, 2022 Hi! You don't need to scale the interface size for monitors larger than the one on which the layout was printed and designed. It's enough just to put everything in the center, some elements really need to be stretched to the whole screen (like the background). But this is rather an exception to the rule. Link to comment
AdYtZu Posted August 11, 2022 Share Posted August 11, 2022 Salut @Tekken imi poti lasa mesaj pe discord? AdYtZu#4188 Scz ca am lasat mesaj aici dar nu am putut sa ti dau mesaj in DM si pe discord nu te mai gasesc Link to comment
Tekken Posted August 11, 2022 Share Posted August 11, 2022 19 minutes ago, AdYtZu said: Salut @Tekken imi poti lasa mesaj pe discord? AdYtZu#4188 Scz ca am lasat mesaj aici dar nu am putut sa ti dau mesaj in DM si pe discord nu te mai gasesc Ro: Lasa-mi mesaj aici, si ar trebui sa poti sa-mi trimiti DM, nu prea mai folosesc Discird, si te rog daca mai scrii in romana fie lasa un mesaj in ambele limbi fie foloseste sectiunea romaneasca, mersi. Eng: Leave a message here if you wish, also you should be able to send me PM’s Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now