Symbian3/SDK/Source/GUID-361BB951-DB74-4D83-ACFC-812383C8129C.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    10 <!DOCTYPE task
    10 <!DOCTYPE task
    11   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
    11   PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
    12 <task id="GUID-361BB951-DB74-4D83-ACFC-812383C8129C" xml:lang="en"><title>Activating
    12 <task id="GUID-361BB951-DB74-4D83-ACFC-812383C8129C" xml:lang="en"><title>Activating
    13 items in a list</title><shortdesc>This document describes the code changes required to activate items
    13 items in a list</title><shortdesc>This document describes the code changes required to activate items
    14 in a list on single-tap.</shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
    14 in a list on single-tap.</shortdesc><prolog><metadata><keywords/></metadata></prolog><taskbody>
    15 <steps-unordered id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-4-1-1-7-1-4-1-7-1-3-1">
    15 <steps-unordered id="GUID-4DD07DEC-6017-4237-BE46-1D69E5FBD744-GENID-1-6-1-1-4-1-7-1-3-1">
    16 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-4-1-1-7-1-4-1-7-1-3-1-1"><cmd>Replace the <codeph>EEventItemDoubleClicked</codeph> event
    16 <step id="GUID-9A69E5AD-E938-4092-A8C2-CB65C37C8962-GENID-1-6-1-1-4-1-7-1-3-1-1"><cmd>Replace the <codeph>EEventItemDoubleClicked</codeph> event
    17 with <codeph>EEventItemSingleClicked</codeph>. Remove the <codeph>EEventItemClicked</codeph> processing
    17 with <codeph>EEventItemSingleClicked</codeph>. Remove the <codeph>EEventItemClicked</codeph> processing
    18 code if any.</cmd>
    18 code if any.</cmd>
    19 <stepxmp><p>The following code snippet illustrates the changes to the event
    19 <stepxmp><p>The following code snippet illustrates the changes to the event
    20 handling code of a File Browser application.</p><codeblock xml:space="preserve">// ----------------------------------------------------------------------------
    20 handling code of a File Browser application.</p><codeblock xml:space="preserve">// ----------------------------------------------------------------------------
    21 // CFileBrowseBaseView::HandleListBoxEventL
    21 // CFileBrowseBaseView::HandleListBoxEventL