Archived:A long Form takes a long time on the Nokia E61, E61i, E62 (Known Issue)
extkbeditor2
(Talk | contribs) m |
hamishwillee
(Talk | contribs) m (Bot change of links to internal format.) |
||
| Line 16: | Line 16: | ||
==How to reproduce== | ==How to reproduce== | ||
| − | The attached application [ | + | The attached application [[Media:FormScrollingTest.zip|FormScrollingTest]] can be used for testing this issue. |
[[Category:Known Issue]][[Category:Java ME]][[Category:MIDP 2.0]] [[Category:S60 3rd Edition]] | [[Category:Known Issue]][[Category:Java ME]][[Category:MIDP 2.0]] [[Category:S60 3rd Edition]] | ||
Revision as of 07:58, 19 May 2011
Article Metadata
Tested with
Compatibility
Article
Description
Scrolling a long Form (100+ items) takes a long time, especially during changes between different elements, e.g. ChoiceGroup to TextField, and from similar elements with different formatting constraints, e.g., from a TextField.URL masked field to a TextField.PHONENUMBER masked field.
According to the MIDP specification, class javax.microedition.lcdui.Form javadoc:
"Notes for Application Developers
Although this class allows creation of arbitrary combination of components the application developers should keep the small screen size in mind. Form is designed to contain a small number of closely related UI elements."
Therefore, in order to avoid this problem, use other forms of displaying large amounts of content, such as custom items, combined with search and paging algorithms.
How to reproduce
The attached application FormScrollingTest can be used for testing this issue.

