MultiLine Text in SetListEmptyTextL?
Login to reply to this topic.
Tue, 2009-06-16 07:26
Joined: 2008-01-16
Forum posts: 231

Hi Folks,

can I have a MultiLine Text in SetListEmptyTextL?
In one of Pane When there is empty listBox. I need to display Multiline Text. can I do this?

Thanks in Advance!!!


Thanks & Regards,
Md.Khalid Ahmad


Tue, 2009-06-16 11:47
Joined: 2008-09-02
Forum posts: 83

If i have understood correctly you want to display something like this

No
Data

If so then
iListBox->View()->SetListEmptyTextL(_L("No\nData"));
should work.

Mon, 2009-06-22 12:59
Joined: 2008-01-16
Forum posts: 231

Hey rizvanmotala99,

you are right.
Actually, in my problem I am using my own custom List and all drawing is done by my own. Here, I forget to add multiline support in my custom list Draw() function.Now its done. Eye-wink

Anyway thanks lot for your quick reply.


Thanks & Regards,
Md.Khalid Ahmad


copyright 2003-2009 NewLC SARL