Skip to content

Tag: kivy

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

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…