Hi everyone! Hope this video helped you out, and thank you for watching! Next video will be on the MDExpansionPanel widget -- what do you want to see after that? Let me know!
I got this error message on kv file: "left_action_items: [["menu", lambda x: app.menu.open(x)]] TypeError: open() takes 1 positional argument but 2 were given". Is there any solution?
Anyone I need some help . I want to introduce this functionality in my app but it does not work. I have 2 classes one with the widget and the other with the MDAPP. I try to apply this code to both but it does not work .
Your videos are very informative. Thanks for sharing your knowledge! Is the method for setting the open(self) on the MDDropdownMenu still valid 9 months down the road?
It kind of depends on what you're doing, but in most cases Kivy should be quite fast. If there are performance issues, there might be some inefficient code somewhere. If you're doing heavy calculations (like in a scientific application), that's a bit of a different story.
Hi everyone! Hope this video helped you out, and thank you for watching! Next video will be on the MDExpansionPanel widget -- what do you want to see after that? Let me know!
Adding a map to an app would be nice!
@@BonsiownsGADU I'll put the MapView widget on my todo list :)
Please any way I can resolve the GL issue am having after installing kivvy on my windows sys
Best place to get personal help is the Kivy discord channel: discordapp.com/channels/423249981340778496/423250272316293120
Been waiting for this tutorial. Awesome.
Maybe MDTabs with action buttons.
I got this error message on kv file: "left_action_items: [["menu", lambda x: app.menu.open(x)]]
TypeError: open() takes 1 positional argument but 2 were given". Is there any solution?
Anyone I need some help . I want to introduce this functionality in my app but it does not work. I have 2 classes one with the widget and the other with the MDAPP. I try to apply this code to both but it does not work .
how to print or export my kivy screen to a pdf file
iam building a resume app and i want to export my screen as a pdf file
help me
Your videos are very informative. Thanks for sharing your knowledge! Is the method for setting the open(self) on the MDDropdownMenu still valid 9 months down the road?
How do you change the dropdown colour
Is it possible to have multi level MDDropdownMenu?
how do you change the color of the dropdownMenu?
Use the background _color property
Eg self.dropdown.background_color = (rgba)
What is your advice to speeding up kivy on mobile?
It kind of depends on what you're doing, but in most cases Kivy should be quite fast. If there are performance issues, there might be some inefficient code somewhere. If you're doing heavy calculations (like in a scientific application), that's a bit of a different story.
why give 2 arguments?
I think kivymd doesn't work with python 3.8
You shud do tutorial on filechooser wth kivymd
Excellent!