Hi friends
I am porting an application into nokia 6235. it working fine. But at the time of end key press I am facing problem it is asking do you want exit the application or not? If we press no it is showing this error
at java.util.Vector.elementAt(+41)
at com.remoba.midlet.ui.ScrollInbox.<init>(+117)
at com.remoba.midlet.ui.InboxScreen.Scroll_Inboxaddcommands(+241)
at com.remoba.midlet.ui.InboxScreen.getNextHeaders(+1687)
at com.remoba.midlet.ui.InboxScreen.getMessageList(+31)
at com.remoba.midlet.ui.InboxScreen.getInbox(+66)
at com.remoba.midlet.ui.InboxScreen.access$100(+6)
at com.remoba.midlet.ui.InboxScreen$1.run(+171)
NING: [MIDlet] java.lang.ArrayIndexOutOfBoundsException: 0 >= 0
This is coding error or device error?
How to handle the end key?
How to handle the soft keys in 6235?

Reply With Quote


