Read-only archive of the All About Symbian forum (2001–2013) · About this archive

do you know CEikMfne?

0 replies · 781 views · Started 23 October 2003

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?