application/src/PodcastListView.cpp
changeset 126 c2f1ea38ec70
parent 57 31e34b8e2878
child 158 ffa983aa9d7f
equal deleted inserted replaced
125:70749e2f572d 126:c2f1ea38ec70
    73 
    73 
    74 	iListbox->SetSize(aRect.Size());
    74 	iListbox->SetSize(aRect.Size());
    75 	iListbox->MakeVisible(ETrue);
    75 	iListbox->MakeVisible(ETrue);
    76     MakeVisible(EFalse);
    76     MakeVisible(EFalse);
    77     
    77     
    78 //#ifndef SYMBIAN1_UI
       
    79 //	TInt flags = iListbox->View()->ItemDrawer()->Flags();
       
    80 //	flags |= CListItemDrawer::EDisableHighlight;
       
    81 //	iListbox->ItemDrawer()->SetFlags(flags);
       
    82 //#endif
       
    83 
       
    84 	// Activate the window, which makes it ready to be drawn
    78 	// Activate the window, which makes it ready to be drawn
    85     ActivateL();   
    79     ActivateL();   
    86 }
    80 }
    87 
    81 
    88 TInt CPodcastListContainer::CountComponentControls() const
    82 TInt CPodcastListContainer::CountComponentControls() const