application/src/PodcastListView.cpp
changeset 23 cf4b850bbffb
parent 13 f58e3c482bd9
child 24 ca50ea154990
equal deleted inserted replaced
22:3243c9461520 23:cf4b850bbffb
    71 	iListbox->ItemDrawer()->FormattedCellData()->EnableMarqueeL( ETrue );
    71 	iListbox->ItemDrawer()->FormattedCellData()->EnableMarqueeL( ETrue );
    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     
       
    77 
       
    78 //#ifndef SYMBIAN1_UI
       
    79 //	TInt flags = iListbox->View()->ItemDrawer()->Flags();
       
    80 //	flags |= CListItemDrawer::EDisableHighlight;
       
    81 //	iListbox->ItemDrawer()->SetFlags(flags);
       
    82 //#endif
       
    83 //	
    76 
    84 
    77 	// Activate the window, which makes it ready to be drawn
    85 	// Activate the window, which makes it ready to be drawn
    78     ActivateL();   
    86     ActivateL();   
    79 }
    87 }
    80 
    88 
   187 	}
   195 	}
   188 	
   196 	
   189 	iLongTapDetector = CAknLongTapDetector::NewL(this);
   197 	iLongTapDetector = CAknLongTapDetector::NewL(this);
   190 	iListContainer->SetPointerListener(this);
   198 	iListContainer->SetPointerListener(this);
   191 	iListContainer->SetKeyEventListener(this);
   199 	iListContainer->SetKeyEventListener(this);
       
   200         
   192 	DP("CPodcastListView::ConstructL END");
   201 	DP("CPodcastListView::ConstructL END");
   193 }
   202 }
   194 
   203 
   195 void CPodcastListView::HandleViewRectChange()
   204 void CPodcastListView::HandleViewRectChange()
   196 {
   205 {