vista规范记录—balloons

Balloons

 

1.    Balloons have an icon, a title, and body text, all of which are optional.

2.    While balloons inform users of non-critical problems, they don’t prevent problems. If it’s critical, use an error message dialog instead.

3.    The information should be describing a problem or a special condition, but not a supplemental information.

4.    The problem or special condition can be detected immediately.

5.    The explanation should be concise, but not very detailed.

6.    Using a balloon will not steal the input focus.

 

 

Balloons are an alternative to infotips, dialog boxes, and in-place messages. In contrast to tooltips and infotips:

Balloons can be displayed independently of the current cursor location, so they have a tail that indicates their source.

Balloons have a title, body text, and an icon.

Balloons can be interactive, whereas it is impossible to click on a tip.

 

In contrast to modal dialog boxes:

Balloons don’t steal input focus or require interaction.

Balloons identify a single, specific source. Modal dialogs can have multiple sources, or no specific source at all.

 

In contrast to in-place messages:

Balloons are more noticeable.

Balloons don’t require available screen space or the dynamic layout that is required to display in-place messages.

Balloons remove themselves automatically after a timeout.

 

Remove a balloon when:

The problem is resolved or special condition is removed.

The user enters valid data (for input problems).

The balloon times out. By default balloons remove themselves after 10 seconds, although users can change this by modifying the SPI_MESSAGEDURATION system parameter.

 

When users click a balloon, just dismiss the balloon without displaying any other UI or having any other side effect. Unlike notifications, balloons shouldn’t have close buttons.

Whether to use an icon.

3 Responses to “vista规范记录—balloons”

  1. Thank you! I would now go on this blog every day!

  2. This is my first word :)
    Hi

  3. :-) cool!

Leave a Reply

Key: article Value: 1
RSS訂閱

I am just beginning...

请画出自己的风格地图,自己的成长路线图,不要迷信人手一张的成功观光图,那样你永远看不到与别人不同的未来前景。

test

记一下

1. Information graphics
1. error_messages
2. messagebox设计规范
3. 客户端右键菜单的设计