Kivy – Black screen error in label

Question:

I created a label in kivy which contains a lot of information. It comes under a scrollview widget hence becoming a scrollable label. But since it has a lot of information it turns black and doesn’t display anything. Also it has text with font roboto and size 30. I believe this is causing the error. Also it seems to not raise any error.

Could anyone help me overcome this problem?

Thanks

Asked By: Vin

||

Answers:

Use a ScrollLabel instead, it was created specifically to avoid this problem.

Answered By: inclement
Categories: questions Tags: , , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.