diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-E332F544-0759-4C10-B29C-14AA5EAEBD49.dita --- a/Symbian3/PDK/Source/GUID-E332F544-0759-4C10-B29C-14AA5EAEBD49.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-E332F544-0759-4C10-B29C-14AA5EAEBD49.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,31 +1,31 @@ - - - - - -Showing -the choice list -

The normal use case is that the user opens the choice list either from -the button defined by the client application or from the currently selected -item arrow button. After user has made the selection the list is closed.

-

You can also open and close the choice list from your application using -the methods CAknChoiceList::ShowChoiceListL() and CAknChoiceList::HideChoiceList().

-void CMyAppContainer::OpenAndCloseChoiceListL() - { - // Show the user that the button opens a list of choices - iChoiceList->ShowChoiceListL(); - User::After( 2000000 ); - iChoiceList->HideChoiceList(); - } - - -

You can determine the positioning to which direction the list will be opened -by setting the choice list flags. For example:

-iChoiceList->SetFlags( CAknChoiceList::EAknChoiceListPositionBottom ); + + + + + +Showing +the choice list +

The normal use case is that the user opens the choice list either from +the button defined by the client application or from the currently selected +item arrow button. After user has made the selection the list is closed.

+

You can also open and close the choice list from your application using +the methods CAknChoiceList::ShowChoiceListL() and CAknChoiceList::HideChoiceList().

+void CMyAppContainer::OpenAndCloseChoiceListL() + { + // Show the user that the button opens a list of choices + iChoiceList->ShowChoiceListL(); + User::After( 2000000 ); + iChoiceList->HideChoiceList(); + } + + +

You can determine the positioning to which direction the list will be opened +by setting the choice list flags. For example:

+iChoiceList->SetFlags( CAknChoiceList::EAknChoiceListPositionBottom );
\ No newline at end of file