20 a radio button list and virtual input are performed on the first tap. These |
20 a radio button list and virtual input are performed on the first tap. These |
21 actions are normally handled by the UI framework. However, if your application |
21 actions are normally handled by the UI framework. However, if your application |
22 contains an implementation of its own for handling these actions (for example, |
22 contains an implementation of its own for handling these actions (for example, |
23 opening a custom component on the second tap) it must be changed to follow |
23 opening a custom component on the second tap) it must be changed to follow |
24 the single-tap style.</p> </context> |
24 the single-tap style.</p> </context> |
25 <steps-unordered id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-4-1-1-7-1-4-1-4-1-3-2"> |
25 <steps-unordered id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-7-1-1-4-1-4-1-3-2"> |
26 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-4-1-1-7-1-4-1-4-1-3-2-1"><cmd>Add the <codeph>EEikMenuItemAction</codeph> flag |
26 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-7-1-1-4-1-4-1-3-2-1"><cmd>Add the <codeph>EEikMenuItemAction</codeph> flag |
27 to all item-action commands in your options menu resource definitions. Menu |
27 to all item-action commands in your options menu resource definitions. Menu |
28 item-action commands are functions that are called during touch down and release |
28 item-action commands are functions that are called during touch down and release |
29 on an item (for example, <b>Open</b> action).</cmd> |
29 on an item (for example, <b>Open</b> action).</cmd> |
30 <stepxmp><p>For example, </p><codeblock xml:space="preserve">/** |
30 <stepxmp><p>For example, </p><codeblock xml:space="preserve">/** |
31 *AppList View menuitems (Counters) |
31 *AppList View menuitems (Counters) |