Hi,
This is my code for LIST in the j2me.
=====================Code Snippet=========================
showList = load();//load() function returning images with LIST
passWord_Ok = new Command("Select", Command.OK, 0);
pwdDataBase_Vector();//Storing the data to the RecordStore
showList.addCommand(passWord_Ok);
showList.addCommand(compareOk);
showList.setCommandListener(this);
Display.getDisplay(this).setCurrent(showList);//Displaying List //with Images
==============PROBLEM========================
Now my problem is that how can i put the code for the Menukey (keycode=-12) in this described code for List?
And How can i Disable the MenuKey when i press that key nothing should work on that click event ?
===============================================
I know that what to do but how to do that is my Big Problem in this Particular case....
Please Provide the Whole Code for this so i can move ahead in my task as i m vry much stucked over here...


Reply With Quote


