python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bad:freezing app while using loop in kivy
i have problem when i use loop in kivy app to show update value for loop, so when i run app and press toggle button to start showing last value of loop i program crash.
this is code:
*.py
from kivy.ap...
Kamel Menazeli
Votes: 0
Answers: 0
Jetpack compose Box layout clip showing white background
Compose Box layout showing white background when applying Clip Option
Box( modifier = Modifier
.size(50.dp)
.clip(CircleShape)
.background(colorResource(id = R.color.black_trans))...
Umer Bilal
Votes: 0
Answers: 3
Java Swing Glue not working between 2 buttons
I am trying to make my own little game in Java as a personal excercise however I am finding a lot of issues using BoxLayout's in Java Swing.
So I have a basic MVC application and I need two buttons at...
Luke
Votes: 0
Answers: 2
My .exe file is not running while my .py file is running fine
I have wrote a python application with kivy.
I want to create a file with an .exe extension from my python application but when I use the auto-py-to-exe program which allows to create an .exe file fro...
sdourte
Votes: 0
Answers: 0