Scrolling text

Mériol Lehmann's icon

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!

mattyo's icon
Mériol Lehmann's icon

Thanks, seems like jit.text2d will do the job.

ygreq's icon

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!

ygreq's icon

Thank you, Vanille B.!

So sad!

mattyo's icon

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

ygreq's icon

i just read this. Thanks mattyo!