hello,
i fond a little bug in your digiclock.xml
the good file is :
| Code: |
<?xml version="1.0" encoding="UTF-8" ?>
<skin version="2.1">
<window id="DigiClock" w="200" threshold="48" default="0">
<image id="DigiClock.background1" element="bitmap.clock.background" origin="TOP-CENTER" x="-75" y="0" />
<time origin="TOP-CENTER" x="17" y="24" align="CENTER" element="bitmap.numbers.white" format="%Format%" timezone="%Timezone%"/>
<image id="DigiClock.background2" element="bitmap.clock.background.worldtime" x="0" y="40" visible="%Show_worldtime%"/>
<time x="155" y="95" align="CENTER" element="bitmap.numbers.white" format="%H:%M" timezone="-8" visible="%Show_worldtime%"/>
<time x="155" y="113" align="CENTER" element="bitmap.numbers.white" format="%H:%M" timezone="-5" visible="%Show_worldtime%"/>
<time x="155" y="132" align="CENTER" element="bitmap.numbers.white" format="%H:%M" timezone="0" visible="%Show_worldtime%"/>
<time x="155" y="152" align="CENTER" element="bitmap.numbers.white" format="%H:%M" timezone="+3" visible="%Show_worldtime%"/>
<time x="155" y="172" align="CENTER" element="bitmap.numbers.white" format="%H:%M" timezone="+8" visible="%Show_worldtime%"/>
<time x="155" y="192" align="CENTER" element="bitmap.numbers.white" format="%H:%M" timezone="+9" visible="%Show_worldtime%"/>
<time x="155" y="212" align="CENTER" element="bitmap.numbers.white" format="%H:%M" timezone="+10" visible="%Show_worldtime%"/>
</window>
</skin>
|
i simply add visible="%Show_worldtime%" for eatch line to hide the world time
thanks a lot for Pentel for your nice skins !
Philippe (Phd0) france