Listitems won't populate outside of viewtypes?
#1
I have this in the music library section, before any of the included viewtypes. I was under the impression that I could display information anywhere in a specific window, but it's not working.

Code:
    <control type="list">
    <posx>80</posx>
       <posy>60</posy>
          <width>250</width>
          <height>200</height>
          <visible>true</visible>
          <onup>2</onup>
          <ondown>3</ondown>
          <onleft>1</onleft>
          <onright>1</onright>
          <viewtype label="3D list">list</viewtype>
          <orientation>vertical</orientation>
          <pagecontrol>25</pagecontrol>
          <scrolltime>200</scrolltime>
          <itemlayout width="250" height="100">
              <control type="label">
                <info>listitem.label</info>
                <width>500</width>
                <heigth>100</heigth>
                <posx>400</posx>
                <posy>500</posy>
                <font>Menufont</font>
                <color>FFFFFFFF</color>
                <visible>true</visible>
            </control>
          
          </itemlayout>
    
    </control>

I also tried using <info>Listitem.Property(label)</info>
Reply
#2
It probably just needs an id, and also needs to be included in the viewtype list. See PM3.HD for instance - I don't think this has been documented.
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
I will try that. I think that the first list I tried had an ID...don't know if I added it to the viewtype list. I'll report back on this...
Reply

Logout Mark Read Team Forum Stats Members Help
Listitems won't populate outside of viewtypes?0