Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kivymd

Why Is Switching Screens Not Working In Kivy?

I am trying to switch screens in kivy and I have been stuck on this for a while so I don't know… Read more Why Is Switching Screens Not Working In Kivy?

How Can I Get Selected Text In Another Textinput. Getting Error "'screenmanager' Object Has No Attribute 'widget_1'"

I am trying to get the selected text from recycleview to the txt_input1 but it is throwing error. I… Read more How Can I Get Selected Text In Another Textinput. Getting Error "'screenmanager' Object Has No Attribute 'widget_1'"

How Can I Show "please Wait Gif" Image Before The Process Is Complete

I want to show 'please wait gif' image from img() class before the ListApp() class process … Read more How Can I Show "please Wait Gif" Image Before The Process Is Complete