Overall UI Design: Difference between revisions

From ParaQ Wiki
Jump to navigationJump to search
Line 14: Line 14:
* [[Lookup Table Editing]]
* [[Lookup Table Editing]]
* [[Server Connection Dialog]]
* [[Server Connection Dialog]]
* [[Value List Widget]]

Revision as of 19:22, 20 June 2006

This is a developing page that collects notes on the overal UI design

Consistency

We must have visual and widget consistency across the UI. Examples:

  • When dealing with variables, we should present consistent visual and operational options. For example, any list of variables should have at a minimum the following elements. The graphical representation of these things should be consistent across the UI. For example, if we use an icon to represent type, that will be consistent whenever there is a variable list, whether that list be in a combo box, a list box, or other widget. Similarly, loaded/unloaded representation should be consistent.
    • Indication of type (Element, Node, etc.)
    • State (loaded, not loaded)
    • Name

Specific Elements