2012-01-05, 20:22
2012-01-05, 20:50
Position only tells you which list item is focused (zero being the first).
Here's the code you'll need -
Here's the code you'll need -
PHP Code:
<label>10 of $INFO[Container.NumItems] Games</label>
<visible>IntegerGreaterThan(Container.NumItems,9)</visible>
PHP Code:
<label>$INFO[Container.NumItems] of $INFO[Container.NumItems] Games</label>
<visible>!IntegerGreaterThan(Container.NumItems,9)</visible>
2012-01-05, 22:00
Many thx Hitcher but I don't get it to work (i'm a noob poor u_u)
I'm looking count the container items (1 of X, 2 of X, 3 of X, 4 of X... 10 of X, 11 of X... to X of X) i tried your code in the control but i fail, and is obviously that i can't use Container.Position anymore
if someone like to take a look this is the xml view
Viewtype_VirtualC.xml
Thx again
I'm looking count the container items (1 of X, 2 of X, 3 of X, 4 of X... 10 of X, 11 of X... to X of X) i tried your code in the control but i fail, and is obviously that i can't use Container.Position anymore
PHP Code:
<control type="label">
<posx>600</posx>
<posy>570</posy>
<width>1200</width>
<font>MediumBold</font>
<label>$INFO[Container.Position] of $INFO[Container.NumItems] Games</label>
<textcolor>lightgrey</textcolor>
<scroll>false</scroll>
<align>right</align>
</control>
if someone like to take a look this is the xml view
Viewtype_VirtualC.xml
Thx again
2012-01-10, 11:17
Misunderstood what you were trying to achieve, sorry.
Try putting the container ID in there.
ie
Try putting the container ID in there.
ie
PHP Code:
<label>$INFO[Container(CONTAINER_ID).Position] of $INFO[Container.NumItems] Games</label>
2012-01-23, 20:26
YRUSirius Wrote:Nice skin, your own modification? I am kinda interested.
-YRUSirius
Many thx YRUSirius
I started with the xbmc mod (for my old xbox) when I saw your program panels mod (many thx again), I'm a noob in this and I'm not a good skinner honestly, now I'm a little stuck with the home panels text, the media panel in guide button and this item counter for arcade view... but hey I'm looking at other xbmc skins and advancing little by little on mine. My goal is finish the mod to make it like the old version of the 360 NXE. And when I finish the mod share it with all
Sorry my poor english.
Regards