mkaouer / j4me

Automatically exported from code.google.com/p/j4me
1 stars 0 forks source link

Left and Right MenuText DeviceScreen Inversion on Sagem my700X #24

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch the UI demo
2. To procced OK, I have to press the CANCEL button
3. To procced Cancel, I have to press the OK button

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
J4ME-1.0.2-20080116

Please provide any additional information below.
Menus were right with others phones i tryed.

Original issue reported on code.google.com by nligu...@gmail.com on 22 Feb 2008 at 10:44

GoogleCodeExporter commented 9 years ago
Can you run the UI Demo again, go to the "Key Code" option, and press the left 
and
right menu buttons.  Tell me those numbers (e.g. left = -6 and right = -7).

Also run the Log Demo.  Near the top you'll see a bunch of stuff about your 
phone. 
Can you tell me the Platform string?

Original comment by deanbro...@gmail.com on 26 Feb 2008 at 12:32

GoogleCodeExporter commented 9 years ago

Original comment by deanbro...@gmail.com on 26 Feb 2008 at 12:33

GoogleCodeExporter commented 9 years ago
UI demo:
On the screen phone OK is on the right and back is on the left.
Key code for the left button =  -22
Key code for the right button = -21

microedition.platform      = j2me
microedition.configuration = CLDC-1.1
microedition.profiles      = MIDP-2.0

Original comment by nligu...@gmail.com on 26 Feb 2008 at 11:14

GoogleCodeExporter commented 9 years ago
I'll have to think up a clever solution for this.  The phone can't be 
identified by
the J2ME standard microedition properties, but maybe there are some custom ones?

What is weird is that phone defines the left and right soft menu keys to be -6 
and -7
respectively (which is OK).  However, nliguoro's phone has different values.  
They
are the inverse of what is on Motorola phones.

Original comment by deanbro...@gmail.com on 8 Mar 2008 at 1:26