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
Tag: kivymd
How to give each row of a MDDataTable a specific color working with kivymd?
I’m developing an app which fetches some numeric data from an api and manifests it in a MDDataTable(I’m using Kivymd). I need to give each row different color based on its numeric values. Is it doable in Kivymd and this specific class(MDDataTable)?If yes, how? I appreciate your answers. thanks. Answer I just found a way to do that. But it
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…
Is there a way to send a specific string to function in Kivy?
I am making a video search app, and I came across this issue and I can not solve it. The user inputs keywords and the app returns video titles based on the search results. After that the app displays the results: This works perfectly and all the videos get displayed with unique titles. But I also set that it should
Kivy: how to handle touch events triggered from on_touch_down method of ModalView
Is there a way to make it so when my ModalView/ Popup widget is active but none of the buttons behind it will be triggered? Below is an example of a ModalView/popup widget that will notify the user they entered something incorrect. I want the user to be able to click anywhere and the ModalView will disappear. The problem is
KivyMD widgets displaying at the bottom of page in MDBoxLayout
KivyMD widgets are displayed at the bottom when using MDBoxLayout. I remember two MDTextField widgets and one MDRaisedButton, but they are located at the bottom. When using Kivy without KivyMD, there is no such problem. Here is my code: Result: Result of run this code I tried to replace MDBoxLayout to BoxLayout and MDScreen to Screen, but this not helped.
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
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