Posts by Ariel Rodrigues • 1 point
2 posts
-
0
votes1
answer118
viewsA: Two or more Scrollviews with background in the same Boxlabel with Kivy
After a while debugging I realized that when I remove the images from the rectangles of Gridlayout and Boxlayout and put colors in place, getting like this: <BackgroundBoxLayout>:…
-
0
votes1
answer118
viewsQ: Two or more Scrollviews with background in the same Boxlabel with Kivy
I am creating a simple GUI with Kivy in Python 3x and have had problems putting two Scrollviews in the same Boxlabel. The way I put it, in the code attached, the items look like this: With…