Problem with restricting the editWindow to Text.
| Mon, 2008-04-14 16:10 | |
|
hi to all, TKeyResponse CInputTextEdwin::OfferKeyEventL(const TKeyEvent &aKeyEvent, TEventCode aType) the control goes till iscancodes perfectly.and the event gets passed to CEikEdwin::OfferKeyEventL(),but there is no text get displayed on edit window,Please can any one tell me what would be the problem,Thank you |
|






Forum posts: 15
Hi Sandesh,
Don't filter out the event types just filter out the event codes... I mean remove the first if condition and let all types of key events
(EEventKeyDown, EEventKey, EEventKeyUp) to pass to the edwin control....
Br,
Pankaj
Pankaj Dubey
Forum posts: 25
Hi pankaj,
Thanks once again, yes i have already done the same thing as you told and its working fine.
Thanks al ot.