1 Aug 09:35
Re: Help with alpha-numeric text input on MIDP device
adamratcliffe2004 <adamratcliffe2004 <at> yahoo.co.nz>
2004-08-01 07:35:44 GMT
2004-08-01 07:35:44 GMT
Hi Andrzej, Sorry for the delay in replying, I was busy with a project launch last week. I've been running Thinlet on my Sony Ericsson Z600, a MIDP 1.0 compliant phone. I added some extensions to Thinlet to provide support for some of the features that assumed the device had a keyboard and/or pointing device. Here's a brief description of what I did and the code extensions, ITUTThinlet.java. - Downloaded the last MIDP-enabled version: thinlet-2002-10-28.zip - Installed the Sony Ericsson J2ME SDK Version 2.1.2 beta - Installed the EclipseME plugin, provides integration with one or more J2ME wireless toolkits in the Eclipse environment - Unpacked the distribution and ran Converter.java to produce the MIDP version of Thinlet. - Created a new J2ME project in Eclipse and copied the java files and other resources for the Thinlet demo into my Eclipse workspace (I used the same directory structure as outlined in the thinlet\src\thinlet\midp\readme.txt). - At this point I was able to build the demo in Eclipse and run it in the emulator. - The package feature provided by the EclipseME plugin produced a JAR file that would not run on my phone (out of memory error), I re- packaged the Demo midlet using KToolBar which worked fine. Once I had the demo running on the phone I found that I couldn't invoke any button actions, enter text into any of the text components, or scroll horizontally in tables.(Continue reading)
RSS Feed