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

Float Comparison (1.0 == 1.0) Always False

I'm using the following function in Python 2.7.3 and Kivy 1.8.0 to fade-in a Grid widget: def _… Read more Float Comparison (1.0 == 1.0) Always False

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)?

Kivy: How To Display A Widget While Waiting For Another One To Be Displayed (both Called From A Same Event)

When an 'OK button' is clicking, my kivy app retrieves a list of sometimes 100+ folders and… Read more Kivy: How To Display A Widget While Waiting For Another One To Be Displayed (both Called From A Same Event)

Is It Possible In Kivy Gridlayout To Specify A Particular Grid For A Particular Widget

I have been using PyQt since a long time and i know that if we use QGridLayout in PyQt we can spec… Read more Is It Possible In Kivy Gridlayout To Specify A Particular Grid For A Particular Widget

Why Is My Kivy Program Not Calling The Function From Another Class?

I think this is more of a python question than a kivy question. class Keyboard is sharing a method … Read more Why Is My Kivy Program Not Calling The Function From Another Class?

Kivy: Sizing Buttons To Fit Wrapped Text Within Dropdown

I'm having issues building a Kivy dropdown with word wrapping enabled for the text, such that t… Read more Kivy: Sizing Buttons To Fit Wrapped Text Within Dropdown

How Can I Define Kivy Dropodown List Max Height According To The Screen Height?

I've created a DropDown list and dont want it to go all over the screen. So I tried to set the … Read more How Can I Define Kivy Dropodown List Max Height According To The Screen Height?

Kivy Date Picker Widget

[SOLVED] Please see below for application of accepted answer and source code for functioning kivy D… Read more Kivy Date Picker Widget