Hello! I have a strange problem occurring when using a skin. The thing is when I go over "Programs", some Add-ons are displayed, as specified in skin settings. So I go over PseudoTV and the focus goes on the list of programs addons. If I click on PseudoTV, it plays withtout problems. The problem is when I stop pseudoTV, it goes back to the Home screen, but the focus seems to be on the main list (id=9000) and also on the programs list (id=8011). From there, I can no longer move. I'm stuck there.
I don't know if someone have an idea??
Thanks a lot, I can't find where the problem is... :/
edit - If you need more info, let me know! I'm using the updated version of Shade (see sig).
Balinus
Posting Freak Joined: Jul 2011 Reputation: 17 Location: Montréal |
2012-04-06 20:09
Post: #1
Simplicity: Simplicity thread (credits: igotdvds) Sketchy: Sketchy thread (credits: igotdvds) My HTPC : Wesena ITX7, A6-3500
(This post was last modified: 2012-04-06 20:19 by Balinus.)
|
| find quote |
pecinko
Member+ Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2012-04-06 20:17
Post: #2
Heh, a paste of home.xml code on pastebin.com? What says debug.log?
|
| find quote |
Balinus
Posting Freak Joined: Jul 2011 Reputation: 17 Location: Montréal |
2012-04-06 20:35
Post: #3
Just found the solution! (I think).
I've noticed that at the beginning there was a tag named "defaultcontrol" and it was set to 8999. Changed it to 9000 and it does the trick. Do you think the 8999 was a mistake? In other word, changing it to 9000, will it break something? For now, everything else seems to work though ![]() edit - Here's the Home.xml : http://code.google.com/p/shade-xbmc-eden...p/Home.xml Simplicity: Simplicity thread (credits: igotdvds) Sketchy: Sketchy thread (credits: igotdvds) My HTPC : Wesena ITX7, A6-3500
(This post was last modified: 2012-04-06 20:36 by Balinus.)
|
| find quote |
pecinko
Member+ Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2012-04-06 20:49
Post: #4
By a quick look (lot of code there) it should be changed to 9000 as that is your main control on Home.
(This post was last modified: 2012-04-06 20:49 by pecinko.)
|
| find quote |
butchabay
Skilled Skinner Joined: Mar 2010 Reputation: 62 Location: Switzerland |
2012-04-06 20:52
Post: #5
This was the old way to start recently added script, since it's in xbmc core you don't need it anymore. I don't think the id8999 will break something.
|
| find quote |
pecinko
Member+ Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2012-04-06 20:53
Post: #6
By a second look
, you should get rid ofPHP Code: <control type="button" id="8999">This was the original purpose of "8999" control, but it's obsolete in Eden as recently added gets served by XBMC code, not script.
(This post was last modified: 2012-04-06 20:54 by pecinko.)
|
| find quote |
Balinus
Posting Freak Joined: Jul 2011 Reputation: 17 Location: Montréal |
2012-04-06 21:04
Post: #7
Yes, about that script... I have a question. The reason I'm still keeping it is that I also use RandomMovies and RandomEpisodes. It doesn't seem to be included in the core of Eden right?
Simplicity: Simplicity thread (credits: igotdvds) Sketchy: Sketchy thread (credits: igotdvds) My HTPC : Wesena ITX7, A6-3500 |
| find quote |
pecinko
Member+ Joined: Dec 2008 Reputation: 27 Location: Prague / Belgrade |
2012-04-06 21:09
Post: #8
No they are not, but button "8999" does not seem to be related to random items script.
As Butchabay said, that button shouldn't do any harm so you may as well leave it. But if you intend to use it for starting script, leave default focus on "8999". Alternative way is to use <onload></onload> to run random items script, take a look at wiki.
(This post was last modified: 2012-04-06 21:09 by pecinko.)
|
| find quote |
Balinus
Posting Freak Joined: Jul 2011 Reputation: 17 Location: Montréal |
2012-04-06 21:54
Post: #9
ok, thanks!
![]() I'll look into <onload> or leave behind the Random items. Simplicity: Simplicity thread (credits: igotdvds) Sketchy: Sketchy thread (credits: igotdvds) My HTPC : Wesena ITX7, A6-3500 |
| find quote |
Balinus
Posting Freak Joined: Jul 2011 Reputation: 17 Location: Montréal |
2012-04-07 16:01
Post: #10
ah well, just found out the script.randomitems by Hitcher. So, I'll use the inner code of XBMC for Recent items and the random script for random items.
Is it a good way to put the script.random in Startup.xml? Simplicity: Simplicity thread (credits: igotdvds) Sketchy: Sketchy thread (credits: igotdvds) My HTPC : Wesena ITX7, A6-3500 |
| find quote |


Search
Help