Disable a prticular item in my Setting Item list
I have a Setting Item List. I want to disable its second (i.e on index==1) item so that it could't show popup with enumerated text.
Is it possible? Please guide me how to do and please refer if any online resources to help me out.
I am new to symbian c++.
regards,
Re: Disable a prticular item in my Setting Item list
just implement HandleListBoxEvent, and ignore the setting item when ListBox()->CurrentItemIndex() == 1
Re: Disable a prticular item in my Setting Item list
Hi,
See my replies in the following thread for the answer and a sample app.
"Empty setting item list - ok, but... how?"
[url]http://www.forum.nokia.com/forum/showthread.php?t=175539[/url]
Regards
Ziteng Chen