Design question

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
kevin11
Posts: 101
Joined: Thu Aug 11, 2011 5:02 pm

Design question

Post by kevin11 » Fri Aug 19, 2011 11:23 am

If you are listing a few hundred entries, in a scrolling field or datagrid say, is it better for the user's experience that I list entries alphabetically across columns, or down coloumns ?

That is :

A B C D
E F G H
I J K L

or

A D G J
B E H K
C F I L

Does anybody care ?
If so, and people don't agree with each other, that would make it grounds for a user determined preference to be available perhaps ?

Thoughts ?

Thanks.

Klaus
Posts: 14194
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Design question

Post by Klaus » Fri Aug 19, 2011 11:37 am

Hi Kevin,

this heavily depends on the data, a list of NAMES e.g. should per default be sorted down columns of course!
And yes, a preference for this would be a nice addition :D


Best

Klaus

kevin11
Posts: 101
Joined: Thu Aug 11, 2011 5:02 pm

Re: Design question

Post by kevin11 » Fri Aug 19, 2011 12:32 pm

Sorting downwards was my first choice. But I believe there may be an issue with screen readers, which will read from left to right ?

and yes, make it all a preference, I have found as a good rule of thumb if I am not sure what will be best for the user, make it a preference !

It also has just occurred to me that if there are hundreds of names, another solution is to have an alphabetic strip across the top so you can at least filter by letter, with unpopulated letters greyed out.

Thanks for the reply.

Klaus
Posts: 14194
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Design question

Post by Klaus » Fri Aug 19, 2011 1:09 pm

Hi Kevin,

yes, or supply a "serach field" on top of the list which filters the list when entering character(s).


Best

Klaus

Post Reply