Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kivy Language

Usage Of Dragbehavior In Kivy

I'm new for python and kivy, and struggling with them. I wanted to implement drag and drop func… Read more Usage Of Dragbehavior In Kivy

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?

Kivy Camera On Multiple Screen

I'm trying to create a simples app in kivy that have two screen and i need it load the a custom… Read more Kivy Camera On Multiple Screen

How To Target Canvas.before In Kv

In a button i have made a rounded button with canvas.before, and it changes colors as it should. Th… Read more How To Target Canvas.before In Kv

Kivy: How To Get Class Variables In Popup

procedure: First you have to add a Name and than the Programm will set a Beginner (function 'um… Read more Kivy: How To Get Class Variables In Popup

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'"

Python : How To Add Row Dynamic

I am new to python/Kivy. I have two files test.py and test.ky. Now I am using two static row with s… Read more Python : How To Add Row Dynamic

Kivy Filechooser Overlapping Text On Scroll With Screens

Versions Python: 3.7 OS: Windows 10 Kivy: 1.11.1 Kivy installation method: pip Description FileCh… Read more Kivy Filechooser Overlapping Text On Scroll With Screens

How To Open A Pdf Within Python Kivy App?

I've searched about this but found nothing. Only opening images has documented. Maybe I can ope… Read more How To Open A Pdf Within Python Kivy App?

Accessing Value Of Child Widget Property In Kivy Lang And Python

How can I overwrite the default value of a Kivy widget's child? i.e. MyWidget.label is 'def… Read more Accessing Value Of Child Widget Property In Kivy Lang And Python

Attributeerror: 'super' Object Has No Attribute '__getattr__' Error When Using Boxlayout With Several Kv-files In Kivy

As I am very well aware, this question has been asked several times already. But after trying the f… Read more Attributeerror: 'super' Object Has No Attribute '__getattr__' Error When Using Boxlayout With Several Kv-files In Kivy

Python Kivy Is Printing Numbers While Importing It

I just installed Kivy in my virtualenv I installed it using pip install https://github.com/kivy/k… Read more Python Kivy Is Printing Numbers While Importing It

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