I've used both:
<info>Skin.String(TWC-MapsPath)</info>
and
<imagepath>$INFO[Skin.String(TWC-MapsPath)]</imagepath>
they both use to work, now only #2 works. is this a permanent change or a slip up on the latest change to guitexture?
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-02-18 20:50
Post: #1
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-02-18 21:53
Post: #2
Can you post the complete XML for that control? And yes, it'll be due to my changes.
Cheers, Jonathan Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-02-18 22:00
Post: #3
Code: <!-- Maps multiimage ** Required ** --> |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-02-18 22:03
Post: #4
while i have your attention, how about a <pauseatstart>
|
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-02-18 23:23
Post: #5
r17829 should take care of this I think?
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-02-19 00:27
Post: #6
works.
|
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-02-20 04:24
Post: #7
using a skin.string() for devuselevel, use to be instant when changing levels. now it only updates when the image changes.
is this how it will work in the future? the TWC supplemental script can be used to test this. under settings. though you need some weather or location images. |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-02-20 07:16
Post: #8
Not sure what you're referring to with "devuselevel"
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |
Nuka1195
Skilled Python Coder Posts: 3,917 Joined: Dec 2004 Reputation: 17 |
2009-02-20 16:11
Post: #9
the user can set the skin.string to one of the following in the script. it use to be immediate:
PHP Code: levels = [ "00FFFFFF", "30FFFFFF", "60FFFFFF", "90FFFFFF", "BBFFFFFF", "DDFFFFFF", "FFFFFFFF" ] PHP Code: <colordiffuse>$INFO[Skin.String(twc-fanart-diffusecolor)]</colordiffuse> full control block: PHP Code: <!-- Fanart multiimage --> |
| find quote |
jmarshall
Team-XBMC Developer Posts: 24,523 Joined: Oct 2003 Reputation: 138 |
2009-02-20 22:34
Post: #10
Gotcha - forgot all about that feature
![]() Will look into it. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() |
| find quote |

![[Image: badge.gif]](http://www.ohloh.net/projects/9132/badge.gif)

Search
Help