Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Problem with many items in List (jme)

Reply
Thread Tools

Problem with many items in List (jme)

 
 
the_znail@hotmail.com
Guest
Posts: n/a
 
      01-31-2007
I'm developing a small application for my phone, there I need a long
list to chose a name of a city. Right now am I using List and add all
names to the list (120 names), but this seems like a bad idea since
many of the names are not drawn properly (no text at all for that
selection).

Looks like:
(Invisible City1)
City2
City3
City4
(Invisible City5 to City120)

Anyone got any idea how this could be fixed or any alternative to List
to display 120 names?

Regards,
/Marcus

 
Reply With Quote
 
 
 
 
Andreas Leitgeb
Guest
Posts: n/a
 
      02-01-2007
<> wrote:
> I'm developing a small application for my phone, there I need a long
> list to chose a name of a city.
> [...]
> Anyone got any idea how this could be fixed or any alternative to List
> to display 120 names?


Best: don't.

Imagine the user faced with 120 elements in a list on his
cell phone, and his choice might be the 84th. A nightmare...
After he has typed the down-button 84 times (in a time where
he doesn't give up first and choose just any city), his
thumb probably falls right off

Rather add some element to pre-select the items: e.g.
let him type the first few letters, and only then
offer the list with filtered cities.
let him first choose a country or state or region.

 
Reply With Quote
 
 
 
 
the_znail@hotmail.com
Guest
Posts: n/a
 
      02-01-2007
I could easily navigate by adding listeners for the buttons, so if you
want a caty starting on K, ju just hit the button 5 which has "JKL" as
letters..

But is there any way to display/repaint those items not displayed?

On 1 Feb, 10:42, Andreas Leitgeb <a...@gamma.logic.tuwien.ac.at>
wrote:
> the_zn...@hotmail.com <the_zn...@hotmail.com> wrote:
> > I'm developing a small application for my phone, there I need a long
> > list to chose a name of a city.
> > [...]
> > Anyone got any idea how this could be fixed or any alternative to List
> > to display 120 names?

>
> Best: don't.
>
> Imagine the user faced with 120 elements in a list on his
> cell phone, and his choice might be the 84th. A nightmare...
> After he has typed the down-button 84 times (in a time where
> he doesn't give up first and choose just any city), his
> thumb probably falls right off
>
> Rather add some element to pre-select the items: e.g.
> let him type the first few letters, and only then
> offer the list with filtered cities.
> let him first choose a country or state or region.



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
unable to retrieve listbox items on postback , items moved usingjavascript between 2 list boxes (source and target ) divya ASP .Net 1 05-28-2008 05:27 AM
Is there any way to append some items to List box, without retrieving all items through AJAX? Anjan Bhowmik ASP .Net 1 02-14-2008 09:02 PM
List Many to Many results once each? andrewrubie@hotmail.com ASP General 6 08-17-2006 02:45 PM
Cisco PIX many-to-many NAT problem Fredy Kuenzler Cisco 4 06-15-2004 07:06 PM
grouping items among a list according to items subtag value Gilles Kuhn XML 0 09-15-2003 12:01 PM



Advertisments