Hi, can CAknButton handle key event, I call OfferKeyEventL on it, but it seems dont take any effect,
press the OK key does not trigger button pressed?
How to handle key event of buttons?
Best regards,
hushan
Hi, can CAknButton handle key event, I call OfferKeyEventL on it, but it seems dont take any effect,
press the OK key does not trigger button pressed?
How to handle key event of buttons?
Best regards,
hushan
have you checked our wiki examples already, like this one: http://wiki.forum.nokia.com/index.ph...-_S60_Touch_UI
yes, I checked the example, but I want the app run in non-touch phone too, so anyway, how to handle key event of CAknButton and other Akn controls?