diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-48482288-B60B-477A-8E28-132F7CBE2C94.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-48482288-B60B-477A-8E28-132F7CBE2C94.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,41 @@ + + + + + +Confirmation +query +

A confirmation query requests the user to confirm an operation, or asks +a Yes-No-type of question. It can be used e.g. to make sure that the user +does not accidentally delete important information or start an operation which +cannot be cancelled.

+

The layout for a Confirmation query is the same as the note layout, with +an optional graphic item.

+

One or two softkey labels can be used. In case the query can cause two +different consequences, the positive choice (Yes) is placed on the +left softkey, and the negative one (No) on the right softkey. In pure +confirmations, only one way to proceed is possible, and the response text +(for example OK) is placed on the left softkey.

+

The Selection key always causes the same action as the left softkey.

+ +Confirmation query + + +

Guidelines for designing Confirmation queries:

+ +
Using confirmation queries +in C++ applications

For implementation information, see Queries.

+
\ No newline at end of file