Skip to content
Advertisement

Tag: kivy-language

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

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

Advertisement