java midlet for touch screen

1.3k views Asked by At

Can somebody please guide me on how can i test my application JAD on touch screen emulator in Linux environment.Is there any touch enabled emulator to test applications? The JAD is currently not showing softkey labels on touch screen phones.I have already tested it including attribute MIDlet-Touch-Support: True,but its stil not showing commands on touch screen devices. I have searched a lot and still clueless.Please guide me.

1

There are 1 answers

0
Atmaram On

You can change the emulator property Edit your XXXPhone.property in wtklib\devices\XXXPhone directory

By default the touch_screen is set to false, set it to true,

now you should be able to use touch enabled application in your emulator.