I need some help with fixedlist visiblity problem
#1
I have a viewtype with a fixedlist control. I would like like the unfocused list items to disappear after 5 seconds of no movement, and reappear again when the user moves up or down the list. I'm using a fade animation on <itemlayout> but I can't get it to appear properly again when there is movement. Anybody have any ideas the best way to go about this?

Thanks
Reply
#2
PHP Code:
<animation effect="fade" start="100" end="0" time="400" delay="2800" condition="Container.Content(movies) + ![Container(50).OnNext | Container(50).OnPrevious]">Conditional</animation

might not be exactly 5 seconds but the effect is the same
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#3
You're a legend, it works! I spent ages trying to get the right combinationSad
Reply
#4
Here's another question. I have <onright> on the fixedlist set as follows:

Quote:<onright>ActivateWindow(2003)</onright>

However it always displays info for the same movie no matter which list item I am on. Is there a reason for this?
Reply
#5
What build you on? I'm on 30621 and get that same behavior...I swear I used that code before and it worked as you expect
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Reply
#6
Build 30655

It's strange, if I bring up 'info' by holding play on the apple remote it displays the correct data for the currently listed movie. If I press <right> to open the same window as per my code, it displays the same movie everytime.
Reply
#7
If you need 5 seconds exaclty the delay should be 5000. The delay uses milliseconds and as there is 1000 milliseconds to a second...yeah.
Reply

Logout Mark Read Team Forum Stats Members Help
I need some help with fixedlist visiblity problem0