Reply to thread

Yups, doing my own skin (mod, but really extensively and focussed on improving code, optimization and documentation). I finally have time to coninue work on https://forum.team-mediaportal.com/streamedmp-301/support-4-3-a-60018/#post426961


Do you know what's causing this error? I suspect it has to do with me importing common.facade.xml:


[code]

  <control>

   <description>group element</description>

   <type>group</type>

  

   <!-- This defines the various types of filebrowsing that are used: lists, thumbnail panels, filmstrips and playlists -->

   <control>

    <type>facadeview</type>

    <id>50</id>

   

    <!-- list. Position and layout are defined in references.xml -->

    <control>

     <type>listcontrol</type>

     <itemWidth>30</itemWidth>

     <onright>2</onright>

    </control>  

   

    <!-- thumbnails. Position and layout are defined in references.xml -->  

    <control>

     <type>thumbnailpanel</type>

     <onright>2</onright>

    </control>

   

    <!-- This is the row of thumbs in filmstrip view. Position and layout are defined in references.xml -->

    <control>

     <type>filmstrip</type>

     <onup>2</onup>

    </control>

   

    <!-- playlist. Supports extra buttons for editing playlist. Position and layout are defined in references.xml  -->

    <control>

     <type>playlistcontrol</type>

     <itemWidth>30</itemWidth>

     <onright>2</onright>

    </control>

   

   </control><!-- end facadeview -->

  

  </control><!-- end group -->

[/code]


Don't worry if you don't know... I'll just troubleshoot. :)


Top Bottom