Hi,
May i know how can i display the command menu in a canvas using fire key but not soft key?
Thanks.
Hi,
May i know how can i display the command menu in a canvas using fire key but not soft key?
Thanks.
hi,
You can display a menu list on the screen and highlight the option he selected and generate the event once the user selects the fire key.
just dont generate any event for softkeys.
Thanks for reply me.
But may i reconfirm with u, can i follow your suggestion
I had a set of command in my canvas. Thus, once user click left soft key, it will show a menu for user to made a selection.
My problem is i don't know how to bring up the option / command menu for user to made a choice on it by using fire key.
Thanks.
hi,
generally options command is shown at left soft key only.
but it should not be a problem for changing the event to any key you want if you are using canvas and adding the command at low level.
just detect the keycode value of the key you want to detect and write you operation inside that keyvalue.