My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 53: Android - "menu" keyevent in fullscreen Canvas
2 people starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  ----


 
Reported by vitalyster, Jun 15, 2010
Can't receive keyevent from "menu" key on full-screen Canvas. Is it possible (or is it already fixed in later revisions) ?

microemu r2377
Jun 15, 2010
#1 vitalyster
r2390 didn't helps
Jun 17, 2010
Project Member #2 bar...@gmail.com
There is no mapping for the "menu" key in MIDP at all. "menu" key is used by the MicroEmulator to pop-up commands bar of the previously added commands with the Displayable.addCommand method.
Jun 18, 2010
#3 vitalyster
Is it able to separate standard Canvas and full-screen Canvas logic?
- if we are in standard Canvas: work with Commands
- if we are in full-screen Canvas: receive keyevents

Most j2me implementations work as described above.

(I have found ignored keys in sources, but simple enabling "menu" is not good)
Jun 18, 2010
Project Member #4 bar...@gmail.com
I have found good description of this case in Canvas JavaDoc:

When the Canvas is in full-screen mode, if there is no command listener present, the device may choose to deliver key code events for keys that would otherwise be reserved for delivery of commands.

So, to summarize I agree with you.
Status: Accepted
Labels: Milestone-3.0

Powered by Google Project Hosting