Hi, I would recommend making a “draw_screen” function in each .py file, then import the .py files at the top of your main file, and when you want a specific screen to be drawn just call file#.draw_screen - if you look up the online manual for kivy screen manager it has some good background info on that sort of application! Good luck!
Hi I have 2 screend #1 Label and Button #2 TextInput and Button I want to write sometgin in TextInput, click Button and recive that text to #1 Label. How can i do that?
Hi you need to make your label text equal to a StringProperty() data type so you can use the update text method built in with kivy! Then you make a function called by your button press to update text on the label using the input from the text input
Hello, how can i get in contact with you, i need some help and your video helped me like 70% but i can't do the rest. It's for my final Uni Thesis about developing mobile apps with python. Please let me know. Thank you!!
Hello! I don’t do personal messaging like email or text or anything beyond UA-cam comments except with patreon supporters just because there are so many people with so many questions on all my videos it would become extremely difficult to keep up with all of it! Sorry but thank you for understanding!
what if i have multiple .py files and i want to import those into 1 central py file? like a separate file for a separate screen? How would that work
Hi, I would recommend making a “draw_screen” function in each .py file, then import the .py files at the top of your main file, and when you want a specific screen to be drawn just call file#.draw_screen - if you look up the online manual for kivy screen manager it has some good background info on that sort of application! Good luck!
Hi
I have 2 screend
#1 Label and Button
#2 TextInput and Button
I want to write sometgin in TextInput, click Button and recive that text to #1 Label.
How can i do that?
Hi you need to make your label text equal to a StringProperty() data type so you can use the update text method built in with kivy! Then you make a function called by your button press to update text on the label using the input from the text input
Hello, how can i get in contact with you, i need some help and your video helped me like 70% but i can't do the rest. It's for my final Uni Thesis about developing mobile apps with python. Please let me know. Thank you!!
Hello! I don’t do personal messaging like email or text or anything beyond UA-cam comments except with patreon supporters just because there are so many people with so many questions on all my videos it would become extremely difficult to keep up with all of it! Sorry but thank you for understanding!