2008-07-25, 15:48
Okay, so I added my own custom button to a group. When I press up it skips over that button and goes to the 2nd one up (the one that used to be last). How do I tell it there is a new button in the group?
Hitcher Wrote:Basically song starts - cover and track details appear on screen over the vis - 5/10 seconds later it fades out/disappears showing on the vis - next track starts - repeat.
Possible?
Bram77 Wrote:I'd like to make the XBOX tehme the default theme for the XBMC Favorites installer because 95% of the people who use the Installer are using the XBOX. How can I do this? I'd like to have the current default theme to still be available (for the Linux users).
kricker Wrote:Okay, so I added my own custom button to a group. When I press up it skips over that button and goes to the 2nd one up (the one that used to be last). How do I tell it there is a new button in the group?
<control type="wraplist" id="2">
<posx>0</posx>
<posy>175</posy>
<height>192</height>
<width>1280</width>
<onup>105</onup>
Jezz_X Wrote:...So ALL subgroups for all main buttons must have the same number of controls? Is this the right code for a "blank" button:
see the <onup>105</onup> so I suggest you eith over wite one you don't like or want or you need to add a control 106 to all the sub groups and change that.
<control type="button" id="105">
<description>Button5</description>
<label>-</label>
<onclick>-</onclick>
<include>ButtonHomeSubCommonValues</include>
<visible>false</visible>
</control>
Jezz_X Wrote:well they don't "need" to but if you want nav to work properly and always go to the bottom one on UP fromthe main group then yes they doTrue, I just copied and pasted from what I thought was a blank button. Thanks for the info. I might just change it to
and P>S your example shows id="105" you want 106
<onup>101</onup>
ould Wrote:Awesome skin!! I have been using it on my Linux build for the last few days. Only issue I seem to be having is it doesn't appear to be working with the Apple Movie Trailer Plugin. Anyone else tried it? It seems to get stuck on "Executing Query Please wait a moment...". I like to use the Apple Plugin so hopefully this will be implemented or fixed in a future update. Love the skin though, looks great on my Projector.
Kevin
Jezz_X Wrote:I think you will find thats actually a bug with python currenty not with the skin python is having issues on multi core machines at the moment