View Single Post
  #32 (permalink)  
Old 10-21-2007, 01:59 AM
Robtao's Avatar
Robtao
Regular 'Geeker
Offline
Location: S. CA
 
Join Date: Sep 2007
Posts: 442
Reputation: 135
Robtao is keeping up the good workRobtao is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
RlToday Digital Clock/Date ONLY

Thanx to all who pointed me in the right direction to get just a digital clock with date in the right place, size, etc. on my Today screen. I wanted to post a small thumbnail of the screen. I have made a jpg of it, but wanted to post just a thumbnail. Have not figured out how to do it yet.
Also tried to use a special free font, called Chowfun, but it doesn't work. I guess it defaults to some standard font like Tahoma.

Skin.xml modified from blueDigital at http://rotlaus-software.de/projects/rltoday/

<?xml version="1.0" ?>
<!-- adjust the `today height` to push the bottom bar down -->
<today height="50" refresh="500">

<!----- the background -->
<Image x="0" y="0" source="digitalBackgroundBlueTopLit.png"/>

<!----- digital clock -->
<DigitalClock x="122" y="-5" format="h:mm t :ss" color="RGB(225, 255,255)" Alignment="Center">
<Font size="36" weight="bold" font="Chowfun"/>

</DigitalClock>

<Date x="7" y="30" format="dddd" color="RGB(0,0,0)">
<Font size="14" />
</Date>
<Date x="80" y="30" format="MMM" color="RGB(0,0,0)">
<Font size="14"/>
</Date>
<Date x="108" y="30" format="dd 'Your Words'" color="RGB(0,0,0)">
<Font size="14"/>
</Date>
</today>
Attached Files
File Type: zip BlueDigital.zip (25.6 KB, 18 views) Click for barcode!
Reply With Quote