▶️ Watch Entire Kivy Playlist ✅ Subscribe To My TH-cam 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/3zKLfqT
Hey, your tutorials have helped out with the learning immensely. I've been playing around with navigation rails in kivymd and found a few components that don't work as desired. For instance, when using the floating action button, the order of the other icons swap around. I was curious as to whether you could do up a little video or guide into navigation rails? No stress if you can't - i'm sure your content will keep me learning for many more hours
Hi, I am very grateful for your tutorials. There is not much content on KivyMD out there and these videos are great. I do have a question though. How do you change the size of the rows in a datatable? Keep up the great work!
Hi, could you please create a video on KivyMD .kv code debugging? I can't find a single video anywhere. If I make a mistake in python or .kv file, how do I debug and fix, how do I see the values step by step etc.
Please is it possible to write the datatable in a .kv file, cause am confused on how i can add your code to my code thats already using builder.load_string().Thank you
hey john great tutorial btw, also is there a way that we can create a mysql database and pull the data from the database and display them in the MDdatatable
the feature for making the text alignment to the center has not been implemented yet. It's too bad, but I really appreciate all the efforts of many deelopers to bring kivymd as a nice tools to create nice looking UI though
Hello! I’m having trouble creating a datatable in kivyMD with data as input meaning the elements of the table are going to be Textfields and also the number of rows is going to be set as input by the user in first window and later in second window use that we’ll show the Datatable and the inputs he’s gonna put. can you please help me I searched in the kivy documentation but nothing Thank you so much and have a lovely day
is there a way to use for loop in kivy design file? I use on_parent event but i keep getting this error message: 217: GridLayout: 218: rows: 2 >> 219: on_parent: for i in range(10): txt = "Label {0}".format(i); self.add_widget(Label(text = txt, text_size=(cm(2), cm(2)), pos=self.pos, id=txt, color=(1,1,1,1))) 220: # GridLayout: 221: # cols: 2 ... TypeError: object.__init__() takes exactly one argument (the instance to initialize)
Hi Sir. I have a question. I'm currently working on a project that's giving me an interesting problem. I have a table witch is working correctly (shows data and all the columns) but the columns do not fit the size of the layout in witch the table is. We want to achieve a solution that when we change the size of the window or the resolution of the screen (It's a desktop app) the columns change their size with it. Do you have any thoughts on this matter? Or does anyone in the chat can point me in the right direction?,
If you haven't solved it yet, I just had to deal with the same question. I couldn't find anything in the docs so i just calculated the pixels manually like this. window_width = int(Window.size[0]) print(window_width) x = str(window_width * 0.03) y = str(window_width * 0.09) z = str(window_width * 0.08) data_tables = MDDataTable( size_hint=(1, 1), elevation=1, column_data=[ ("ID", dp(x)), ("Name", dp(y)), ("File", dp(z)), ] The problem though is it doesn't change dynamically. It only works when you leave the screen and enter it again. For me this is better than nothing because my app needs to work on phone and on the tablet. But you can probably write a function that dynamically updates the values using this as a starting point.
@@Codemycom i had problem when i started the app in the first lesson. Fatal error : gl: minimum gl required openGL. Try to upgrade your graphic driver hardware
▶️ Watch Entire Kivy Playlist ✅ Subscribe To My TH-cam 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/3zKLfqT
You are a hard working man. I hope you get all back more than you expect.
Thank you, I appreciate it!
Can't wait for the part 2. I need to learn how to edit and delete the checked column.
O, yeah, i was trying find something like this a couple of days. Really thanks, You're awesome ^^
hello, how do you export the checkboxed data to excel file? thanks!
Hey, your tutorials have helped out with the learning immensely. I've been playing around with navigation rails in kivymd and found a few components that don't work as desired. For instance, when using the floating action button, the order of the other icons swap around. I was curious as to whether you could do up a little video or guide into navigation rails? No stress if you can't - i'm sure your content will keep me learning for many more hours
Hi, I am very grateful for your tutorials. There is not much content on KivyMD out there and these videos are great.
I do have a question though. How do you change the size of the rows in a datatable?
Keep up the great work!
Hello
Would you please help me
How to write code to active the checkbox in the row when I press it?
can you change the color of the column heading nanes?
how can i print all the rows with checked checkbox when i click in a button please
Hi, could you please create a video on KivyMD .kv code debugging? I can't find a single video anywhere. If I make a mistake in python or .kv file, how do I debug and fix, how do I see the values step by step etc.
Are you able to add the DataTables to a specific layout that exists in our ky files?
Is it possible to change the family font of the text in the cells?
Thanks, are the cells of tables editable
can you help me to add a Text Field inside a datable or modify a row of datable
Please is it possible to write the datatable in a .kv file, cause am confused on how i can add your code to my code thats already using builder.load_string().Thank you
hey john great tutorial btw,
also is there a way that we can create a mysql database and pull the data from the database and display them in the MDdatatable
Is There a way to increase the Row height? I trying to change the row heights so that it will fit texts within the table.
the feature for making the text alignment to the center has not been implemented yet. It's too bad, but I really appreciate all the efforts of many deelopers to bring kivymd as a nice tools to create nice looking UI though
Hey, i build source code into .apk, not work on android, can i help you ?
Hello! How I can use the object in another class, to get the data in a form? Thanks
Sir please what kivy version and python version was used for this tutorials, cause its not working on mine
The latest versions
Hello! I’m having trouble creating a datatable in kivyMD with data as input meaning the elements of the table are going to be Textfields and also the number of rows is going to be set as input by the user in first window and later in second window use that we’ll show the Datatable and the inputs he’s gonna put. can you please help me I searched in the kivy documentation but nothing
Thank you so much and have a lovely day
Can you help me please ? I need to make names of columns with arabic language for data tables in kivymd, I tried a lot but failed, How can I do that ?
Sorry, I don't speak arabic
@@Codemycom شكرا
is there a way to use for loop in kivy design file? I use on_parent event but i keep getting this error message: 217: GridLayout:
218: rows: 2
>> 219: on_parent: for i in range(10): txt = "Label {0}".format(i); self.add_widget(Label(text = txt, text_size=(cm(2), cm(2)), pos=self.pos, id=txt, color=(1,1,1,1)))
220: # GridLayout:
221: # cols: 2
...
TypeError: object.__init__() takes exactly one argument (the instance to initialize)
yeah you can maybe get away with it by doing it all on one line...
can this kivy data table be printed as a pdf file?
any data that you control in any python program can be printed to a pdf in some manner.
I want to ask if it's possible to make editable Kivymd data table
sure
Hello. Can you kindly tell me if Kivy supports Dlib? I am making a python based mobile application that uses dlib. Will dlib work fine with kivy?
No clue what that is
how fetch data from data table on on_row_press function
Hi, did you find a solution? Me not!! Somebody here to explain?
How it realize with second Screen?
Hi Sir. I have a question. I'm currently working on a project that's giving me an interesting problem. I have a table witch is working correctly (shows data and all the columns) but the columns do not fit the size of the layout in witch the table is. We want to achieve a solution that when we change the size of the window or the resolution of the screen (It's a desktop app) the columns change their size with it. Do you have any thoughts on this matter? Or does anyone in the chat can point me in the right direction?,
If you haven't solved it yet, I just had to deal with the same question. I couldn't find anything in the docs so i just calculated the pixels manually like this.
window_width = int(Window.size[0])
print(window_width)
x = str(window_width * 0.03)
y = str(window_width * 0.09)
z = str(window_width * 0.08)
data_tables = MDDataTable(
size_hint=(1, 1),
elevation=1,
column_data=[
("ID", dp(x)),
("Name", dp(y)),
("File", dp(z)),
]
The problem though is it doesn't change dynamically. It only works when you leave the screen and enter it again. For me this is better than nothing because my app needs to work on phone and on the tablet. But you can probably write a function that dynamically updates the values using this as a starting point.
a would do the same but in the kv file ?
yeah will probably talk about that at some point
How to add MDDatatable on another screen? and can we define it in kv file?
Did you figure out how to do this? I'm trying to currently achieve this.
Can I use mysql as a database in kivy?
Yes
how do I delete rows
How to refresh the table without closing the app?
I am still start on study. What should I choose kivy and flutter.I like python.
pick whatever you want.
Kivy better than flutter ? I want to know
@@mixai7 you can't compare apples to oranges
Hello my teacher can text you ?
can you make a video about kivy database?
Yeah
nice video
Thanks
KivyMD developers constantly change widget names, it irritates me when I run an example from the Internet, and that example doesn't work.
yeah there's a lot about kivy that irritates a lot of people lol myself included. That's why I stopped using it.
whats the new name for it?
@@janpaweii3115 if you are asking about KivyMD new widget names, you need to read official documentation after you get Name error
MDDataTable is removed from kivymd version 2.0.1 ,
you can use the old version
Hey, next video pls databases for search bar in Kivy pls bro asking from 3 weeks pls bro.
I really want to learn kivymd but i dont have good graphic memory to launch it, anyway thanks for sharing
You don't need a lot of graphic memory to use kivy
@@Codemycom i had problem when i started the app in the first lesson. Fatal error : gl: minimum gl required openGL. Try to upgrade your graphic driver hardware
@@labialkosta261 Further down in the playlist I did a video that shows how to install the latest version that won't give you that problem
@@Codemycom oh ok thanks man really awesome like always. Tkinter and now kyvi i'm so excited
Great
Thanks
Out of Home Town ??
No
how to update row_data ?