diff -r 51a74ef9ed63 -r ae94777fff8f Symbian3/SDK/Source/GUID-78453EBD-B4F3-4A78-AEAE-3D126DFED31F.dita --- a/Symbian3/SDK/Source/GUID-78453EBD-B4F3-4A78-AEAE-3D126DFED31F.dita Wed Mar 31 11:11:55 2010 +0100 +++ b/Symbian3/SDK/Source/GUID-78453EBD-B4F3-4A78-AEAE-3D126DFED31F.dita Fri Jun 11 12:39:03 2010 +0100 @@ -1,38 +1,38 @@ - - - - - -Disabling -stylus popup menus in AVKON listsThis document describes how to disable stylus popup menus in AVKON -lists. -

In some -views, stylus popup menus must not be displayed with a long tap. For example, -when a view has both a stylus popup menu and a context sensitive menu with -the same commands.

If the context sensitive menu is required to remain, -the stylus popup menu must be disabled. This way the item-specific commands -are available only in the context sensitive menu, which is launched with both -single and long tap.

- -You can disable -the stylus popup menu in either of the following ways: - -

Dynamically during construction.

iListBox->ConstructL(this, EAknListBoxItemSpecificMenuDisabled); -
-

In the list box resource

LISTBOX -{ - flags = EAknListBoxItemSpecificMenuDisabled; - height = 3; - width = 3; -}; -
-
-
-
+ + + + + +Disabling +stylus popup menus in AVKON listsThis document describes how to disable stylus popup menus in AVKON +lists. +

In some +views, stylus popup menus must not be displayed with a long tap. For example, +when a view has both a stylus popup menu and a context sensitive menu with +the same commands.

If the context sensitive menu is required to remain, +the stylus popup menu must be disabled. This way the item-specific commands +are available only in the context sensitive menu, which is launched with both +single and long tap.

+ +You can disable +the stylus popup menu in either of the following ways: + +

Dynamically during construction.

iListBox->ConstructL(this, EAknListBoxItemSpecificMenuDisabled); +
+

In the list box resource

LISTBOX +{ + flags = EAknListBoxItemSpecificMenuDisabled; + height = 3; + width = 3; +}; +
+
+
+
\ No newline at end of file