Jump to content

Recommended Posts

Guest Giffer2
Posted

Below is some code from my homescreen.xml file, basically I have several monitors set up (Card space, memory etc) the 2 I am having problems with are Temp and Signal, they values appear in the images, but both are showing the image full picture rather than a scale (As the other 4 are, for example if the card is 50% full, then the picture shows 50% full).

I've tried adding a minimum and maximum value but they still show as 100% full bar (With the correct value though!)

I hope that makes sense

Temp:

  {temp}

 

    image-full="\Storage card\Application Data\Home\monitor\bar_min.bmp" temperature-full="10"

    image-empty="\Storage card\Application Data\Home\monitor\bar_max.bmp" temperature-empty="40"

    bar-direction="left-right" units="C" transparent-color="#FEFEFE"/>

 

 

  Signl:

  {strength-percentage}%

 

    image-full="\Storage card\Application Data\Home\monitor\bar_full.bmp" signal-full="100"

    image-empty="\Storage card\Application Data\Home\monitor\bar_empty.bmp" signal-empty="10"

    bar-direction="left-right" transparent-color="#FEFEFE"/>

Guest Giffer2
Posted

Fixed.

Slight error in my coding. :oops:

Well I've only been doing this for 2 days!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.