Hi,
When center button is clicked in j2me form, its performing the action of the ok command with the highest priority..Is there any way to avoid this?
Thanks
Jini
Hi,
When center button is clicked in j2me form, its performing the action of the ok command with the highest priority..Is there any way to avoid this?
Thanks
Jini
Hi Jini,
which phone r u testing this.Is there a cc command listener.if so setting it to null will solve your problem.
thanks
Soku
Hi
I'm testing in Nokia 5500. What's this cc command listener?
Thanks
Jini
Hi,
that is specific for siemens,i suppose,for nokia does the joystick map to the first option in LSK.I will check it and let you know.
Thanks
Soku
Hi,
I have experianced the same. If my form has more than 1 command, then first command is automatically associated with center button and rest are displayed in menu. However, in WTK emulator, all commands are displayed in options menu.
Still looking for solution.
Thanks, Kirtimaan
Different device models and platforms behave differently. This is the way S60 3rd Edition devices fo it. On Series 40 devices the center key gets the command with highest priority and others are stored in the options menu.
You cannot change this behavior, unless you implement your own form using Canvas.
Hartti