Tagged Questions
0
votes
0answers
21 views
Java GUI - JLIST + Refresh
I need to create an interface which includes a list of events.
The events are saved into a Vector List and I need to be able to display a list of their 3 variables like this:
13/05/2003 Task 1 ...
10
votes
3answers
193 views
What's a good alternative to cascading checkboxes?
We have a web interface for running a report. The report can be pretty complex. There are various topics that can be included in the report, and each topic has sub-topics.
Right now, the interface ...
2
votes
4answers
200 views
Do “add” or “edit” functions need a confirm button?
I am designing a UI that includes a list of items that you can add to or edit. When you click on an item it turns into a text dialogue. When you click off or hit "enter" it saves the changes. Does ...
8
votes
2answers
83 views
Handling hashtags in an click-to-edit-record row
Say we have a list of records displayed like this:
Date Description Payer Amount
---------------------------------------
01/01 Rent Maxi $1000
12/01 Lunch with clients Bob ...
3
votes
2answers
87 views
how can I get users to add fields into a list where many fields are optional?
I need to design a page to get user inputs in below format:
1. Item A (text)
a. Sub-item (text)
b. Upload photo for Sub-item (Browse and upload)
c. Description for Sub-item (text)
2. Item B ...
8
votes
3answers
125 views
Sorting options in list with choices
If you have several options behind a button with list, how would you sort the options? The button is shown at the bottom of a form, so the list will collapse above it.
Let's say that the options can ...
2
votes
3answers
99 views
Choosing from a list of options and preserving order
We have a listing of topics and would like users to be able to choose three topics from the list and would also like to preserve the order in which the topics are chosen.
Using three <select>s ...
2
votes
2answers
355 views
Standard list of religions for dropdown menu
I am creating a form that will include a step about the person's religion, I have seen forms that contain a dropdown menu of religions, however I cannot find one which has a standard list of ...
2
votes
2answers
133 views
Generate a list of resolutions for a new window
My program is a wrapper for Remote Desktop Connection which generates a ".rdp" file and launches the file through the normal program. I am trying to mimic Remote Desktop Connection's resolution slider ...
25
votes
7answers
743 views
How do you sort a list of languages?
A website is available in 100 languages. There is a form to select a language, and it includes these 8
English
Русский
日本語
עברית
العربية
বিষ্ণুপ্রিযা় মণিপুরী
მარგალური
አማርኛ
Normally, I would ...
4
votes
5answers
343 views
Best way to show a form field group with multiple values?
Something like these:
http://imageshack.us/photo/my-images/221/screenshotgh.png/
The button below adds a new group where the user can fill each of the fields. I think that isn't best way to show ...
25
votes
4answers
766 views
Multiple lists on one screen — best approach?
Let's say I have a profile screen with two lists: one for Friends and another for Hobbies. This is just an example. It could as well be a Customer screen with Suppliers and Orders. I'm looking to ...