hey!! i'm trying to make a similar class like a CAknIpFieldEditor...
when i tried to look at the header files i noticed its subclass is a CeikMfne...
so i tried to make my own class derived from CeikMfne... in the ConstructL() function...
CreateFieldArrayL(3);AddField(field1);
AddField(field2);
AddField(field3);
the construction executes well, but the program hangs when the drawing of the control is done...
whats the problem? and why is it that most of the classes of Symbian like CEikMFne are not included in the documentation?