Tagged Questions
0
votes
1answer
261 views
Kivy template with dynamic grid layout
I'm trying to create a template for a layout which looks like the following:
|----------|
| |
| IMAGE | <--- Just an image (square)
| |
|----------|
|[btn][btn]| <--- ...
0
votes
1answer
248 views
Kivy layout problems when adding and clearing Widgets
While using the widget commands add_widget and clear_widgets, I am getting my widgets, which look fine by themselves, to be incredibly tiny on the bottom left corner of the screen.
I'm going to ...
2
votes
2answers
320 views
Switching kivy widgets
I am using the Kivy python library.
I have two widgets defined.
When the program runs, I run the first widget.
When that widgets button is pressed, I want it to dissapear and be replaced with the ...
1
vote
1answer
705 views
Understanding widgets in Kivy
I'm a newbie programmer and am currently learning python with kivy as a GUI platform.
I am reading the kivy manual and was working on widgets. I wanted to try some stuff on the tutorial painter ...