Hey,
I have a little problem too...
I'm trying to append text by a variable length of strings during a loop. During the while-loop I'm appending the text with a new line and I want to scroll the current content of text, although if the loop isn't finished yet.
The Problem is - that the text appears after the whole loop is done... <img src="smileys/smiley6.gif" border="0" align="middle" />
Here is my .capx-File -> dropbox.com/s/9zoq05dd6ayv7hy/scrolling.capx
Hope anyone could help me...
Without scrolling-append its working already in my project, but then I can't scroll either... <img src="smileys/smiley5.gif" border="0" align="middle" />
Edit: ok... found my mistake... The Content only appears after the textbox is to small for all lines. Made some dirty things while creating the text so I'm filling the empty lines in text appending "newline"s now...
Is there a smarter option to fix my problem?
Greetings,
Camula