diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-11B69814-5B3E-42AE-844E-998A7A08E654.dita --- a/Symbian3/PDK/Source/GUID-11B69814-5B3E-42AE-844E-998A7A08E654.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-11B69814-5B3E-42AE-844E-998A7A08E654.dita Tue Mar 30 11:56:28 2010 +0100 @@ -4,20 +4,21 @@ "Eclipse Public License v1.0" which accompanies this distribution, and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> Permanent -note -

Permanent notes remain -on the screen for an indefinite time. The user cannot dismiss them. For example, Insert -SIM card.

-
Using permanent -notes in C++ applications

The API to use for the permanent -note component is the Notes -API. To use a permanent note with the default icon, text, sound, and -duration, create an instance of the note class CAknStaticNoteDialog.

You can change the icon or text -displayed in the note, use a different kind of sound, or change the note duration -using the setter methods in the class CAknNoteDialog: SetIconL, SetTextL, SetTone, and SetTimeout.

+--> + +Permanent +note +

Permanent notes remain on the screen for an indefinite time. The user cannot +dismiss them. For example, Insert SIM card.

+
+ Using permanent notes in C++ applications

The +API to use for the permanent note component is the Notes API. To use a permanent note with the +default icon, text, sound, and duration, create an instance of the note class CAknStaticNoteDialog.

You +can change the icon or text displayed in the note, use a different kind of +sound, or change the note duration using the setter methods in the class CAknNoteDialog: SetIconL(), SetTextL(), SetTone(), and SetTimeout().

Confirmation