Namespaces
Variants
Actions

Archived:Customizing CAknMarkableListDialog

Jump to: navigation, search
Archived.png
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.


Article Metadata

Compatibility
Platform(s): S60 3rd Edition

Article
Created: User:Technical writer 2 (25 Apr 2007)
Last edited: hamishwillee (14 Jun 2012)

Overview

Customizing CAknMarkableListDialog

Description

CAknMarkableListDialog provides a list where items are markable with Edit  Shift) + selection key. Below are some tips for customizing its behaviour.
1) Implementing a 'select and exit' feature
By default, the only way to exit the CAknMarkableListDialog is to press the Cancel button or a dedicated menu command. If needed, the dialog can be made to exit immediately after selecting an item. This can be done with the CEikDialog::TryExitL( TInt aButtonId ) function.
For example, in a derived dialog's ProcessCommandL:
    case EDlgCmdOKExit:
     {
        TryExitL( EDlgCmdOKExit );
        }
where EDlgCmdOKExit is a button ID that can exit the dialog, as specified in OkToExitL().
2) Using selection menu resource ID
The aOkMenuBarResourceId parameter in CAknMarkableListDialog's constructor is the resource ID for a MENU_BAR. This menu is displayed when there are marked items in  the list and the user presses the selection (OK) key.  It can be NULL, or have the same value as aMenuBarResourceId.

This page was last modified on 14 June 2012, at 10:08.
173 page views in the last 30 days.
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved