Peter Szollar

Results 20 comments of Peter Szollar

This could be a temporary solution until the bug gets fixed. Unfortunately the swipe action only works from top of the list not from Toolbar. from kivymd.app import MDApp from...

In the meantime you can use row data. self.table.row_data from MDDataTable class.

I think the problem occurs when you trying to specify the font size in Kivy language and in Class with (def set size) together. Hope this is what you looking...

I can't reproduce this behaviour by the given code. I suspect it is related to the OP system or Python version. Works on: kivymd: 0.104.2 Kivy: 2.0.0 Python 3.8.10 Ubuntu...

Just pass your code here. Leave at least 4 spaces and pass each line in according to the format. The website will detect it and separate it in a code...

Can I kindly ask you if you could do a minimum code to reproduce your issue would be great next time. Also if you could provide similar to c1.txt put...

This is not an issue with the core code. Your code was not formatted correctly. Please try your code before passing it to here. Had to work out a lot...

Hi, You sad your error is this. self.data_tables = MDDataTable( File "C:\Users\sysadmin\AppData\Local\Programs\Python\Python39\lib\site-packages\kivymd\uix\datatables\datatables.py", line 1432, in init self.header = TableHeader( File "C:\Users\sysadmin\AppData\Local\Programs\Python\Python39\lib\site-packages\kivymd\uix\datatables\datatables.py", line 335, in init self.cols_minimum[i] = col_heading[1] * 5...

The main issue is with MDList padding is 0 which means on the phone screen it is the very edge of the phone nearly impossible to touch. The other issue...

"The `md_bg_color` property creates foreground not background" -you used "md_bg_color: (1, 0, 0, 1)" but for other labels used "rgba: (1, 0, 0, .5)" when I changed "md_bg_color: (1, 0,...