[fixed] Default facadelayout not set to list in recorded tv (1 Viewer)

pilehave

Community Skin Designer
  • Premium Supporter
  • April 2, 2008
    2,566
    521
    Hornslet
    Home Country
    Denmark Denmark
    I just compiled a new TVPlugin based on SVN 27028.

    The changes made in SVN 26823 (Mantis #3201) are most likely missing setting the default layout to list. Setting it manually in the skin works, so does navigating to another plugin (like Music) which then sets the layout to list. Upon returning to recorded TV, the list layout is correctly set.

    You can test it by inserting this dummy control in mytvrecordedtv.xml (Blue 3 Wide):

    Code:
    	<control>
    		<type>label</type>
    		<id>0</id>
    		<posX>50</posX>
    		<posY>30</posY>
    		<label>testing</label>
    		<visible>facadeview.list</visible>
    		<valign>middle</valign>
    	</control>

    The "testing" text will not show up, even thoug listview should be the default view.
     

    Users who are viewing this thread

    Top Bottom