1<?xml version="1.0" encoding="UTF-8"?> 2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml"> 4<head> 5 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 6 <meta http-equiv="Content-Style-Type" content="text/css" /> 7 <link rel="stylesheet" href="../../css/manpage.css" type="text/css" /> 8</head> 9<body> 10 11<h1>news - news_test Demo</h1> 12 13<h2>Description</h2> 14 15<div class="section"> 16<p>This sample posts a notification from an application to Notifications.</p> 17</div> 18 19<h2>Required Environment</h2> 20 21<div class="section"> 22<p>None.</p> 23</div> 24 25<h2>How to Use</h2> 26 27<div class="section"> 28<p>None.</p> 29</div> 30 31<h2>Notes</h2> 32 33<div class="section"> 34<p>None.</p> 35</div> 36 37<h2>Execution Procedure</h2> 38 39<div class="section"> 40<p>When the demo is executed, the following log is displayed in debug output.</p> 41<code>Initialize news library.<br /> Post news data.<br /> Post news data with URL.<br /> Finalize news library.<br /> End.</code><br /> 42<p>After this, launch the HOME Menu and select <B>Notifications</B>.</p><br /> 43 <p><img src="Fig/cap00001.png"></p> 44 <p><img src="Fig/cap00000.png"></p><br /> 45<p>Select an unread notification with the title "Sample Title" to display the following screens.</p><br /> 46 <p><img src="Fig/cap00003.png"></p> 47 <p><img src="Fig/cap00002.png"></p><br /> 48<p>Select an unread notification with the title "Sample Title With URL" to display the following screens and jump from the notifications list to the Internet browser.</p><br /> 49 <p><img src="Fig/cap00005.png"></p> 50 <p><img src="Fig/cap00004.png"></p> 51</div> 52 53<h2>Revision History</h2> 54 55<div class="section"> 56 <dl class="history"> 57 <dt>2011/12/19</dt> 58<dd>Added description of posting a notification with a URL.</dd> 59 <dt>2011/09/09</dt> 60<dd>Deleted "Requires the HOME Menu package" text from the Required Environment section.</dd> 61 <dt>2011/02/02</dt> 62 <dd>Initial version.</dd> 63 </dl> 64</div> 65 66 67<hr><p>CONFIDENTIAL</p></body> 68</html>