Help for "Layout: List" (1 Viewer)

Gilberto

New Member
May 5, 2011
4
0
64
Home Country
Italy Italy
Sorry for my English.

I need the "Layout" will always remain in the “List” (there should be no longer written: Icons, Big Icons, Filmstrip or Cover Flow).

I tried to edit and delete the file "common.facade.xml",
to edit the file "myvideo.xml" under
<description> View-As </ description>
But I did not get the desired results.

Greetings.

Gilberto
 

Attachments

  • Layout.jpg
    Layout.jpg
    43.4 KB

jameson_uk

Retired Team Member
  • Premium Supporter
  • January 27, 2005
    7,258
    2,528
    Birmingham
    Home Country
    United Kingdom United Kingdom
    In the default skin there are several common.facade.*.xml files.
    If you want to stop any other layout than list (not sure why you would want to do this) then you would need to edit each of these files.

    You will find
    Code:
          <control>
            <description>composite control consisting of a list control and a thumbnail panel</description>
            <type>facadeview</type>
            <id>50</id>
            <control>
              <description>listcontrol</description>
    and then each different layout will have its own section in the xml. Remove each one you do not want. eg.
    Code:
            <control>
              <description>Thumbnail Panel</description>
              ...
            </control>
     

    Gilberto

    New Member
    May 5, 2011
    4
    0
    64
    Home Country
    Italy Italy
    A heartfelt thanks. :DEverything works.

    It helped me because I changed the skin as in the attached pictures.

    What do you think?

    Greetings.:D:D:D

    Gilberto
     

    Attachments

    • Pictures.jpg
      Pictures.jpg
      63.3 KB
    • Music.jpg
      Music.jpg
      83.3 KB
    • Video.jpg
      Video.jpg
      108.1 KB

    Users who are viewing this thread

    Top Bottom