Hello all,
can you help me find out Dynamic Setting List Example ?
Thanks
Wael
Hello all,
can you help me find out Dynamic Setting List Example ?
Thanks
Wael
There is a settinglist example in pre-3rd edition SDK-s (it might be also included in 3rd FP1, I have not checked).
http://forum.nokia.com/info/sw.nokia..._v1_0.zip.html
I Wish the document help you
hi,
Here is my example which shows the basics of the list box, Preparing list box from the file.
http://discussion.forum.nokia.com/fo...hlight=listbox
Regards.
Vasant.
Hi vasant21,
from your example
iItemList can it be CAknSettingItemList?
i can see that you commet this line and replaced with second line?
can i have CAknSettingItemList???
Thanks
Wael
//iItemList = new (ELeave) CAknSettingItemList;
iItemList = new (ELeave) CAknSingleStyleListBox();
Originally Posted by vasant21
Setting lists are not like lists, they are more like forms, since every single setting-list item can be a totally different control, while list like lists have uniform items, with a uniform style, where only the content changes.
Thus it is not possible to create a setting list via extending a "list" example.
Thank you wizard_
may i have another question and i hope you can answer
what are controls that can be created dynamic?
i know that edit can be dynamic
what other controls
Tyhank you again
Wael
Originally Posted by wizard_hu_
I think nearly all controls can be created dynamically. However there could be a few exceptions.