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

Popular posts from this blog

Upgrade php version of xampp not success -

amazon web services - S3 and apache mod_proxy with basic authentication -

powershell - This solution contains one or more assemblies targeted for the global assembly cache -