-
**Software Versions**
* Python: 3.10.6
* OS: Linux Mint 21
* Kivy: 2.1.0
* Kivy installation method: pip wheel
**Describe the bug**
An import error in a KV file raises AttributeError, which pr…
-
When opening a simple dialog with a custom md_bg_color, a mouse exit will kill the md_bg_color (by setting it to transparent or something).
```python
MDDialog(
MDDialogContentContai…
-
### Description of the Bug
When utilizing the @mainthread decorator to open a MDDialog with a custom background color, the dialog background will go transparent when mousing over and then mousing…
-
### Description of the Bug
A MDButton that is disabled will fire on_press events/callbacks if a pos_hint is applied to the button. The on_press events disappear when the pos_hint is removed.
…
-
I'm facing error wile running the main.py its saying as
![image](https://github.com/user-attachments/assets/b805b4ee-9f77-44e2-b6f4-6ec5950f5172)
-
Steps to Reproduce:
1. Open the application.
2. Navigate to a screen containing a ScrollView with children that have RGBA background colors.
3. Interact with the ScrollView, such as s…
-
```
#:kivy 2.3.0
#:import NoTransition kivy.uix.screenmanager.NoTransition
:
:
role:'small'
type: 'small'
pos_hint: {'center_x': 0.5}
:
transition: NoTransition()
…
-
Code_link: https://github.com/ramayanbindas/ClassConnect
You could try to run the ClassConnect.py file.
What I am doing?
-> While I am trying to develop the application, at first I have developin…
-
I m trying to get logcat for my app made using kivymd but it is crashing. I don't have a PC therefore I installed termux-adb but after doing all steps I can't find my mobile in `List of devices attach…
-
**Versions**
* Python : 3.11.6
* MacOS version : macOS Sonoma 14
* XCode Version : Xcode 15.3
* Cython version : Cython 0.29.36
**Describe the bug**
A Kivy application successfully compile…