XBMC Community Forum  

Go Back   XBMC Community Forum > Help and Support > Skin Help and Support > Horizonz

Horizonz Subforum for the Horizonz skin (and mods for/of it).

Reply
 
Thread Tools Search this Thread Display Modes
Old 2009-06-21, 05:59   #1
Baphomet
Member
 
Join Date: Feb 2009
Posts: 38
Baphomet is on a distinguished road
Question Weird weather properties title(s) after modding a Horizonz install?

I recently modded my homescreen in my Horizonz installation to show the Aeon Weather module on the homescreen...

After doing so, I noticed this:


(It should say "Temp" where it says "CLIPS" and the blank field underneath should say "Units"...)

I grepped and re-grepped, using various word combinations, all the files in my installation looking for a possible relationship that would lead me to somewhere, but I got nothin'. I've also manually inspected the Includes_objects.xml (which appears to be the file naming those fields) and still haven't found anything out of the ordinary. I have even tried copying the required includes files from two different sources three different times and still no change.

Anyone have any idea why this would happen or what could possibly cause it?
Baphomet is offline   Reply With Quote
Old 2009-09-18, 16:58   #2
michaeldecharon
Junior Member
 
Join Date: May 2009
Location: Netherlands
Posts: 26
michaeldecharon is on a distinguished road
Default

Quote:
Originally Posted by Baphomet View Post
I recently modded my homescreen in my Horizonz installation to show the Aeon Weather module on the homescreen...

After doing so, I noticed this:


(It should say "Temp" where it says "CLIPS" and the blank field underneath should say "Units"...)

I grepped and re-grepped, using various word combinations, all the files in my installation looking for a possible relationship that would lead me to somewhere, but I got nothin'. I've also manually inspected the Includes_objects.xml (which appears to be the file naming those fields) and still haven't found anything out of the ordinary. I have even tried copying the required includes files from two different sources three different times and still no change.

Anyone have any idea why this would happen or what could possibly cause it?
Add the following line to: strings.xml (in folder of your skin: language/English)

<string id="50000">TEMP</string>
<string id="50001">UNITS</string>

Add the next block in: Includes_Objects.xml ( in your skin folder: 720p)

<control type="label">
<posx>20</posx>
<posy>67</posy>
<width>141</width>
<height>220</height>
<align>left</align>
<aligny>center</aligny>
<font>Font_WeatherLabel</font>
<textcolor>c0FFFFFF</textcolor>
<label>$LOCALIZE[50000][CR]$LOCALIZE[50001][CR]$LOCALIZE[406][CR]$LOCALIZE[403][CR]$LOCALIZE[405]</label>
</control>
michaeldecharon is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 18:22.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project