How to create marquee effect in a CAknSingleGraphicStyleListBox listbox?
| Wed, 2007-08-08 03:22 | |
|
The title of the item is too long to display fully. So I want to create marquee effect in the listbox.
   But it doesn't work. And my code is as follows. iStartupListBox = new (ELeave) CAknSingleGraphicStyleListBox; iStartupListBox->SetContainerWindowL(*this); TResourceReader reader; CEikonEnv::Static()->CreateResourceReaderLC(reader, R_STARTUP_LISTBOX); iStartupListBox->ConstructFromResourceL(reader); CleanupStack::PopAndDestroy(); // reader iStartupListBox->EnableExtendedDrawingL();    How to realize marquee effect? |
|






Forum posts: 93
hi,
Check this link from wiki forum nokia....................
http://wiki.forum.nokia.com/index.php/How_to_add_Marquee_effect_in_ListBox
Thanks & Regards,
C Singh
Forum posts: 26
Thanks, chandantheracer.
But the first SetMarqueeParams is not a member function of CColumnListBoxData.