Hey! Great video! I was wondering if it was possible to restrict the search to only some files, let's say only the files that are in the project. Can I get a hint!? Thanks :)
▶️ 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/38aVyHN
Hello, Your videos are really great. In FileChooser my scroller is not working properly, once you scroll down it doesn't come back to top most row. Also i am not able to click and drag scroller. Can you please help.
print(filename) to see what is being returned. Then you'll see. The filename is returned as a Python list, with 1 item. In lists, the first item is referenced by calling [0]
Hi John, For some reason when I scroll up and down on both the FileChooserIconView and the FileChooserList View, the list or icons are layered on top of one another. So it looks like there are folders lying on top of other folders. Do you possibly know why this could happen? I have installed Kivy 2.0.
@@Codemycom Yeah, I also thought it was quite weird. I followed the tutorial exactly. Maybe it has something to do with my PC settings? Because I made a round button today but only showing the border and that border also looks a bit distorted. The border line does not look like it is flowing. It looks almost a bit hand drawn.
Its happening because kivy is loading two kv files at once. The one given in builder and the other chosen by the default main class where the build function resides. Try changing the name of your main class and the kivy file and use builder to point to that kv file. It should work.
Thanks for exploring other widgets of kivy rather than sticking to Label, TextInput and Button like other Kivy tutorials on YT.❤️
Glad it was helpful!
Thanks a lot man you have been of great help. I love your style of simplifying subjects, keep up the good work !
Happy to help!
This is what I was searching for.....Thanks a lot👍🏻
:-)
Thank you so much for this awesome video ... This video makes my project....
could you make a video explaining how to select and edit a csv file with the file picker?
I just give you thumbs up for the youtube algorithms haha, Thanks John
Thanks for that!
Can u explain me, What is RUclips Algorithms?
@@upprrdimensions892 I think when we give thumbs up, this video will get the chance to pop-up in others recommendation.
@@hg_ofthecity_old_thi I understood.It means a Recommendation Algorithm.
@@upprrdimensions892 It's the thing that suggests which videos you see
Hey! Great video! I was wondering if it was possible to restrict the search to only some files, let's say only the files that are in the project. Can I get a hint!? Thanks :)
Neverminde, I made it using path: in FileChooserIconView ! :D
hi sir congo for 40K soon 41k
very exciting!
can you select multiple files?
Thank you so much!
Welcome!
here we access the data of the pc, but how to access the data of android?
I am the First Commenter! In this video!
Awesome!
Thanks Thanks Sir
welcome welcome!
can u say what is the python code for adding filechoosericonview (not in kivy language ) plz
▶️ 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/38aVyHN
Hey, everything runs perfectly but the app is just a blank screen even thought there are files in the directory
Cool video
Thanks!
i am unable get the output as you written code in video.
Useful 👍
Thanks
how to use this in android?
Hello,
Your videos are really great.
In FileChooser my scroller is not working properly, once you scroll down it doesn't come back to top most row. Also i am not able to click and drag scroller.
Can you please help.
Can i explore pdf on kivy? Please make video about it.
Hello, Im new with kivy and I want to refresh the path, but I can't find a way to do that.
Whats the correct method to do that?
Interesting feature in kivy, but can I customize how the icons look in the kivy file explorer?
have you found anything on this? Please share if you did :)
Dear Sir can you tell me how to make screenshot with kivy or kivymd , it would be so helpful . thank you so much for the videos and tutorials.
Sorry, I don't have any videos on that
I wanted to show the thumbnail of the video instead, is there a way to do that?
Do a pdf file viewer app using pdf files in project folders
Can you make video on packaging of kivy app into window exe using colab
I've never used colab, though I have no idea why you would want to do that...
Thanks for this video
Please please sir can you explain us how to read a pdf file in kivy app please
@Felipe Bortolini Which viewer please?
Can you make a kivy app that you can buy things? Your awesome keep going!
not sure what you mean, but probably
Please please Sir how to read pdf file in Kivy App
how can this be used to view text documents?
Why we use as filename[0]?
Why that [0] is important?
print(filename) to see what is being returned. Then you'll see. The filename is returned as a Python list, with 1 item. In lists, the first item is referenced by calling [0]
@@Codemycom oh.. Great brother. Thank you very much ❤️
can you make a video about how to make a modern gui by tkiter
I have videos on that already
i mean a modern gui like some avast 2020
sir can we make an app from both mixed tkinter and kivy?
No, sorry
Can you pack this app into exe using colab
I've never used colab, though I have no idea why you would want to do that...
Why can't I do this on Android? It doesn't gives any errors!
Sorry I've never coded on Android, I couldn't say
Hi John,
For some reason when I scroll up and down on both the FileChooserIconView and the FileChooserList View, the list or icons are layered on top of one another. So it looks like there are folders lying on top of other folders. Do you possibly know why this could happen? I have installed Kivy 2.0.
Weird...what did you do differently than my video?
@@Codemycom Yeah, I also thought it was quite weird. I followed the tutorial exactly. Maybe it has something to do with my PC settings? Because I made a round button today but only showing the border and that border also looks a bit distorted. The border line does not look like it is flowing. It looks almost a bit hand drawn.
@@carlilafond5943 Yeah, could be...
@@Codemycom - just some feedback on the issue I had. When I use a pop-up window to display the filechooser, then it displays properly.
Its happening because kivy is loading two kv files at once. The one given in builder and the other chosen by the default main class where the build function resides. Try changing the name of your main class and the kivy file and use builder to point to that kv file. It should work.
theres No File chooser in tkinter ??
of course there is, I have many videos on it
Sir,
how I can see that image in new window
Don't think I have any videos on that
@@Codemycom sir plz can you upload video on that topic
could you share your codes as a file?
Code is always linked in the pinned comment
This is what I was searching for..... Thanks a lot👍🏻
:-)