Replies: 1 comment
-
Hook up your logic to the following: You might also want to have a look at the section of the blog where this changed in 0.24 If you pass the instance of your GUI objects, and then manipulate their attributes, that should work once you call object.update() or even page.update() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I want to adaptive my PC app to different screen scales. I have already tried to implement something similar using ResponsiveRow(), but I did not achieve the expected result: When resizing the window, only the lines changed, or rather the width of its objects, and the size of the text remained the same as it is. I want the values of ALL page objects and its sub-objects to change when the screen is changed, including the size of the text, and at the same time so that the size of the controls remains the same even after a strong change in the screen scale. Help please 🙏
Code sample
No response
Error message
No response
------------------------------------------------------
Beta Was this translation helpful? Give feedback.
All reactions