Namespaces
Variants
Actions

How to display a waiting confirmation dialog using Symbian C++

Jump to: navigation, search



Article Metadata

Compatibility
Platform(s): S60 3rd Edition

Article
Created: User:Technical writer 2 (05 Oct 2006)
Last edited: hamishwillee (14 Jun 2012)

Overview

How can I display a waiting confirmation dialog?

Description

Confirmation notes should typically not have a timeout, that is, the dialog should stay on the screen until explicitly dismissed by the user.
When using CAknConfirmationNote, the dialog is predefined to block until dismissed. For other CAknNoteDialog -derived classes, the timeout can be manually set to zero, for example:
note->SetTimeout(CAknNoteDialog::ENoTimeout);
Before calling ExecuteLD().

This page was last modified on 14 June 2012, at 08:26.
81 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