Skip to main content

Questions tagged [kivy-language]

A language created and used in the Kivy framework to describe a widget structure of a project.

0 votes
0 answers
4 views

Kivy MD: Multiple Columns Menu Display Issue

I'm encountering an issue with my Kivy MD application where the navigation menu is displayed in three columns instead of a single column layout (The menu is multiplied by 3). Here's an overview of my ...
gelu76's user avatar
  • 9
0 votes
0 answers
16 views

Python kivy add_widget adds double the amount of widget that overlap on each other

Python kivy add_widget adds double the amount of widget that overlap on each other I tested dynamically adding widgets and they behave very oddly, i created custom widget that i add to the grid on ...
Данил Галюченко's user avatar
0 votes
0 answers
18 views

Kivy backend implementation

I am a hobbyist programmer. I have learnt python as my first programming language. I want to learn android mobile app development using python. And I am thinking to use Kivy for it. And now I got to ...
CodeWithTanish's user avatar
0 votes
1 answer
12 views

Kivy - How can I modify example for using ScrollView + GridLayout (Kivy-Garden Draggable)?

This Kivy - Draggable example works great: from kivy.properties import ObjectProperty from kivy.app import App from kivy.lang import Builder from kivy.uix.label import Label from kivy.uix.floatlayout ...
lukassliacky's user avatar
0 votes
1 answer
33 views

Why is Plyer vibrate method raising an exception?

I'm coding an app and currently trying to use the vibrate method provided by Plyer. Here's my Python code: class SplashScreen(MDScreen): def __init__(self, **kwargs): super(SplashScreen, ...
Timson's user avatar
  • 19
0 votes
0 answers
19 views

MDLabel multi line overlaps other widgets

newevent.kv MDTextField: id: remarks mode: "outlined" multiline: True main.kv MDScreen: name: 'main' md_bg_color: "#ffffff" ...
nathan's user avatar
  • 11
0 votes
0 answers
18 views

Why is the kv files in my kivy applications not working?

I was working on the pong tutorial provided by the Kivy documentation website, after making the .kv file where I implemented the centered rectangle, and the numbers(labels), I ran the code, but the ...
Joe Restunburg's user avatar
0 votes
0 answers
7 views

navigate through table recordset

My English Crash Course program requires that the user navigate to the next/previous first and last record until the end of the table by clicking buttons that say move next/previous last/first. this ...
John Kennedy 's user avatar
0 votes
1 answer
31 views

execute function on button press

I am trying to execute a function on button press. I tried different method found on tutorials but with no avail, it gives the following error `Thirdwindow.getSingleRows() takes 0 positional arguments ...
John Kennedy 's user avatar
0 votes
1 answer
839 views

kivy file produces blank screen

when I try to set up screen navigation, It produces blank screen without error. my approach is to execute every line I write I am expecting a label and an image Can anyone point out what is wrong with ...
John Kennedy 's user avatar
0 votes
0 answers
27 views

My moveable image is not being able to move in kivy

I just started using kivy to make apps with python, and I am creating a kivy comic maker where you need to drag items onto the screen. However, when I try to when running, I can't move the image ...
Ian K's user avatar
  • 1
0 votes
0 answers
15 views

Output of the entered text

I would like the text entered in the text field to be output to the console, please tell me from kivymd.app import MDApp from kivymd.uix.screen import MDScreen from kivymd.uix.textfield import ...
Данила климанов's user avatar
0 votes
0 answers
9 views

I am having difficulties adding MDBottomNavigation to Kivy App

I'm trying to add a MDBottomNavigation to a screen but I'm just not understanding how it works. I've tried following https://kivymd.readthedocs.io/en/1.1.1/components/bottomnavigation/index.html ...
Timson's user avatar
  • 19
0 votes
0 answers
26 views

Building Python/Kivy/Pickle executable with PyInstaller

I'm trying to build a standalone executable from a program written in Python and Kivy using PyInstaller. The program saves some values into a Pickle file, but when I add that file to PyInstaller with -...
Manuel Galleani's user avatar
0 votes
1 answer
34 views

Kivy: RecycleView does not show when implemented in Python but works when written in KV language

I am new to Kivy. Learning by building a simple app. I want to show a list of items at the top (Used RecycleView widget for this). At the bottom will be a text box (used TextInput widget) and button (...
user23898843's user avatar

15 30 50 per page
1
2 3 4 5
185