Symbian S60 - Scrolling text in a CEikLabel
I have a single line CEikLabel in my application that needs to scroll text. The simple solution that comes to mind (but possibly naive) would be something like.. [begin pseduo code] on timer.fire { set slightly shifted text in label redraw label } start timer [end pseudo code] Using a CPeriodic class as the timer and label.D...