CAknMarkableListDialog

Login to reply to this topic.
Thu, 2005-08-25 15:25
Joined: 2005-02-21
Forum posts: 47

Simple and yet stupid problem with markablelist: implementation using directly CAknMarkableListDialog works well except the fact that I'm not able to override stuff or handle commands etc ... other than that, I can check items and so on.

Now, I'll inherit my own class from CAknMarkableListDialog, overriding nothing for a starter. Other than NewL which is a must but the implementation of that is just passing everything to constructor and that's all.
And all of the sudden, the options menu stops working. What is the problem?

Ahti.


Fri, 2005-08-26 10:11
Joined: 2005-02-21
Forum posts: 47
Re: CAknMarkableListDialog
stupid problem from a stupid programmer: I missed the ContructL() implementation and somehow I have to manually call DisplayMenuL()...I thought the latter to be automatic...

Solved anyway.

Ahti.
  • Login to reply to this topic.