Kodi Community Forum
Doesn't grouplists work in itemlayout/focusedlayout? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: Doesn't grouplists work in itemlayout/focusedlayout? (/showthread.php?tid=167093)



Doesn't grouplists work in itemlayout/focusedlayout? - filigran - 2013-06-13

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.


RE: Doesn't grouplists work in itemlayout/focusedlayout? - mesuper106 - 2013-07-30

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=107170&pid=856848#pid856848 but that was back in 2011 so don't know if it still applies)


RE: Doesn't grouplists work in itemlayout/focusedlayout? - jurialmunkey - 2013-07-31

Pretty sure its not possible to use any sort of list type container inside another list.