python 2.7 - How to make Scrollable label in kivy using .kv file -
i trying make scrollable label has text here code
here main.py
from kivy.app import app import socket, sys, threading, os, time class exampleapp(app): def build(self): pass if __name__ == "__main__": exampleapp().run()
here example.kv file
scrollview: label: text:"hello world"*1000
i facing issues this....some 1 please post answer this
Comments
Post a Comment