Kodi Community Forum

Full Version: navigation the timeline with grouplist controls
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey guys

I need some help, I'm creating my own tv guide addon. I want to know how do you use the grouplist control to add the buttons with focusTexture and noFocusTexture images for the programs and channels to allow me to navigate the timeline?

Here is the xml i use:

Code:
<control type="grouplist" id="4126">
    <description>My first group list control</description>
    <posx>10</posx>
    <posy>315</posy>
    <width>1024</width>
    <height>300</height>
    <itemgap>10</itemgap>
    <pagecontrol>7</pagecontrol>
    <scrolltime tween="sine" easing="out">10</scrolltime>
    <orientation>vertical</orientation>
    <usecontrolcoords>false</usecontrolcoords>
    <visible>true</visible>
    <onup>2</onup>
    <ondown>3</ondown>
    <onleft>1</onleft>
    <onright>1</onright>
</control>
does anyone use grouplist controls to add the list of channels and programs so they can navigate the timeline??