Skip to content
Advertisement

Tag: kivy

How to update the title of an App in kivy by clicking a button

I’d like to change the title of the main App screen(AwesomeApp). The title of my App when it runs is “My house”. But i want to change it when I click “Update Top Bar’s name” inside “Information” popup window. When i click “Update Top Bar’s name” button inside “Information” Popup window, I want to update the title of main App

How to add multiple textfield in kivymd

i am making a form screen in which a user can input data and upload it to database. I want them to be able to add multiple textfields on a button press if they still want to add something. it should be scrollable since the amount of textfields is based on how many the user really wants. i have this

Change Value of a Kivy Property from a seperate File

So at the moment im having a problem with Kivy, which i cant resolve. I have a situation where i want to change the Value of a Kivy NumericProperty in a File “A” from another programm “B”, thus that the program “C”, where all the Kivy interface stuff is, detects the change and updates the value on the screen. File

I can’t update the content of a Kivy label from Python

I state that this is the first time I use Kivy. The code I attached works, the only problem is that the lbl label does not update automatically but only if I press the update button. In practice, if I call the update_lbl function via the “update” button it works, when it is called automatically by unpacking_msg it does nothing.

Advertisement