Kivy Tutorial 9 - Avatar and Icon Lists | KivyMD

preview_player
Показать описание
In this video, we will be adding images and icons inside our lists. We will also learn how to create lists using the builder method of multi-line strings.

Next video - Creating DataTables

#python #kivy #pythongui
Рекомендации по теме
Комментарии
Автор

You are just amazing! I really like how you explain things in quick yet very understandable way. You've got perfect teaching skills and I just want to thank you for having taught me already a bunch of things!

maxyulu
Автор

Keep making these videos, they are really helpful. Thank you!

atibyte
Автор

Good video, very informative. Make a video that shows how to combine a button with the list that leads to another screen. Just a suggestion

Manlygamer-irgx
Автор

5.39 - ImageRightWidget produced an error and as a result of my query: 'A common mistake when using one of the computed properties such as Widget.right is to use it to make a widget follow its parent with a KV rule such as right: self.parent.right.' 'The (mistaken) expectation is that this rule ensures that wid’s right will always be whatever layout’s right is - that is wid.right and layout.right will always be identical. In actual fact, this rule only says that “whenever layout’s right changes, wid’s right will be set to that value”. The difference being that as long as layout.right doesn’t change, wid.right could be anything, even a value that will make them different.' Therefore, a layout should first be implemented. My 2 pence!

allanvargas
Автор

Thank you very much. I would like to ask you how I can deal with on_release when I use for loop to add items to the list

aiyadalreshidi
Автор

In the end, when you create widgets using a for loop, if someone wants to get text of widget, how can someone get it ? I tried to just push print the text of widget but I am getting the last iterated value no matter what I click . How can I get that specific text whatever is on the widget . Note there aren't any IDs for any of these widgets .

xerogaming
Автор

Thanks to you, I've saved an incredible amount of time! Keep making these type of videos! Thank you

seckintataroglu
Автор

Brilliant tutorial. I was wondering is there any reason why you don't use .kv file instead of strings and inline coding?

AKKJ
Автор

1) can we position our list to start from middle or something
2) how do we interact with the items in list to trigger a dialog box or something.

shishirtripathi
Автор

You're amazing, please continue posting tutorial 🙏

khaliphajibreel
Автор

Hey so if you want to use right icon or avatar widget it works with the builder.

humamchoudhary
Автор

Dude, I am trying to remove the Screen:
In builder method. And add_widget to screen manually in code. But it throw me some error. How do i fix this ? Because i am using the screen for something else, so i don't want to change the screen to only showing list😢

mwm
Автор

Hello, great kivy de videos! can you get it working with iconrightwidget? I’m getting an error msg when I run the code.

ytwiz
Автор

HI, I need help with Drop Down Lists. In most of the sources nothing happens when an item is selected.

SU-pjcw
Автор

Hi how to change screens using list items?

seankeish
Автор

This videos are very useful but unfortunately nobody explains how to write and pass the text from a list to another function as parameter to track which list is clicked...

suprabhatmohapatra
Автор

Você quis dizer: Olá! Ótimos vídeos, parabéns! Sinto falta de usar dois arquivos sepagados e gostaria de ver um Navigation Drawer. Seria possível? Grato.
136/5000
Hello!
Great videos, congratulations!
I miss using two buried files and would like to see a Navigation Drawer.
It would be possible?

Thankful.

EliasPaiFilho
Автор

how do i make each item selectable? and how do i check which one has been selected.

Bioout
Автор

Hi! How to remove item from the list by click on them or swipe?

gubantsev
Автор

thanks u for that "self.root.ids.." part

garchu