Jorge_Luis wrote:
Add in elements.xml (I will suppose that minute and second images are the same):
| Code: |
<bitmap id="bitmap.hour.0" file="images/hour_0.png" />
<bitmap id="bitmap.hour.1" file="images/hour_1.png" />
...
<bitmap id="bitmap.hour.11" file="images/hour_11.png" />
<bitmap id="bitmap.minsec.0" file="images/minsec_0.png" />
<bitmap id="bitmap.minsec.1" file="images/minsec_1.png" />
...
<bitmap id="bitmap.minsec.59" file="images/minsec_59.png" />
|
..........................
About weather, there's no a simple code because you need to connect to a site, download the file, parse the file (the worst part) and display it on screen.
WOOOOOOOOW ,u mean i need to write every png to its number ,cant i just write it like in
Rainmeter where u have somthing like Substitute ???
and about the weather ,its okey ,i can live without it ,its a lame thing anyway.
btw ,could u please write this code or the simpler code in
ini not
xml ,its easier to understand this way ,btw what would be the reason if the png is just showing half of its size even when i write W=500 it sill shows the half only ??? ,thanx again for ur time and help.