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

Kivy - How Do I Restrict The Imagebutton Click Space To Only On The Image Itself? (and Not The Blank "occupied" Space)?

I have four ImageButtons in a row, all separated by (what seems to be) blank space. This blank spac… Read more Kivy - How Do I Restrict The Imagebutton Click Space To Only On The Image Itself? (and Not The Blank "occupied" Space)?

Attributeerror: 'mainrouter' Object Has No Attribute '_disabled_count'

I am creating a kivy app where I have used router showing this error- AttributeError: 'MainRout… Read more Attributeerror: 'mainrouter' Object Has No Attribute '_disabled_count'

Spyder Not Running Kivy Script

I wrote a script on python 2.7 using kivy. When I run the program in python IDLE it works fine but … Read more Spyder Not Running Kivy Script

Python/kivy : Call Function From One Class To Another Class And Show Widget In Python

I am using Python-2.7 and Kivy. When I run test.py then a show button shows. When I click on the sh… Read more Python/kivy : Call Function From One Class To Another Class And Show Widget In Python

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

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

How Can I Search In Recycleview

How can I search in recycleview with updated review .I can also search now. But when I type 3 alph… Read more How Can I Search In Recycleview

White Background When Try To Play Gif In Kivy

import kivy from kivy.clock import Clock from functools import partial import main as m kivy.requir… Read more White Background When Try To Play Gif In Kivy

Kivy - I Want To Change An Attribute Of A Widget In A Screen Out Of A Popup

I want to change the color of an image. This image is placed on an button on a screen with screenma… Read more Kivy - I Want To Change An Attribute Of A Widget In A Screen Out Of A Popup

How To Address Remove_widget What Widget To Remove Inside Another Layout In Kivy

I am a beginner just learning coding and Python. I am not able to remove a widget that I just have … Read more How To Address Remove_widget What Widget To Remove Inside Another Layout In Kivy

How To Create A Navigation Bar Using Kivymd Without Kv Language?

I want to create a navigation bar in my android application.I have searched about it a lot in googl… Read more How To Create A Navigation Bar Using Kivymd Without Kv Language?

Attributeerror 'button' Object Has No Attribute Scrlfbtn

from kivy.app import App from kivy.uix.boxlayout import BoxLayout from kivy.uix.label import Label … Read more Attributeerror 'button' Object Has No Attribute Scrlfbtn

How Can I Reload A Image In Kivy Python

this is my script ... import kivy from kivy.app import App from kivy.uix.button import Button from … Read more How Can I Reload A Image In Kivy Python

Buildozer Fails, I Think I Need The Prerequisite 32 Bit Libraries, But Fedora Uses Yum, Not Apt-get

I'm trying to compile a fairly simple kivy application into an android app. The kivy applicatio… Read more Buildozer Fails, I Think I Need The Prerequisite 32 Bit Libraries, But Fedora Uses Yum, Not Apt-get

Setting The Text_size Of Label Class In Python Code

I have a ListView widget which is called using the following code: .kv: ListView: id: m… Read more Setting The Text_size Of Label Class In Python Code

How Do You Change The Screen Transition Direction In Kivy, Within The Python Code?

I know how to change the transition direction in Kivy code form. Example: Button: text: 'Ho… Read more How Do You Change The Screen Transition Direction In Kivy, Within The Python Code?

How Do I Partially Display An Image In Kivy?

I am trying to make a custom progress bar with 2 images in Kivy. self.progress_bar.width = self.siz… Read more How Do I Partially Display An Image In Kivy?

X11 - Importerror: No Module Named 'kivy.core.window.window_x11

Currently I am trying to build an App that I wrote in Python and Kivy via buildozer. Whatever I am … Read more X11 - Importerror: No Module Named 'kivy.core.window.window_x11

Attributeerror: 'super' Object Has No Attribute '__getattr__'

I've been searching for the solution of this problem over the all internet but I still can'… Read more Attributeerror: 'super' Object Has No Attribute '__getattr__'

Kivy Class In .py And .kv Interaction 2

Follow up from Kivy class in .py and .kv interaction , but more complex. Here is the full code of w… Read more Kivy Class In .py And .kv Interaction 2