Hi
can anyone help me how to put the values in drop down list?
for example if i select the country i want the list of countries.
is it possible for S60 3rd edition or not?
if possible,can you please let me know how to do drop down list.
Printable View
Hi
can anyone help me how to put the values in drop down list?
for example if i select the country i want the list of countries.
is it possible for S60 3rd edition or not?
if possible,can you please let me know how to do drop down list.
try CAknChoiceList or search for popup in wiki
hi
i am already tried for that one using CAknChoiceList, but it not supported for 3rd edition.
i got undefined.
For S60 5th ed. you can use ChoiceList API. See in Wiki - [url]http://wiki.forum.nokia.com/index.php/Working_with_ChoiceList_API_-_S60_Touch_UI[/url]
S60 3rd ed. doesn't have such standart UI elements. But, for example, you can use Setting Pages API ( see "Enumerated text setting item" - [url]http://library.forum.nokia.com/topic/S60_3rd_Edition_Cpp_Developers_Library/GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6/html/SettingPages_API4.html?resultof=%22%53%65%74%74%69%6e%67%22%20%22%73%65%74%22%20%22%4c%69%73%74%22%20%22%6c%69%73%74%22%20%22%61%70%69%22%20#topic3.2.3[/url] )
you might want to create custom controls but i recommend using standard controls.
[QUOTE=vrnreddy84;634133]can anyone help me how to put the values in drop down list?
for example if i select the country i want the list of countries.
[/QUOTE]
If you are talking about CAknChoiceList then check SDK example for that.
[QUOTE=vrnreddy84;634133]is it possible for S60 3rd edition or not?
if possible,can you please let me know how to do drop down list.[/QUOTE]
Check CAknPopupField to implement drop down list in 3rd edition.