How to mark list box item?
| Mon, 2007-09-17 04:19 | |
|
I want press Ok key then mark listbox item. void CPIVAContainer2::HandleListBoxEventL(CEikListBox* aListBox, TListBoxEvent aListBoxEvent){I press ok key,item hase been marked,but when I press ok key again.menu aways pop-up.and I cann't capture Ok key. How can I do? please help me! thanks. |
|






Forum posts: 80
hi,
Are you providing any Menu options to mark/unmark the List Box items, or directly on the press of Ok key you want Mark/Unmark?
Forum posts: 8
Hi jp4symbian,
How to?
I just known this method.Can you help me?I am a newbie.thanks
Forum posts: 80
hi fanglulu,
Do you know the basics of List Box? If not, i think you should study the "ListBox" example given in SDK.
Some other good links for List boxes are:
http://www.newlc.com/article.php3?id_article=136 (This is a complete tutorial on List box having many parts. Just go on navigating
to further links given at the end of each page)
In the above tutorial, Part VIII is for markable lists. You can directly view the link at :
http://www.newlc.com/article.php3?id_article=240
Please study it carefully. I am sure its gonna be helpful.
Forum posts: 8
Hi jp4symbian,
Thank you for your help.
I will try.
thanks.
Forum posts: 80
Do get back to this post if you have any further doubts.
Forum posts: 36
iam working on the same task, can u send me the complete code