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.
我在Kivy中创建了一个包含大量信息的标签。它属于滚动视图小部件,因此成为一个可滚动的标签。但因为它有很多信息,所以它变黑了,不显示任何东西。此外,它还有字体为Roboto、大小为30的文本。我认为这是导致错误的原因。而且,它似乎没有引起任何错误。
Could anyone help me overcome this problem?
有人能帮我克服这个问题吗?
Thanks
谢谢
更多回答
优秀答案推荐
Use a ScrollLabel instead, it was created specifically to avoid this problem.
改用ScrollLabel,它是专门为避免这个问题而创建的。
更多回答
我是一名优秀的程序员,十分优秀!