what if you want the new screen to be renewed? Like in a menu app, you click the item and in the details, you want to type in the number of items or add add-ons. How do you make sure that the add-ons are renewed the next time you're there?
Hope I get a reply. I'm currently new to kivy I'm doing a design for a desktop app using kivy. I would like to know how to change the background color for the different screen
I set up the Window.clearcolor = (#RGBA values here) for base case. Than since everything is a widget in Kivy, I guess you can use each object's built in background_color setting. (Sry for the late reply but I usually only log in for uploads)
This is what I was looking for to create wizard like UI
Good job sir keep up
what if you want the new screen to be renewed? Like in a menu app, you click the item and in the details, you want to type in the number of items or add add-ons. How do you make sure that the add-ons are renewed the next time you're there?
not sure I get it but maybe something I go through in the recycleview videos could help you. It updates a list of buttons with every screen load
can i have the screenmanager and screens inside a floatlayout or something, cause i don't want the whole screen to change when i swap between screens
I guess it's possible, you just need to layer your widgets in another way. But I'm not familiar with those yet.
@@Y_not_coding hey man thanks for the reply. but i really don't think its possible. i tried
Hope I get a reply. I'm currently new to kivy I'm doing a design for a desktop app using kivy. I would like to know how to change the background color for the different screen
I set up the Window.clearcolor = (#RGBA values here) for base case. Than since everything is a widget in Kivy, I guess you can use each object's built in background_color setting. (Sry for the late reply but I usually only log in for uploads)
@@Y_not_coding thanks for replying will implement this later and see if it works