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
If i have understood correctly you want to display something like this
No Data
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.
Anyway thanks lot for your quick reply.
Forum posts: 83
If i have understood correctly you want to display something like this
If so then
iListBox->View()->SetListEmptyTextL(_L("No\nData"));
should work.
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.
Anyway thanks lot for your quick reply.
Thanks & Regards,
Md.Khalid Ahmad