Hi,
i am trying to append some text to my textview field.
The text is really long but then i try to scroll to bottom in the textview. This i not working.
I used this code:
def appendtextview(text):
v['viewtop']['textview1'].text = v['viewtop']['textview1'].text + str(text)
v['viewtop']['textview1'].content_offset = (0, v['viewtop']['textview1'].content_size[1] - v['viewtop']['textview1'].height)
Can someon help me with this?
Thanks a lot.
Cu kami