2013-03-16, 19:05
Hi, I just have a question aobut how to add the GlassList View to the skin, i was usin an old beta for my personal use just to use the glass list view (due certain facts its a must on my rig) but it ace was updated to the official realese automatically so i have lost the view i do have the XML file for the glass list view type, can you tellme how to add it?
i got this help from MassIV I´ve tried but it doesnt work for me
do I need to do something else?
i got this help from MassIV I´ve tried but it doesnt work for me
(2013-03-16, 17:39)MassIV Wrote: It would have been nice to know what skin.
But if you have the .xml file.
And if this is a viewtype for video files.
You need to add the following to Includes.xml or Includes_Viewtypes.xml (wherever you find the rest of these):
Using the name of the actual file you have.
Code:<include file="Viewtype_Name.xml" />
Open the viewtype file you have and find the name in the following line.
Code:<viewtype label="Name">list</viewtype>
Also find the id number (note: there might be more then one, you need the main one):
Code:<control type="list" id="709">
Then add the following to MyVideoNav.xml (using the name you found):
Code:<include>Name</include>
And add the id number to the others in:
Code:<views>502,550,535,52,56,512,53,707,569,602,604,50</views>
do I need to do something else?