How to display a waiting confirmation dialog using Symbian C++
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().


(no comments yet)