Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
25 views

Im struggling with non-responsive MDNavigationDrawerItems when they are inside a Navigation Drawer. I'm new at Kivy and KivyMD, so I'm not sure if this is me doing something wrong or a possible bug in ...
UncleB's user avatar
  • 46
-3 votes
1 answer
43 views

I'd like to add a Kivy chart. I already have part of it done, but I'd like to know how to implement it. I'm using .py for the logic and the Kivy language for the design. I have a main file that ...
Jose Lopez's user avatar
Advice
0 votes
2 replies
56 views

How do I make these all apply to one function, so that one plays, but stops the one before it? Code def rex_audio(self): RexAud = SoundLoader.load('Rex.wav') RexAud.play() ...
Michael James's user avatar
0 votes
0 answers
32 views

I was previously using Kivymd1.2.0 and the text wrapping was working fine in MDRaisedButton. I have upgraded to Kivymd2.0.1dev and the text wrapping does not work at all. I have tried various things, ...
Suraj Kattige's user avatar
0 votes
0 answers
61 views

I'm using MDTextFieldHintText inside an MDTextField, but I can't change the MDTextFieldHintText font_size when it's nested. When I use MDTextFieldHintText outside of MDTextField, the font_size works ...
brad's user avatar
  • 35
0 votes
0 answers
52 views

Good day there! I am currently working on a school proyect in a MVC arquitecture where I am communicating my app with a Firestore database and, among other things, displaying the data I get from the ...
Iru Borreda Bin's user avatar
0 votes
0 answers
56 views

I encountered an error when using Snackbar in KivyMD (latest version, installed via pip). Trying to show notice like this: Snackbar(text="ex").open() But I'm getting an error: TypeError: ...
Sl4ky's user avatar
  • 1
0 votes
0 answers
80 views

I am trying to play a sound in my kivymd app. For this, I am loading a sound using kivy's SoundLoader upon initializing my app class. If I do this, my app crashes once I start it (It opens the app ...
iamklager's user avatar
2 votes
3 answers
103 views

I am a newbie using Stack Overflow and kivymd. Why do I have 2 unexpected red dots on my KivyMD2.0.0 screen? I have created a KV string in my Python code to reproduce the behavior. This code loads a ...
Yannis Charles's user avatar
0 votes
1 answer
45 views

My example seems to pass self in the button object (based on printing my_id to debug and it matching the my_id for each button, but when I click on "Option A" all 3 buttons animate. When I ...
Marc Maxmeister's user avatar
0 votes
0 answers
73 views

I am very new to Kivy and building GUI apps in general and I have just started writing an app using KivyMD. I have recently stumbled upon a puzzle, which I was not capable of solving myself. Namely - ...
Jerry's user avatar
  • 39
1 vote
1 answer
34 views

Txt files larger than 10 KB are not displayed in MDLabel. Just a black empty screen is displayed. Why is this happening? They are displayed via MDTextField, but there is no markup. So this does not ...
Геннадий Бойков's user avatar
0 votes
0 answers
28 views

As the title suggests, my kivy application is facing a lot of problems that chatgpt could not solve. The problem occured becuase of the vertical scrollbars. My main problem is the MDCards does ...
Blas Lomibao's user avatar
0 votes
0 answers
35 views

I want a dynamic screen where widgets are resizable dependent on screen size (small screen, widgets are smaller). This works for most of my widgets with the exception of the MDTextField. I have a ...
test ing's user avatar
0 votes
0 answers
59 views

I have tried to embed a YouTube in my app using kivy but the code wasn't working. This the code I wrote. from kivy.app import App from kivy.uix.boxlayout import BoxLayout from kivy.uix.button import ...
Aiyad Alreshidi's user avatar

15 30 50 per page
1
2 3 4 5
116