Problem with CEikEdwin
| Mon, 2008-09-22 07:04 | |
|
|
Hi all,
iSearchBox = new (ELeave) CEikEdwin();and called the following function in the OfferKeyEventL() of container class
then i am facing a problem that when i press the keys of the emulator or device, it displays only the numeric value in the edit box.For example when i press the key (2abc) the edit box displays only 2 every time. Please help me to solve this problem.I want to see charecters also in the edit box Thanks in advance. Life is too short ! so do as many good things as you can do... |






Forum posts: 52
Hi..
you cna try with below method..
iSearchBox->SetInputCapabilitiesL()
Regards
vijay
ready to face
Forum posts: 159
ok thanks....
can you tell me how to hide an edit control in symbian is there any function in CEikEdwin class?
Please help i want to show and hide CEikEdwin edit control.
Thanks
Brajesh...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++
Forum posts: 1248
CCoeControl::MakeVisible
René Brunner
Forum posts: 159
Thanks...
Life is too short ! so do as many good things as you can do...
Brajesh Kumar...
Beginner in Symbian C++