no response in HandleListBoxEventL
| Fri, 2005-06-24 14:20 | |
|
i have created a CAknColumnListBox in my container which is also derived from MEikListBoxObserver. I have implemented [b]HandleListBoxEventL [/b] from MEikListBoxObserver in the container. and also i have called SetListBoxObserver passing the pointer of container. but still am not getting any response in HandleListBoxEventL on pressing the joystick on any list items. what else do i need to do. ![]() please help. warm regards |
|







Forum posts: 57
------------
Razeeth
Explore beyond the limits
Forum posts: 83
i have done this in my container
((CCoeAppUi*)iEikonEnv->AppUi())->AddToStackL(iListBox); but this does not help
do you mean something else
warm regards
saurabh
Forum posts: 76
iList->SetListBoxObserver(this);
..
KiraN Puranik