Countdown an event

No replies
brett
Offline
Providence, United States
Joined: 9 Jan 2010

I wanted to show the number of days I have left in the US before I depart for Australia so I thought hey an applet would do the trick and I can display this on the Joggler.  Here is what I did.

The configuration on the joggler just required the following XML fragment.

                <button NAME="leaving">
                        <label><text>Leaving the US</text></label>
                        <gridX>1</gridX>
                        <gridY>2</gridY>
                        <width>*3</width>
                        <height>*.5</height>
                        <bsctext>
                                <fontcolour>0xFFFFFF</fontcolour>
                                <fontsize>12</fontsize>
                        </bsctext>
                        <xAP>
                                <schema>xAPBSC</schema>
                                <uid>FF00D805</uid>
                                <source>dbzoo.livebox.plugboard:US</source>
                        </xAP>
                        <mode>text</mode>
                        <hide>state</hide>
                </button>

In case you where wondering Hepburn is that's my daughter I've got a wireless jeenode in her room so I can check what temperature it is in there. Bit of a warm one today...  :)

Brett

AttachmentSize
leavingApplet.lua646 bytes
Hardware Info