Kivy - Black screen error in label

走远了吗. 提交于 2019-12-08 15:05:13

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/37090869/kivy-black-screen-error-in-label

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!