I want creat a CEikEdwin.it only can input num and english.
so I create it like this:
iPSEdwin = new (ELeave) CEikEdwin;
iPSEdwin->SetContainerWindowL(*this);
iPSEdwin->ConstructL(CEikEdwin::EAllowUndo,8,16,1);
iPSEdwin->SetInputCapabilitiesL(TCoeInputCapabilities::EWesternAlphabetic);
but it only can input num,why?
how can i create it by code not rss file?
thanks!
saltedfish




