Is there any way to detect or capture cell phone's middle button which is at middle point of arrow keys(left,right,up,down) for an ImageItem's key events ??
Codes like >>
//setting a listener in item
itm_1.setItemCommandListener(new ItemCommandListener(){
public void commandAction(Command c, Item itm){
//do actions
}
);}

Reply With Quote


