XBMC Community Forum
Beta-Test - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Beta-Test (/showthread.php?tid=56839)

Pages: 1 2 3 4 5 6 7 8 9 10


- ronie - 2009-08-28 01:20

pooh Wrote:What's nuka1195 please. Somehow it's related to music/audio. e.g. in the settings screen, the word audio is replaced with nuka1195.

Thanks

lol, i finally noticed it too.
it happens when you change the weather.com plus plugin settings.

i notified Nuka1195 of this issue:
http://forum.xbmc.org/showpost.php?p=393306&postcount=34


- pooh - 2009-08-28 01:31

ronie Wrote:lol, i finally noticed it too.
it happens when you change the weather.com plus plugin settings.

i notified Nuka1195 of this issue:
http://forum.xbmc.org/showpost.php?p=393306&postcount=34

Cheers!


- ronie - 2009-08-28 01:32

pooh Wrote:Cheers!

he already fixed it.
just update the weather.com plus plugin to version 1.1.9a


- Maxwell47 - 2009-08-28 08:52

ronie Wrote:i can't reproduce it on windows. :-(
using xbmc r22377

I can reproduce it on windows r22434 with Transparency! 1.03 and PM3.HD.

May be a later SVN problem....


- ronie - 2009-08-28 09:24

Maxwell47 Wrote:I can reproduce it on windows r22434 with Transparency! 1.03 and PM3.HD.

May be a later SVN problem....

thanx for the report.
i'm now using r22451, but still no luck.

since it also affects other skins...it's most likely a xbmc bug.


- taxigps - 2009-08-28 12:28

What's wrong about this:
[Image: 09082818251764f3f8232500df.jpg]

When I use weather.com plus, values of temperature at the bottom not display


- ronie - 2009-08-28 13:18

taxigps Wrote:When I use weather.com plus, values of temperature at the bottom not display

it sometimes takes a short while before the values appear.

you can also bring out the left menu and hit 'refresh', maybe this will help.


Bug? - amet - 2009-08-28 15:24

Hi Ronie,

AppleTV
xbmc r22240

1.)In skin settings > backgrounds if you are on the"Animated Backgrounds" and go up on a remote control it actually takes you down. I would have thought that it would take me to the bottom of the list.

Not sure if you meant for it to be like that or not.

2.) in system info, when you enter it it shows "Basic Information" , if you scroll down/up it doesn't change until you click the selected tab. Maybe it should change as you scroll. just my $0.02

Zeljko


- taxigps - 2009-08-28 15:38

ronie Wrote:it sometimes takes a short while before the values appear.

you can also bring out the left menu and hit 'refresh', maybe this will help.

Your right, it works!
[Image: 09082821297c8e03f7120d643c.jpg]

But some font are too big in chinese. I suggest to add font tag like this in Includes_Weather.xml
Code:
            <control type="label">
                <posx>140</posx>
                <posy>223</posy>
                <width>140</width>
                <height>20</height>
                <font>font-20</font>
                <align>right</align>
                <textcolor>lightblue</textcolor>
                <label>$LOCALIZE[402][CR]$LOCALIZE[406][CR]$LOCALIZE[403][CR]$LOCALIZE[405][CR]$LOCALIZE[404]</label>
            </control>
            <control type="label">
                <posx>160</posx>
                <posy>223</posy>
                <width>250</width>
                <height>20</height>
                <font>font-20</font>
                <label>$INFO[Window(Weather).Property(Current.FeelsLike)]$INFO[System.TemperatureUnits][CR]$INFO[Window(Weather).Property(Current.Humidity)][CR]$INFO[Window(Weather).Property(Current.UVIndex)][CR]$INFO[Window(Weather).Property(Current.DewPoint)]$INFO[System.TemperatureUnits][CR]$INFO[Window(Weather).Property(Current.Wind)]</label>
            </control>
This works well:
[Image: 09082821293551a1c896e07cc1.jpg]


- ronie - 2009-08-28 16:13

taxigps Wrote:Your right, it works!

But some font are too big in chinese. I suggest to add font tag like this in Includes_Weather.xml

thanx! looks like i forgot to add a font-size to those controls.

cheers.