Projects/Usability/HIG/MessageWidget: Difference between revisions

    From KDE TechBase
    < Projects‎ | Usability‎ | HIG
    (HIG moved to community)
     
    (9 intermediate revisions by 3 users not shown)
    Line 1: Line 1:
    __NOTOC__
    {{ Moved To Community | KDE_Visual_Design_Group/HIG/MessageWidget }}
     
    == Purpose ==
    A ''balloon'' is a small pop-up window that informs users of a non-critical problem or special condition in a control. Balloons have an icon, a title, and body text, all of which are optional. Balloons are usually used with text boxes, or controls that use text boxes for changing values, such as combo boxes, list views, and tree views. Other kinds of controls are sufficiently well constrained, and don't need the additional feedback balloons afford.
     
    == Examples ==
    [[File:Balloon.png]]
     
    == Guidelines ==
    * Use balloon in cases of non-critical problems that user can solve.
    * Display the information immediately.
    * Display only one balloon at a time.
    *  (Auto-) Remove a balloon when
    ** the problem is resolved or special condition is removed,
    ** the user enters valid data,
    ** it times out (by default after 10 seconds).
    * Remove the timeout if users can't continue until the problem is resolved.
    * Display balloons below their owner control
    * When users click a balloon, just dismiss the balloon without displaying any other UI or having any other side effect.
    * Do not add additional controls to balloons.
     
    == Implementation ==

    Latest revision as of 11:26, 4 August 2016

    This page is now on the community wiki.