Hello
I have a class which extends MIDlet And I have a form in this class and a TableItem too.
I want to get key press in TableItem and do something Like Sysytem.out.println("Got Key Press") ;
If I use Canves class I couldn't use MIDlet Class .I got black screen in Canvens and lose form and tableitem when change display to convens.
HOW CAN I GET KEY PRESS IN TABLEITEM ?
please Help Me.

Reply With Quote

