using CAknSettingItemList
Login to reply to this topic.
Tue, 2007-04-10 23:27
Joined: 2006-05-02
Forum posts: 12
help i want use CAknSettingItemList but i have a problem here

void CsettingAppUi::ConstructL()
    {
    BaseConstructL(EAknEnableSkin);

       iAppView = new (ELeave) CsettingAppView;
       iAppView->SetMopParent(this);
       iAppView->ConstructL(ClientRect());

    AddToStackL(iAppView);
    }

message error :"illegal use access from  CsettingAppView to protected/private member 'CsettingAppView::CsettingAppView()"


Wed, 2007-04-11 22:20
Joined: 2006-05-02
Forum posts: 12
by mistake i declare construct function in CsettingAppView private

copyright 2003-2009 NewLC SARL