Skip to content
Advertisement

why buttons not appear into widget in kivy python

i need to create a simple widget into a function then call the function from the inti function any help for me?

JavaScript

why my Buttons doesn’t appear

Advertisement

Answer

The Buttons are not appearing because you never add them to the App display. Just replace:

JavaScript

with:

JavaScript
User contributions licensed under: CC BY-SA
8 People found this is helpful
Advertisement