Page 1 of 1

CEGUI marquee widget?

Posted: Sun Feb 03, 2013 06:17
by efaj
Is there something like a marquee widget? Some googling shows me that it's either well hidden or inexistant. The key missing feature from a normal statictext would be the looping of the text (or else, there'd would be an empty gap equal to the statictext's widget).
By marquee I'm referring to HTML's old marquee.
Any ideas how to make it?

Re: CEGUI marquee widget?

Posted: Mon Feb 04, 2013 09:13
by CrazyEddie
We don't have this built in. You could likely do it by writing a custom WindowRenderer that offsets/scrolls the text position over time to give the effect you desire.

CE.