omadm/omadmappui/src/NSmlDMFotaContainer.cpp
branchRCL_3
changeset 22 9360ca28b668
parent 20 f2101057ffeb
child 23 c4687ff85147
equal deleted inserted replaced
20:f2101057ffeb 22:9360ca28b668
    40 #include <swi/sisregistrypackage.h>
    40 #include <swi/sisregistrypackage.h>
    41 #include <swi/sisregistryentry.h>
    41 #include <swi/sisregistryentry.h>
    42 #include <swi/sisregistrysession.h>
    42 #include <swi/sisregistrysession.h>
    43 
    43 
    44 #include <csxhelp/dm.hlp.hrh>
    44 #include <csxhelp/dm.hlp.hrh>
    45 
    45 #include <eiklbx.h>
    46 
    46 
    47 #include <apgtask.h>
    47 #include <apgtask.h>
    48 
    48 
    49 #include "NSmlDMSyncDebug.h"
    49 #include "NSmlDMSyncDebug.h"
    50 
    50 
   636     //__ASSERT_DEBUG( iFotaListBox == 0, User::Panic( KErrAlreadyExists ));
   636     //__ASSERT_DEBUG( iFotaListBox == 0, User::Panic( KErrAlreadyExists ));
   637 
   637 
   638     // Create the itemlist
   638     // Create the itemlist
   639     iFotaListBox = new (ELeave) CAknDoubleStyleListBox;
   639     iFotaListBox = new (ELeave) CAknDoubleStyleListBox;
   640     iFotaListBox->SetContainerWindowL( *this );
   640     iFotaListBox->SetContainerWindowL( *this );
   641     iFotaListBox->ConstructL( this, EAknListBoxViewerFlags );
   641     iFotaListBox->ConstructL( this, EAknListBoxViewerFlags | 
       
   642     	CEikListBox::EDisableItemSpecificMenu | CEikListBox::EViewerFlag );
   642     // Set up/down arrows at bottom of the screen (scrollbar)
   643     // Set up/down arrows at bottom of the screen (scrollbar)
   643     iFotaListBox->CreateScrollBarFrameL( ETrue );
   644     iFotaListBox->CreateScrollBarFrameL( ETrue );
   644     iFotaListBox->ScrollBarFrame()->SetScrollBarVisibilityL( CEikScrollBarFrame::EOn,
   645     iFotaListBox->ScrollBarFrame()->SetScrollBarVisibilityL( CEikScrollBarFrame::EOn,
   645                                                              CEikScrollBarFrame::EAuto );
   646                                                              CEikScrollBarFrame::EAuto );
   646 
   647