marquee or moving text in listbox items

Login to reply to this topic.
Tue, 2006-10-31 09:23
Joined: 2006-10-31
Forum posts: 3
hello everyone! i am a beginner with symbian programming. I am just wondering if i can make a text written on a list box move like a marquee? For example,., if i have a txt that cannot fit in the list item, is it possible that when i set focus on this list item, the text written on it will move or scroll to allow user to view the whole text?

Wink

Tue, 2006-10-31 10:11
Forum Nokia Champion
Joined: 2004-05-26
Forum posts: 732
Re: marquee or moving text in listbox items
Try this code:

Code:
iListBox->ItemDrawer()->ColumnData()->EnableMarqueeL(ETrue);

This function was introduced in 2nd Ed FP 2.

Thu, 2006-11-02 08:36
Joined: 2006-10-31
Forum posts: 3
Re: marquee or moving text in listbox items
hey thanks,,, I'll try it.. Can you also tell me what is the best API for this?
Fri, 2006-11-03 10:04
Joined: 2006-10-25
Forum posts: 27
Re: marquee or moving text in listbox items
hi,
   i am also a newbie to tis grp. My question is related to urs.
I want a suggestion for this frm seniors.
        I hav eimplemented a double style list box. i want the second label in the textbox to be made as marquee. Can i have any suggestion regarding this.
Sun, 2007-08-12 06:39
Joined: 2007-06-16
Forum posts: 51
Re: marquee or moving text in listbox items


Hi
Then what about S60 2nd....?


ready to face

Sun, 2007-12-23 11:50
Joined: 2003-09-15
Forum posts: 165
Re: marquee or moving text in listbox items

Hi sirisha,

I have implemented a double style list box. i want the second label in the textbox to be
made as marquee. Can i have any suggestion regarding this.

Did you every figure out how to do this on the second line of a double style listbox?

Thanks for any info.


~~~~

  • Login to reply to this topic.