Scrolling text
Hi,
I want to have a window where I can add text, a letter at once. When I'll be at the bottom of the window, I want the text to scroll up so I can add more text, like in TextEdit. I tried to use jit.lcd, lcd, text and text edit but I've not been able to find a satisfying solution. Can someone indicate me the right path to follow, I'm stuck there. Thanks!
Thanks, seems like jit.text2d will do the job.
Can anyone explain why I don't see anything mattyo posted here? Am I the only one not seeing anything?
It seems I happen to find a lot of missing text lately and I haven't a clue why!
Please, anyone! Help!
Thank you, Vanille B.!
So sad!
Although I don't remember the exact answer I posted, I would have a look at jit.gl.text2d. I did a project with this idea a few years back, and I think I was dumping the output of a textfile into jit.gl.text2d and then sending position messages to it as appropriate, if that's any help....
M
i just read this. Thanks mattyo!