This page was last modified 06:34, 27 November 2007.
How to enable tone in dialogs
From Forum Nokia Wiki
By default all the query dialogs derived from CAknQueryDialog have the tone ENoTone. Which means when these dialogs are executed there is no sound.
But depending upon requirement there can be the following tones applied for such dialogs:
- ENoTone No tone is played.
- EConfirmationTone A confirmation tone is played.
- EWarningTone A warning tone is played.
- EErrorTone An error tone is played.
for e.g.
CAknQueryDialog::TTone tone=CAknQueryDialog::EErrorTone; CAknMessageQueryDialog* dlg = new (ELeave)CAknMessageQueryDialog(tone); dlg->ExecuteLD( R_MSG_OK );
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DRM ring tone on 3650 | tianjinl | Digital Rights Management & Content Downloading | 7 | 2003-09-15 16:56 |
| How to off SMS tone on current profile. | sagar.pune | General Symbian C++ | 0 | 2008-06-13 07:09 |
| customize menus... | Priju Jacob Paul | Symbian User Interface | 8 | 2007-08-25 08:04 |
| sending busy tone | dips05 | General Symbian C++ | 4 | 2008-06-04 09:39 |
| setting a ring tone | ylapidot | PC Suite API and PC Connectivity SDK | 0 | 2003-04-10 14:09 |
