equal
deleted
inserted
replaced
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 { |