|
1 <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
2 <html lang="en" xml:lang="en"> |
|
3 <head> |
|
4 <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> |
|
5 <meta name="copyright" content="(C) Copyright 2005" /> |
|
6 <meta name="DC.rights.owner" content="(C) Copyright 2005" /> |
|
7 <meta content="concept" name="DC.Type" /> |
|
8 <meta name="DC.Title" content="Notification popups" /> |
|
9 <meta scheme="URI" name="DC.Relation" content="WRTKit_Developing_widgets_using_the_WRTKit-GUID-a321db96-0a01-4e55-b24b-96905f40cb5c.html" /> |
|
10 <meta content="XHTML" name="DC.Format" /> |
|
11 <meta content="GUID-8696212C-4114-412A-9990-EF9755FC1942" name="DC.Identifier" /> |
|
12 <meta content="en" name="DC.Language" /> |
|
13 <link href="commonltr.css" type="text/css" rel="stylesheet" /> |
|
14 <title> |
|
15 Notification popups</title> |
|
16 </head> |
|
17 <body id="GUID-8696212C-4114-412A-9990-EF9755FC1942"><a name="GUID-8696212C-4114-412A-9990-EF9755FC1942"><!-- --></a> |
|
18 |
|
19 |
|
20 |
|
21 <h1 class="topictitle1"> |
|
22 Notification popups</h1> |
|
23 |
|
24 <div> |
|
25 |
|
26 <p> |
|
27 |
|
28 In addition to managing views, the UIManager also handles notification popup |
|
29 dialogs. Notification popups are used for showing brief messages to the user to |
|
30 indicate activities and events, such as warnings, information messages or the |
|
31 progress of some process. Using notification popups is extremely simple and only |
|
32 requires two methods. Popups can be shown using one method and hidden with |
|
33 another. Popups can also be set to auto-hide after a specified amount of time. |
|
34 </p> |
|
35 |
|
36 <p> |
|
37 |
|
38 There are three different types of notification popups: "info", "warning" and |
|
39 "wait". The type affects only the appearance of the popup. The "wait" type is |
|
40 intended for use with progress indication. |
|
41 </p> |
|
42 |
|
43 <div class="fignone" id="GUID-8696212C-4114-412A-9990-EF9755FC1942__GUID-6F317164-BF78-4CB6-8658-DD397FA357FF"><a name="GUID-8696212C-4114-412A-9990-EF9755FC1942__GUID-6F317164-BF78-4CB6-8658-DD397FA357FF"><!-- --></a><span class="figcap">Figure 1. |
|
44 Wait notification with unknown progress</span> |
|
45 |
|
46 |
|
47 <br /><img src="RSS_Reader_Main_Screenshot_3.png" /><br /> |
|
48 </div> |
|
49 |
|
50 </div> |
|
51 |
|
52 <div> |
|
53 <div class="familylinks"> |
|
54 <div class="parentlink"><strong>Parent topic:</strong> <a href="WRTKit_Developing_widgets_using_the_WRTKit-GUID-a321db96-0a01-4e55-b24b-96905f40cb5c.html">Developing widgets using the WRTKit</a></div> |
|
55 </div> |
|
56 </div> |
|
57 |
|
58 </body> |
|
59 </html> |