copy grouplist
#1
I would like to to copy this layout to Settingscategory,
Code:
    <control type="wraplist" id="9000">
            <description>Settings Wraplist</description>
            <left>140</left>
            <top>200</top>
            <width>1320</width>
            <height>60</height>
            <onup>300</onup>
            <ondown>300</ondown>
            <onleft>300</onleft>
            <onright>300</onright>
            <movement>1</movement>
            <orientation>horizontal</orientation>
            <focusposition>2</focusposition>
            <scrolltime tween="sine" easing="out">200</scrolltime>            

            <itemlayout width="220" height="600">

                <control type="label">
                    <left>0</left>
                    <height>60</height>
                    <width>210</width>        
                    <aligny>center</aligny>
                    <align>center</align>
                    <textcolor>grey</textcolor>                
                    <font>Menu</font>
                    <label>$INFO[ListItem.Label]</label>
                    </control>

            </itemlayout>

            <focusedlayout width="230" height="60">

                <control type="label">
                    <left>0</left>
                    <width>220</width>
                    <height>60</height>
                    <aligny>center</aligny>
                    <align>center</align>
                    <label>$INFO[ListItem.Label]</label>
                    <font>MenuF</font>
                    <textcolor>themecolor</textcolor>
                    </control>

            </focusedlayout>
for the grouplis id3 I have been reading some post in the forums and can see its been tried but I havent figured out if its possible?
if so how would one go about this ?
Reply
#2
the settingscategory window requires a grouplist, so this isn't possible.
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
To emulate it you'd need to transfer the sizes and positions to a grouplist and its buttons.
Reply
#4
thanks for the answers
Ive gotten pretty close with just the grouplist. The problem is the font im using is bigger on the other lists for the focused item since its hard to tell apart wich is in focus without a bigger font size, hence the need to copy the grouplist for a visible focus condition. I read on the forum the you Hitcher among others have tried.
can you get the labels from the grouplist and ad them to another list and fake it this way ?
Reply

Logout Mark Read Team Forum Stats Members Help
copy grouplist0