CPbkContactEditorDlg problem

Login to reply to this topic.
Fri, 2005-04-15 06:07
Joined: 2005-01-22
Forum posts: 112
hi buddy
i want to use protected function void  CloseAllPopups () of class CPbkContactEditorDlg how i will use it.
 i m using code:

class Ctemp:public CPbkContactEditorDlg
{

public:
   
 Ctemp(CPbkContactEngine &  aEngine,  
 CPbkContactItem &  aContactItem,  
 TInt  aFocusIndex );  

  ~Ctemp();




  public:
      void myCloseAllPopups()
      {
        CloseAllPopups();
      }


      };

nd i m creating object of Ctemp class in another class
nd call function by Ctemp.myCloseAllPopups()
but we get error
:no appropriate default constructor available
solve it pls
with regards

Fri, 2005-04-15 10:17
Joined: 2005-03-31
Forum posts: 173
CPbkContactEditorDlg problem
void  BaseConstructL (TBool aIsNewContact, TBool aEdited)

Fri, 2005-04-15 11:06
Joined: 2005-01-22
Forum posts: 112
CPbkContactEditorDlg problem
hi sandy how i will use oid  BaseConstructL (TBool aIsNewContact, TBool aEdited) nd wr .my problem u kno very well
Quote from: SymbianSandy
void  BaseConstructL (TBool aIsNewContact,

problem is:

hi buddy
i want to use protected function void CloseAllPopups () of class CPbkContactEditorDlg how i will use it.
i m using code:

class Ctemp:public CPbkContactEditorDlg
{

public:

Ctemp(CPbkContactEngine & aEngine,
CPbkContactItem & aContactItem,
TInt aFocusIndex );

~Ctemp();




public:
void myCloseAllPopups()
{
CloseAllPopups();
}


};

nd i m creating object of Ctemp class in another class
nd call function by Ctemp.myCloseAllPopups()
but we get error
:no appropriate default constructor available
solve it pls
with regards  



TBool aEdited)
  • Login to reply to this topic.