<div dir="ltr">Hi,<div><br></div><div>I was working on a little notification thing as per the designs. You can download it and test it from here: <a href="https://github.com/SAMdroid-apps/sugar/tree/NotificationWIP">https://github.com/SAMdroid-apps/sugar/tree/NotificationWIP</a> and <a href="https://github.com/SAMdroid-apps/sugar-toolkit-gtk3/tree/NotificationsWIP">https://github.com/SAMdroid-apps/sugar-toolkit-gtk3/tree/NotificationsWIP</a>. You can check out a test activity here: <a href="https://git.sugarlabs.org/~samdroid/hello-world/hello-notification-world">https://git.sugarlabs.org/~samdroid/hello-world/hello-notification-world</a>. (To use the test, press notify and wait 3 seconds).</div>

<div><br></div><div>Here are some pretty pics:</div><div><br></div><div><img src="cid:ii_143db73ca42e305c" alt="Inline image 1" width="533" height="401"><br></div><div>(the thing is in the top-left)</div><div><br></div><div>

<img src="cid:ii_143db75357457bcd" alt="Inline image 2" width="533" height="401"><br></div><div><br></div><div>You can click on the notifications to close them. They do nothing since we don't (yet) have an intent system.</div>

<div><br></div><div>API in sugar3.activity.Activity:</div><div><br></div><div><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">    def notify(self, summary, body, intent):
        """
        Display a notification with the given summary and body.
        The notification will have the activity's icon as the icon.
        **intent currently does nothing, so whatch this space**
        """</pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><font face="arial, helvetica, sans-serif">See the example for usage :)</font></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">

<font face="arial, helvetica, sans-serif"><br></font></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><font face="arial, helvetica, sans-serif">Please tell me what you think :)</font></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap">

<font face="arial, helvetica, sans-serif"><br></font></pre><pre style="color:rgb(0,0,0);word-wrap:break-word;white-space:pre-wrap"><font face="arial, helvetica, sans-serif">Sam</font></pre></div></div>