▶️ Watch Entire Kivy Playlist ✅ Subscribe To My RUclips Channel: bit.ly/37LrJ27 bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code bit.ly/33yWP9D
6:05 In Kivy 1.0.0 icons not view. Need to change key and value to fix it: data = { "Python": "language-python", "Ruby": "language-ruby", "JS": "language-javascript", }
This series is sooooo good! Thank you! I noticed you use BoxLayout and MDBoxLayout interchangeably, I'm assuming there is no difference between the 2 when coding using Kivy MD?
Hi John. Could you please give a feedback? I followed your tutorial now in 2022 and the callback is not working. I can't find anything in the documentation also. Could It be the case of a change in a recent update? Loving the series BTW. Best regards!
The implementation was changed and callback no longer works. you have to include on_press and any button binds within the button dictionary ie. data = {...........} hope this helps. read the documentation on the kivy website for a better explanation
First of all thank you for you efforts these are amazing videos, on the other hand since it has been 2 years since you made this video, lot of kivymd codes are changed, for example I have a problem after applying the exact same code in .py and .kv, icons are not shown for python nor to any of the rest, in addition the name of each appears are the same as the name of the icon not the name we put beside it !, I tried to know the problem, but found nothing yet ... any ideas ?
I found it, I finally knew what's wrong, it was so silly, but took me couple hours, didn't expect that you should put text: icon not icon: text order !!!! I don't know why they reversed it !!
Hello! I've a question! How can I close the stack when I click on some of the icons. I've read in the docs about this method close_stack(), but when I try to invoke it, I got an error that this attribute is not existing? Any ideas?
Please do a tutorial on how to make a price comparison app with python and beautifulsoup4 , pyqt5 , pysider.!! I searched all over RUclips and there is not much video available! Those videos which are available is not that accurate! That's why I'm asking you bro
There is strange behavior using speed dial in my case. Using icons with NAV bar are okay, but only icons images don’t show up in speed dial , l have just white blocks🧐 using: self.root.ids.my_label.text=f’You Pressed {instance.icon}, it returns only the text of the icon, not the name of the icon. 🤪 And beside of the deployed buttons I have the name of the icons, not the text😆 using “the if , elif”statements. I get the error Unbondlocal Error:local variable ‘lang’ referenced before assignment. Matrix is testing me..😵🤣
▶️ Watch Entire Kivy Playlist ✅ Subscribe To My RUclips Channel:
bit.ly/37LrJ27 bit.ly/2IGzvOR
▶️ See More At: ✅ Join My Facebook Group:
Codemy.com bit.ly/2GFmOBz
▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt!
Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN
▶️ Get The Code
bit.ly/33yWP9D
6:05 In Kivy 1.0.0 icons not view. Need to change key and value to fix it:
data = {
"Python": "language-python",
"Ruby": "language-ruby",
"JS": "language-javascript",
}
Thanks you for sharing that!
@@mikeconti1164 thank you
much appreciated, thank you!
thanks a lot dude
You're the best in teaching kivy I've seen in youtube sir
Wow, thank you!
In master version the data for the button is changed a bit {label:icon_name} for multiple same icons!!
Sir I implemented my college mini project by watching your some python videos nice explanation and thank you👍
That's great
Great Explanations Sir, Can't wait for you to teach exciting projects with kivynd!!!
You and me both!
Great Video! I had to change the order in the 'data' dictionary to get the icons to work. I believe the same thing that 'VICTOR VICKIE' alluded to.
cool
Thank you so much for your videos. I've made real progress on my app because of you!
Keep it up!
Amazing videos and amazing channel!
Can't wait for the next Kivy tutorial!
Coming soon!
This series is sooooo good! Thank you!
I noticed you use BoxLayout and MDBoxLayout interchangeably, I'm assuming there is no difference between the 2 when coding using Kivy MD?
Nothing noticeable :-p
Hi John. Could you please give a feedback? I followed your tutorial now in 2022 and the callback is not working. I can't find anything in the documentation also. Could It be the case of a change in a recent update? Loving the series BTW. Best regards!
The implementation was changed and callback no longer works. you have to include on_press and any button binds within the button dictionary ie. data = {...........}
hope this helps. read the documentation on the kivy website for a better explanation
@@sekaicuperus7425 hi
Can you send me the link of the document of what you said
I searched for it but could not find anything
Nice video like always
Thanks!
Thanks a lot.
Welcome!
First of all thank you for you efforts these are amazing videos, on the other hand since it has been 2 years since you made this video, lot of kivymd codes are changed, for example I have a problem after applying the exact same code in .py and .kv, icons are not shown for python nor to any of the rest, in addition the name of each appears are the same as the name of the icon not the name we put beside it !, I tried to know the problem, but found nothing yet ... any ideas ?
I found it, I finally knew what's wrong, it was so silly, but took me couple hours, didn't expect that you should put text: icon
not icon: text order !!!! I don't know why they reversed it !!
Hello! I've a question! How can I close the stack when I click on some of the icons.
I've read in the docs about this method close_stack(), but when I try
to invoke it, I got an error that this attribute is not existing?
Any ideas?
Hi thank you for everything you do !
Could we use kivyMD in ScreenManager ? I guess yes but I have to try it. Thank you.
Sure
Why does the callback function is not working in kivy md 1.1.1?
cool video
thanks
can you update kivymd tutorial series? A lot of changed since 2 years, a lot of code here is not working anymore in the new versions of kivymd
No, I won't be doing more kivy videos. You can always use the older versions of kivy
How to give different colors to icons
Is there a way to set these kind of buttons to the left side?
Please do a tutorial on how to make a price comparison app with python and beautifulsoup4 , pyqt5 , pysider.!!
I searched all over RUclips and there is not much video available!
Those videos which are available is not that accurate!
That's why I'm asking you bro
Sorry, I'm not likely to do that.
@@Codemycom it's ok, maybe can you can.. Just teach... About bs4 module?
@@tuorectors7102 I don't know that
@@Codemycom it's ok, leave it 😂
You didn't show the main thing - how to make it automatically closed then some of buttons in stack was clicked.
There is strange behavior using speed dial in my case.
Using icons with NAV bar are okay, but only icons images don’t show up in speed dial , l have just white blocks🧐
using: self.root.ids.my_label.text=f’You Pressed {instance.icon}, it returns only the text of the icon, not the name of the icon. 🤪
And beside of the deployed buttons I have the name of the icons, not the text😆
using “the if , elif”statements. I get the error Unbondlocal Error:local variable ‘lang’ referenced before assignment.
Matrix is testing me..😵🤣
I am having errors while changes there colours
Help plz
Google the errors, I can't guess what they are
Dont we need to clear the label??
When we print choosen language
@@kunaloswal5687 It doesn't appear that we do, as you can see in the video...right?
@@Codemycom yes...right...
@@Codemycom you are a good explainer
11:34 now lets do it without KV and do it python. ok i did it
remember me?
sure, remember me?
Most of you guys do not deserve this guy's effort. Add him in instagram and make comments. 4k views and 38 comments. For real?