Re-Draw of listbox
| Mon, 2007-11-05 18:14 | |
|
Hi All, ***********************.h************************** class CTestListContainer : public CCoeControl, MCoeControlObserver, MEikListBoxObserver **************************************.cpp************************************ void CTestListContainer::ConstructL(const TRect& aRect) // Create Listbox if ( iListBox ) CTestListContainer::~CTestListContainer() } void CTestListContainer::SizeChanged() TInt CTestListContainer::CountComponentControls() const CCoeControl* CTestListContainer::ComponentControl(TInt aIndex) const void CTestListContainer::Draw(const TRect& aRect) const void CTestListContainer::HandleControlEventL(CCoeControl* /*aControl*/,TCoeEvent /*aEventType*/) TKeyResponse CTestListContainer::OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType) return (iListBox->OfferKeyEventL(aKeyEvent, aType)); } } ************************************************************************************ Thanks & Regards, |
|






Forum posts: 2
The same problem. Is there any solution?
Forum posts: 47
Dieworld,
Add "BaseConstructL(EAknEnableSkin)" line of code in appui ConstructL funcation
Thanks & Regards,
Symbi