Page 1 of 1

scroll static text

Posted: Fri Jan 29, 2021 00:15
by orion
Hi guys

is there a way that i can get the static text to automatically scroll ?


using v0.8.7

Re: scroll static text

Posted: Fri Jan 29, 2021 12:32
by Ident
What do you mean by "automatically scroll"?

Re: scroll static text

Posted: Fri Jan 29, 2021 16:51
by orion
Hi Ident

kind of like credit scroll.
I have a lot of static text with scroll bar but i need this to scroll without user input if possible

Re: scroll static text

Posted: Wed Jan 19, 2022 08:26
by niello
You may simply change a scrollbar position or static text widget position from your application's update. You may also use CEGUI animation for this but it is an overkill. The logic itself is user-specific and is not a subject for including into CEGUI static text code.