KivyMD delete line in file when button ist pressed
I’m having a screen showing me items saved in a file. Every line should be shown on the screen. This works well.
KivyMD: Fix opening position of multiple dynamically generated MDDropdownMenus inside of a Scrollview
I am trying to create a scrollable list of dynamically generated (there is no known number before starting the app) MDDropdownMenus.
KivyMD: Fix opening position of multiple dynamically generated MDDropdownMenus inside of a Scrollview
I am trying to create a scrollable list of dynamically generated (there is no known number before starting the app) MDDropdownMenus.
KiwyMD cant scroll fully down on ScrollView displaying an MDList
I am making a music player app and i want to display the songs. I used kivy md because i also want to use it with an android device. To achive the display requirment i set i used the scroll view. Although it properly diplays everything i want i am not fully able to go down.
which kivy and kivymd version is compatible with python 3.7.5 version?
I am using python 3.7.5 , I have problem in running kivy and kivymd.kivymd 1.2.0 version is installed.but when i run it errors: Version 1.2.0 is deprecated and is no longer supported. Use KivyMD version 2.0.0 from the master branch (pip install https://github.com/kivymd/KivyMD/archive/master.zip)
Python/kivy:Widget is not working perfectly
I’m developing card game with kivy where card are dragged to played card pile.when I click on card that is in played pile it will go in hand and adjust thier position.
Python,kivy,kivmd:Widget is not working perfectly
I’m developing card game with kivy where card are dragged to played card pile.when I click on card that is in played pile it will go in hand and adjust thier position.
happening
When I click first time on card it goes at correct position.
But next time doesnot go at correct position
Image does not take up all the space in the Boxlayout in kivy python
Please help. I am writing a simple app in kivymd that allows you to crop images, but images in Boxlayout are smaller. Here’s the part of the code:
MDTopAppBarTrailingButtonContainer is not aligned properly in kivymd
The trailing button container should be on the right side of the appbar, but it is not. Also, there appears to not be any text, although there is text specified in the TopAppBarTitle. I’m not sure what’s that about.
Code here:
how do I insert my image into the kivymd button?
I want to insert my image into the button, but I get an error when there is a Users element in my image path. is it possible to prescribe the path in some other way so that there are no errors?