diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-13DEE42F-3EAB-4EB7-9CE1-C4930BCACE01.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-13DEE42F-3EAB-4EB7-9CE1-C4930BCACE01.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,31 @@ + + + + + +List query +

A List query offers a list of predefined choices for the user. It can be +used when more than two options must be offered to the user. There is a prompt +text (optional) on top of the window, and a list of options to choose from.

+

The list in a List query is a menu list: the user can select an item or +dismiss the query; the Options menu is not available. The default softkey +labels are OK on the left and Cancel on the right, the actual texts can be +specific to the context. The Selection key causes the same action as the left +softkey.

+

Any list item layout suitable for menu lists can be used; see List +layouts.

+ +List query + + +

The number of items in the list should be kept low, so that all items can +be seen without scrolling.

+
Using list queries in +C++ applications

For implementation information, see Queries.

+
\ No newline at end of file