Hi!
I'm wondering if it's possible to add one, or many, separators in a listbox, to put data in different "groups"?
Here's an example:
Line 1.
Line 2.
--------
Line 3.
Line 4
Line 5.
I'm using Series 60 3rd edition SDK.
// Jonas.
Hi!
I'm wondering if it's possible to add one, or many, separators in a listbox, to put data in different "groups"?
Here's an example:
Line 1.
Line 2.
--------
Line 3.
Line 4
Line 5.
I'm using Series 60 3rd edition SDK.
// Jonas.
Hi,
Create a custom listbox, and in drawactualitem of itemdrawer u can draw your own.
regards,
eswar
Thanks Eswar.
Another question; is it possible to add a "group name" instead of a,
or as a, separator? As they do in, for instance, the MSN client and others.
Here's an example:
DEFAULT GROUP
Line 1.
Line 2.
SECOND GROUP
Line 3.
Line 4.
// Jonas.
Hi,
Do Like this,
Create one class, like CMsnItem and add the variables groupname, clientname etc., and take one pointer array to CMsnItem and add the items to array. and while display on listbox check the groupname and display it.
regards,
eswar
hi eswar,
can u help me with this
Thanks.