Hi,
How can I (if it is possible) map a key (e.g. number key 3) to a command? This is to use HandleCommandL in the view instead of using OfferKeyEventL in the container.
Thanks.
Hi,
How can I (if it is possible) map a key (e.g. number key 3) to a command? This is to use HandleCommandL in the view instead of using OfferKeyEventL in the container.
Thanks.
Nope, so you gotta do it inside your own application logic, i.e. catch the key, and perform an action...
can you run it in the emulator to see which line is causing the crash ?
In the emulator runs ok, the method only shows a dialog that runs ok when it is called in other places of the application.
cheers.
Hi,
It has been solved cleaning the project and cleaning manually all the files in the epoc directory related to the project. Lately, I have this problem very frequently, I don't know why.
Thanks.
Cheers.