application/src/PodcastListView.cpp
branchsymbian1
changeset 70 0a94e3bc0ef2
parent 67 9c24c921ec35
child 86 a9d05a49b7cd
equal deleted inserted replaced
69:4a65cc85c4f3 70:0a94e3bc0ef2
    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