Doesn't grouplists work in itemlayout/focusedlayout?
#1
Like the title says. Am I doing something wrong, or does it simply not work? Wrapping my controls in a grouplist makes them go away.
Doing my grouplist this way:
PHP Code:
<control type="list">
   ... 
snip ...
    <
focusedlayout width="300" height="100">
        <
control type="grouplist">
            <
orientation>horizontal</orientation>
            <
posx>0</posx>
            <
posy>0</posy>
            <
width>300</width>
            <
height>100</height>
            <
control type="label">
           .... 
etc 

Has a better way of doing dynamic spacing been implemented lately? 'Cause that's really what I want to accomplish.
Reply
#2
Wink 
filigran,

Did you ever find a solution to this? I just ran into this same problem and i thought I was nuts, but glad it's just not me =)

(I did run across this post http://forum.xbmc.org/showthread.php?tid...#pid856848 but that was back in 2011 so don't know if it still applies)
Reply
#3
Pretty sure its not possible to use any sort of list type container inside another list.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply

Logout Mark Read Team Forum Stats Members Help
Doesn't grouplists work in itemlayout/focusedlayout?0