Multiple Windows With ScreenManager - Python Kivy GUI Tutorial #31

preview_player
Показать описание
In this video I'll show you how to scroll between multiple windows or screens with ScreenManager for Kivy and Python.

Kivy isn't great at allowing you to create multiple windows. But what it DOES allow you to do is create multiple "screens" inside your main window, and that's what we'll do in this video.

We'll use ScreenManager to manage our different screens, and I'll show you how to scroll between them with the click of a button.
Рекомендации по теме
Комментарии
Автор

▶️ Watch Entire Kivy Playlist ✅ Subscribe To My YouTube Channel:
▶️ See More At: ✅ Join My Facebook Group:
▶️ Get The Code

Codemycom
Автор

Your explenations are more clear than the Kivy documentation.

minihohtis
Автор

Sir don't forget to create a playlist on Android development using kivy.... I am eagerly waiting for this...

And thanks for this awesome playlist on kivy 🙌

CoderBB
Автор

every tutorial shows how to change between screens with buttons - but theres a lack of information on how to call methods from current screen or other screens once you have screens set up. im so confused

DCMPSaliva
Автор

I was waiting since 9:00 pm (IST) to watch your video

tuhinbhowmick
Автор

Thank you very much, there is so little conversations and Educations like yours beautiful videos...

akatproje
Автор

guys please help i can't access my kivymd variable it says " 'super' object has no attribute '__getattr__' "...please help as soon as possible

samrierena
Автор

For those of you who run into the problem where you can't choose the direction of the transition, the Kivy 2.0.0 documentation states using = 'left/ right' instead, which worked for me.

infinitespace
Автор

Either You Answer Or Not YOU ARE AWESOME
Please Pray For My Next Generation That They May Get Me As Their Super Powered Father As You.

elitecoder
Автор

Thank you very much for all the videos that explained kivy 🌹🌹

حسن-يرص
Автор

Unknown class <Lbb>

How to Fix???

junkpow
Автор

Why do you have to specify 'app' in
app.root.current
but not in

superarno
Автор

How can I add and call the widget ID inside the child screens?

MyMaxcy
Автор

Thank you, Sir, you are Best Teacher

santoshgujar
Автор

Nice!
Please how can we send some data from one screen to another?

whitebird
Автор

This is very useful for me. Thank you very very much ❤️

Tawkir_Choudhury
Автор

If you're using a screen manager nested inside a different layout (tabbed, for example), how do you call the next screen? app.root.current doesn't work for me. A tutorial on how to store a variable with one button and then access it elsewhere in the app would also be nice.

justanorthernlight
Автор

Thnx! Your video's are very helpful to me!

chriver
Автор

Thanks for this awesome video, John. I wanted to ask that what is the difference between, on_release and on_press.

Thanks,
Samad Narayan

samadnarayan
Автор

Still useful to me😁👍just this functionality looks more like “scrolling pages, one window”, Do you think that something like this can be implemented in one of the AccordionItem tabs?

eddw