I am making this program that deals with a lot of colors and it gives the user the freedom to change many of them. In one part of my program I use markup for one of my labels and and I realized something about the ‘color’ tag. When my program starts I want my label to follow the theme but
Tag: kivy-language
How to reference widgets inside widgets using IDs in Kivy, Kivy Lang, Kivy MD
okay, THIS HAS BEEN DRIVING ME INSANE FOR LIKE THE PAST TWO DAYS. and its really annoying, so i am building an application using kivy, after getting used “easy as pie” tkinter I thought it was time to learn kivy (as it has mobile compatibility). #I wanted to learn to reference different widgets# I searched YouTube and google for hours
How to make Canvas vertex instructions relative to a widget in Kivy
I just started learning Kivy and I was trying to understand how the Canvas instructions are affected on resizing of the window of the kivyApp. In the Kivy documentation it is mentioned that – The example which follows, shows how to bind the size and position of a Rectangle instruction to the size and position of the widget in which
How to display a simple list and a list with dictionaries in BoxLayout
I can’t figure out how to display a simple list and a list with dictionaries in BoxLayout (class Content), I’m trying to display the “data_name_list” list line by line, and the “data_all_list” list line by line, but only the values by the key “item_name”. Here is .py file Here is .kv file Answer You can just define a method that
Kivy Popup Shows Same Buttons as Main Screen
I’m very new to Kivy (been using for about four hours…) and I’ve hit a wall with popups. I have a main screen which has four buttons in a float layout. On press down I want the ‘MOVE’ button to open a popup. Now I’ve got this working but the popup contains the same four buttons as my mainscreen. This
Showing the setup screen only on first launch in kivy
I am trying to make an app with kivy and kivymd but I can’t figure out how I can make the setup screen show up only the first time. This is how the application is going to work: User launches the application after installation and is being shown the sign up/log in screen, And once the user is done with
Why is builder not finding JSON?
I am trying to deploy my kivy app to Android. The problem is that every time I run buildozer android debug deploy run logcat I get this Here is the link to the output of Buildozer: https://pastebin.pl/view/63f40402 The problem from what ive seen is around line 630 in the pastebin. I can see that Buildozer is making a request to