#Kivy screen manager question

6 messages · Page 1 of 1 (latest)

carmine rain
#

I'm trying to take whatever a user types in the TextInput (id: username1) on screen 1 <IntroInfo> and after pressing the button on screen 1, going to screen 2 <IntroInfo2> and having the label (id: username2) show whatever they inputed on screen 1. Any ideas?

hushed pumice
#

return an instance of WindowManager

#

after adding all the screens in it

#

then u can easily reference any screen in ur main app class

#

make a dictionary to store all your screen instances