Custom contrl Dialog OfferKeyEvetnL

Login to reply to this topic.
Tue, 2006-09-12 15:50
Joined: 2005-07-14
Forum posts: 17
I am using a custom control dialog in my application.

If I override OfferKeyEventL() in my dialog my OkToExitL() not get called
(Even if I return EKeyWasNotConsumed or EKeyWasConsumed) .

Because of this my dialog not destroyed (after ok key press or any other keyEvent).

If I not Override the OfferKeyEventL() then my dialog wroking properly. But I want to block some keys events for my dialog because fo this I am overiding OfferKeyEventL.

The same code working fine for UIQ,Series60 2nd edition , Series60 3rd Edition.

Thanks
indvin
  • Login to reply to this topic.