no response in HandleListBoxEventL

Login to reply to this topic.
Fri, 2005-06-24 14:20
Joined: 2004-12-31
Forum posts: 83
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. Sad
please help.

warm regards

saurabh


Sat, 2005-06-25 09:18
Joined: 2005-04-17
Forum posts: 57
Re: no response in HandleListBoxEventL
have you added your container to the Control Stack

------------
Razeeth

Explore beyond the limits

Sat, 2005-06-25 09:57
Joined: 2004-12-31
Forum posts: 83
Re: no response in HandleListBoxEventL
hi

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

Thu, 2005-07-14 05:51
Joined: 2005-06-01
Forum posts: 76
Re: no response in HandleListBoxEventL
I think you are missing ..

iList->SetListBoxObserver(this);

..
KiraN Puranik
  • Login to reply to this topic.