Ability to control list ID's from thumb previews.
#1
is it possible for xbmc to have a thumbnail preview when you use a list in any menu menu ?

so when you select a game from the list, the big icon for the big thumnail view will appear in the left bottom corner like this:

Image

i guess im wondering is if xbmc places list items in an array and is so, do each list item have it's own id.

that way i could essentially do .
Quote:   <control>
      <type>image</type>
      <id>0</id>
      <posx>470</posx>
      <posy>120</posy>
      <width>220</width>
      <height>185</height>
      <texture>relventthumb.png from db</texture>
      <visible>list.hasfocus(8)</visible>
  <animation effect="fade" time="200">visiblechange</animation>
   </control>
hades_666
Reply
#2
try:

<info>listitem.thumb</info>
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.


Image
Reply
#3
http://manual.xboxmediacenter.de/wakka.p...bels&v=hm2

crap... as soon as you posted i found it.

sorry jm.
Reply

Logout Mark Read Team Forum Stats Members Help
Ability to control list ID's from thumb previews.0