How to enable marquee or Scrolling effect in list box for S60 2nd Version

Login to reply to this topic.
Tue, 2007-08-21 04:48
Joined: 2007-06-16
Forum posts: 29


Hi

I am using list box in S60 2nd version to display some text . when the length of the text exceeds
It is showing only some part of the text.

can anybody help me, How to enable the marquee effect in S60 2nd?

ThanX&Regards
Vijay


ready to face


Wed, 2007-08-22 11:27
Joined: 2005-09-16
Forum posts: 141
How to enable marquee or Scrolling effect...

Hi,

You can do like this,

list->ItemDrawer()->FormattedCellData()->EnableMarqueeL(ETrue);

regards,
eswar

Sat, 2007-08-25 14:13
Joined: 2007-06-16
Forum posts: 29
Re: How to enable marquee or Scrolling effect in list box for S6

ok

Thank you

What about CAknListQueryDialog?

Thyanx&Regards
Vijay


ready to face

Tue, 2007-08-28 13:53
Joined: 2005-06-09
Forum posts: 174
Re: How to enable marquee or Scrolling effect in list box for S6

Note that marquee support was introduced in 2nd ed. FP2.


  • Login to reply to this topic.