Skip to content
Advertisement

Tag: kivymd

pyinstaller does not support importing kivy screen with exec

I have a kivymd app designed using the lazy loading method (all the screens and their kv files are placed in different folders so that they can be called when the user needs them using exec and eval, something similar to these projects kitchensink and kivy-lazy-loading-template). that works very well in pycharm. folders diagram: I tried to get windows output

KivyMD Hot Reload

KivyMD Hot Reload May anybody explain every single thing to do a (hot reload) method in KivyMD? I have been watching a lot of videos, but nothing working for me. There’s no specific error to solve it. Answer I had trouble getting it started too at first… I figured it out by watching kivymd’s youtube videos at .25 speed lol…

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

How to send Only Selected value to another screen in KivyMD?

output KivyMD Programmers, im new in KivyMD…. on_start() list items are sucessfully showing and on_press sending a selected value too passValue() function…. but here now i wants open new Screen under passValue() function…and pass variable value’s to new Screen…. Answer Since It’s not clear exactly where in your screen Bye you want some variable to be passed, let’s suppose you

Advertisement