This page was last modified 09:50, 16 May 2008.
KIJ000963 - S60 3rd Edition, Feature Pack 1 Emulator closes MIDlet after deleting all characters from TextField using backspace
From Forum Nokia Wiki
| ID | KIJ000963 | Creation date | May 16, 2008 |
| Platform | S60 3rd Edition, Feature Pack 1 | Devices | Emulator |
| Category | Java ME | Subcategory | S60 3rd Edition, Feature Pack 1 |
Overview
The S60 3rd Edition, Feature Pack 1 Emulator closes the MIDlet when the user deletes characters from the TextField and then presses backspace.
Description
The S60 3rd Edition, Feature Pack 1 Emulator closes a TextField MIDlet with the "Application closed: lcdui CTextLayout usin <N>" notification after deleting characters from the TextField component and then pressing backspace.
How to reproduce
Implement a test MIDlet using, for example, the following code:
TextField inputField = new TextField("", "", 30, TextField.ANY);
Form form;
..
form = new Form("Test");
form.append(inputField);
Launch the MIDlet using the S60 3rd Edition, Feature Pack 1 emulator.
After launch, press backspace (or the 'C' key on the emulator). The MIDlet exits with the "Application closed: <MIDlet name> CTextLayout usin <N>" notification.
The example code above appears without any characters on the TextField component, the proving that the MIDlet exits right after the final/extra backspace press.
Solution
This issue has been fixed starting from S60 3rd Edition, Feature Pack 2.
Note that this issue affects only the emulator, not the actual devices.
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| full screen | shydisturbedboy | Mobile Java General | 3 | 2007-09-24 20:22 |
| Unable to launch emulator in EclipseME 1.7.6 | waifunlee | Mobile Java Tools & SDKs | 23 | 2008-05-29 20:24 |
| Is animate-theme supported on Nokia E50 ? | shanglw | Themes/Carbide.ui | 1 | 2007-04-10 15:17 |
| 请问,有sdk对wap浏览器进行简单的2次开发吗?类似与myie基于ie | herosu | Symbian | 7 | 2006-03-09 07:41 |
| Playing Mp3 in Feature Pack 1 | rkckolla | Symbian Media (Graphics & Sounds) | 6 | 2005-06-28 07:45 |

