application/src/PodcastListView.cpp
changeset 24 ca50ea154990
parent 23 cf4b850bbffb
child 26 71493655568a
equal deleted inserted replaced
23:cf4b850bbffb 24:ca50ea154990
    72 
    72 
    73 	iListbox->SetSize(aRect.Size());
    73 	iListbox->SetSize(aRect.Size());
    74 	iListbox->MakeVisible(ETrue);
    74 	iListbox->MakeVisible(ETrue);
    75     MakeVisible(EFalse);
    75     MakeVisible(EFalse);
    76     
    76     
    77 
       
    78 //#ifndef SYMBIAN1_UI
    77 //#ifndef SYMBIAN1_UI
    79 //	TInt flags = iListbox->View()->ItemDrawer()->Flags();
    78 //	TInt flags = iListbox->View()->ItemDrawer()->Flags();
    80 //	flags |= CListItemDrawer::EDisableHighlight;
    79 //	flags |= CListItemDrawer::EDisableHighlight;
    81 //	iListbox->ItemDrawer()->SetFlags(flags);
    80 //	iListbox->ItemDrawer()->SetFlags(flags);
    82 //#endif
    81 //#endif
    83 //	
       
    84 
    82 
    85 	// Activate the window, which makes it ready to be drawn
    83 	// Activate the window, which makes it ready to be drawn
    86     ActivateL();   
    84     ActivateL();   
    87 }
    85 }
    88 
    86