[Custom_List Request] episodes/songs viewtype
#31
(2016-03-20, 22:24)Jayz2K Wrote: Ok, try this. Max height = 3 blocs = 1068px. 215 is not a multiple of that so cannot match what you want. 1 bloc = 356px = 1068/3. 356/3 = about 119. So 119 x 2 = 238. Try setting focusedlayout (and adapt content) to 238. Set itemlayout to 119. So 119 x 7 + 238 = 1071. 3 pixels higher should display fine.
Cheers.

well is closer.

Image

if you see behind the focuseditem is another item in this case the focused item i sepisode 5 and behind is episode 6.

Code:
<focusedlayout width="1071" height="238">
<itemlayout width="1068" height="119">


sooo theres no way to get them this close(pic below), this was they display like a list but its like it open to show the focused item. the way we trying its like open the space between the itemlayout to fit the thumb and info so when the item its not in focused you see the space or like above you see overlap on top of another episode
Image
clearArt Concept
cdArt Concept

*If like, thank user
Reply
#32
I think this is whats missing, it will fixed on position 3 and slide unfocused items so the focus one fits with the thumb , info etc....

Code:
<control type="fixedlist" id="?">
                    <left>60</left>
                    <top>80</top>
                    <width>1820</width>
                    <height>980</height>
                    <orientation>vertical</orientation>
                    <movement>3</movement>
                    <focusposition>3</focusposition>
                    <onleft></onleft>
                    <onright></onright>
                    <onup>?</onup>
                    <ondown>?</ondown>
                    <pagecontrol>60</pagecontrol>
                    <scrolltime tween="quadratic" easing="out">200</scrolltime>
                    <visible>Container.Content(episodes)</visible>
                    <animation effect="slide" end="0,0" time="160" condition="Container(?).Row(0)">Conditional</animation>
                    <animation effect="slide" end="0,0" time="160" condition="Container(?).Row(1)">Conditional</animation>
                    <animation effect="slide" end="0,0" time="160" condition="Container(?).Row(2)">Conditional</animation>
                    <animation effect="slide" end="0,0" time="160" condition="Container(?).Row(3)">Conditional</animation>
                    <animation effect="slide" end="0,0" time="160" condition="Container(?).Row(4)">Conditional</animation>
                    <animation effect="slide" end="0,0" time="160" condition="Container(?).Row(5)">Conditional</animation>

again I think, but i cant make a fixedlist works on a custom list
clearArt Concept
cdArt Concept

*If like, thank user
Reply

Logout Mark Read Team Forum Stats Members Help
[Custom_List Request] episodes/songs viewtype0