Yuri Ivanov

Results 154 comments of Yuri Ivanov

@AM-ash-OR-AM-I Where in the Kivy issues there is another big discussion on this topic in which a person attached two packages built with different versions of dependencies. In one package...

@podraco In the KivyMD library, checks occur in the properties of the widget. Especially in the updated MDDatePicker class: https://github.com/kivymd/KivyMD/blob/master/kivymd/uix/picker.py#L398 https://github.com/kivymd/KivyMD/blob/master/kivymd/uix/picker.py#L666 ...

@podraco But it seems to me that you are wrong. Checks don't happen every frame.

@podraco Seems to me that you are wrong: ```python from kivy.lang import Builder from kivymd.app import MDApp KV = ''' MDScreen: on_touch_down: app.theme_cls.theme_style = "Dark" \ if app.theme_cls.theme_style == "Light"...

@Blaygor Thanks for the tests you did!

@azzadeen `os.environ ['KIVY_TEXT'] = 'pango'` - what for?

@azzadeen Everything is displayed well on the `Mac`. You may not have installed additional libraries for `pango` to work.

The problem description does not show how to reproduce the behavior that the author describes.

@lwwilker Thanks, I will check this behavior later.

@danaki Yes, that's a good idea.