def get_credential_fields_for_popup_success(self, urlrequest, data): # print(data) # print(data['fields']) s = list(data['fields'].va
Such a popular icon as a gear wheel. Why isn't it in KivyMD? That is for example: MDIconButton: icon: 'settings' Instead of an icon, it's just a white squa
I'm trying to make a layout without using the "kv file", what's wrong with this code? thanks. class My_Layout(AnchorLayout): layout = AnchorLayout() box1 = Box
My program was successfully installed all the package from Windows 10 and was able to run the code. But when I transfer the program from the rasberrypi 4 using
I'm new here, I have a small problem in kivymd. Is there anyone here who would be able to help me? this is my main.py file from kivymd.app import MDApp from k
I want to create a DropDown list in kivy? I referred to the documentation, in which the main Button widget to open the DropDown list is added in the python file
I'm new to Kivy, and want to use it for developing a mobile 'Event Card' app. I've done the basic layout I believe, but the button at the bottom RH corner elude
I am looking for a solution regarding loading images from internal storage file manager via my kivy application. for testing,i need to select the image from in
I'm currently writing an app in Kivy for a school project (I have very much had to jump in the deep end with Kivy). I have written the kv code for the text inpu
Im trying to completely remove the Close Button that is naturally attached to the Kivy Settings object. Fear not, I have a navigation so the user wont be stuck