Set a delay on a focused item to show a cerain group
#1
I would like to have a delay of a few seconds and then let show automatically id8240 instead of pressing onup. What would be the best method to get it working?

Thanx in advance ...

Code:
<control type="wraplist" id="666">
                <visible>Skin.HasSetting(fanartslide_view)</visible>
                <visible>Container.Content(Movies)</visible>
                <posx>-20</posx>
                <posy>0</posy>
                <width>1320</width>
                <height>250</height>
                <onleft>666</onleft>
                <onright>666</onright>
                [b]<onup>8240</onup>[/b]
                <ondown>60</ondown>
Reply
#2
Add something like

Code:
<visible>!Container(666).OnNext + !Container(666).OnPrevious</visible>
<animation effect="fade" start="0" end="100" time="300" delay="3000" reversible="false">Visible</animation>

to your group.
Image
Reply
#3
`Black Wrote:Add something like

Code:
<visible>!Container(666).OnNext + !Container(666).OnPrevious</visible>
<animation effect="fade" start="0" end="100" time="300" delay="3000" reversible="false">Visible</animation>

to your group.

1000 x Thanx mate! That worked fine.
Cheers
Reply

Logout Mark Read Team Forum Stats Members Help
Set a delay on a focused item to show a cerain group0