nested Layouts #4924
Replies: 1 comment
-
Posted at 2022-06-30 by @gfwilliams When created, the 'Layout' object 'grabs' user input from the screen. What you'd need to do is just create a Layout object as and when you want it rather than trying to keep them in RAM all the time (it's also better for memory usage):
I don't really understand what you're asking here... You can change the values in the object you pass to the menu and then I think Posted at 2022-06-30 by RaoulDuke
Thanks, will try that!
Here is an example, i basically want to go from the main menu to the adjustment page without the intermediate menu. Is there a way to do that?
Attachments: Posted at 2022-07-01 by @gfwilliams Ahh, right! That's an interesting point. I don't think there is a way to do that at the moment. If |
Beta Was this translation helpful? Give feedback.
-
Posted at 2022-06-30 by RaoulDuke
I would like to use the layout library to make nested menus. When i do this:
it shows menu "A" when i push the button, but the buttons from mainMenu are still active. Is there a simple way to completely remove a layout from screen?
Also, i would like to change a value via the graphical menu, but without actually displaying the menu. Is there a way to do this? I could just use the menu interface, but it is difficult to use wearing gloves.
Beta Was this translation helpful? Give feedback.
All reactions