I have 3 Screens in my kivy application and in the second screen i want to put a graph which is a widget. I have my own class for this graph. The goal is do display 3 separate graphs in one screen. I’m pretty sure there is some problem with the id from the class Graph. I tried to use
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 I will Change the font size of the text of kivy button dynamically in .py file
Actually I want to try to Change my kivy Button’s font_Size dynamically Accoding to the Width of its Parnet Widget. so I can make it resizable according to the Screen of Kivy Gui App I am want to Change it in .py file as a code (without the use of .kv file or kv string) I am using some kind
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
service restart with buildozer cant find class?
i have tried many solutions and followed many guides but i cant get it to work i have a minimal code example here. this is my main.py: this is a my kv file: and this is my service.py same folder as main.py: this is the buildozer.spec and i have this output from buildozer android debug deploy run logcat i have
How to bind the value of a NumericProperty to the Text of a Label?
With Kivy, I understand we can use set the text of a label to a StringProperty() object, so whenever that string is updated, the label will automatically show the updated text. My minimal example code, works fine, will show “apple” then “banana” one second later: Question: How do I do exactly the same, but for a Float? i.e have the
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.
Python, Kivy: How to copy to clipboard on the click of a button?
I would like to copy a text to the clipboard with the click of a button. Example code: .py .kv There is more of my code, but I decided to remove it because that would be off-topic. Should you need the rest of my code, feel free to tell me so. Help is appreciated!! Answer You didn’t explain what is
KivyMD MDDialog is not allowing multiple text inputs to be in one Dialog
I am working with KivyMD and I am trying to create a dialog that has multiple check boxes and multiple text inputs, however I cannot get multiple text inputs to exist in the dialog box Here is a Minimal Reproducible Example of what I’m talking about: And here is the resulting dialog box: Each check should have a text box