| |||||||
| Skins You are working on a new Skin? Post it here! |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Aug 2005 Location: Austria, Graz
Posts: 78
Thanks: 2
Thanked 1 Time in 1 Post
| Is there a way to change the skin (mce) to get more space for the German translation in the weather plugin? How can I do that by my own? Possible to have the changes in the next CSV? See pic please: ![]()
__________________ ThermalTake Tenor | Asus P4P800-E DeLuxe | Pentium 4 3.0E GHz | MSI NX 7600GS Silent | DVD-LG-4163 | 2048MB Kingston | Hauppauge PVR-350 & HVR-4000 | WinXP Pro SP2 | I love Maxthon |
| | |
| |
| | #2 (permalink) |
| Retired Team Member Join Date: May 2004
Posts: 521
Thanks: 0
Thanked 3 Times in 1 Post
| the following code from myweather.xml is what you would need to look at: <control> <description>current temp label</description> <type>label</type> <id>23</id> <posX>500</posX> <posY>150</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control> <control> <description>current feels like label</description> <type>label</type> <id>24</id> <posX>500</posX> <posY>175</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control> <control> <description>current UV Index label</description> <type>label</type> <id>25</id> <posX>500</posX> <posY>200</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control> <control> <description>current wind label</description> <type>label</type> <id>26</id> <posX>500</posX> <posY>225</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control> <control> <description>current dew label</description> <type>label</type> <id>27</id> <posX>500</posX> <posY>250</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control> <control> <description>current humidity label</description> <type>label</type> <id>28</id> <posX>500</posX> <posY>275</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control> You could change the posX value with something greater than 500 to move the values to the right, away from the labels.. |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Aug 2005 Location: Austria, Graz
Posts: 78
Thanks: 2
Thanked 1 Time in 1 Post
| @Boilermaker Thx for the help, will test it in the evening and report back ![]() UPDATE: Changed in the myweather.xml in these two sections: Code: <control> <description>sun rise label</description> <type>label</type> <id>70</id> <posX>500</posX> <posY>300</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control> Code: <control> <description>sun set label</description> <type>label</type> <id>72</id> <posX>500</posX> <posY>325</posY> <label>-</label> <font>font13</font> <textcolor>ffffffff</textcolor> </control>
__________________ ThermalTake Tenor | Asus P4P800-E DeLuxe | Pentium 4 3.0E GHz | MSI NX 7600GS Silent | DVD-LG-4163 | 2048MB Kingston | Hauppauge PVR-350 & HVR-4000 | WinXP Pro SP2 | I love Maxthon |
| | |
![]() |
| Bookmarks |
| Tags |
| mce, plugin, skin, text, weather |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Weather Plugin -> Stream media | mikael | Improvement Suggestions | 5 | 2006-08-09 21:39 |
| Weather plugin: 10-day forcast from "the weather channe | ronald2oo2 | Improvement Suggestions | 0 | 2006-07-11 23:23 |
| Clan Messages Reader plugin...generic layout for every skin? | BigCheese | Plugins | 6 | 2006-02-15 23:33 |
| Text alignment problem in Main menu | Anonymous | Skins | 0 | 2004-11-12 17:47 |
| NON-GUI plugin problem in MediaPortal interface - VB.NET | Anonymous | Plugins | 3 | 2004-10-28 12:29 |