diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-78453EBD-B4F3-4A78-AEAE-3D126DFED31F.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-78453EBD-B4F3-4A78-AEAE-3D126DFED31F.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +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; +}; +
+
+
+
+
\ No newline at end of file