Additions to reference.xml suggestion
#1
the sort 'asc toggle button' and 'number of files' are present at almost all lists and thumbs panels so adding that button into default listcontrol and thumbnailpanel seems natural. i'm not sure here but the textcolor for toggle button in default listcontrol, could maybe be the number of files label?

i made an example of these parts from reference.xml and hope that it is self explaining if compared to the one from latest cvs.

i've also been experementing with backgrounds for the lists and if anyone wants to have a look of an example on how it all could look i can upload an updated version of my retro skin where it's partially implemented the hardcoded way.

/floink

example:
Quote:        <control>
               <description>default listcontrol</description>
               <type>listcontrol</type>
               <id>10</id>
               <posx>211</posx>
               <posy>121</posy>
               <width>470</width>
               <height>420</height>
               <backgroundwidth>495</spinwidth>
               <backgroundheight>395</spinheight>
               <backgroundposx>194</posx>
               <backgroundposy>115</posy>
               <backgroundtexture>background-list.png</backgroundtexture>
               <spinwidth>24</spinwidth>
               <spinheight>22</spinheight>
               <spincolor>ffffffff</spincolor>
               <spinposx>630</spinposx>
               <spinposy>515</spinposy>
               <spintextureup>scroll-up.png</textureup>
               <spintexturedown>scroll-down.png</texturedown>
               <spintextureupfocus>scroll-up-focus.png</textureupfocus>
               <spintexturedownfocus>scroll-down-focus.png</texturedownfocus>
               <togglewidth>25</spinwidth>
               <toggleheight>22</spinheight>
               <toggleposx>192</spinposx>
               <toggleposy>515</spinposy>
               <togglecolor>ffffffff</spincolor>
               <togglettextureup>toggle-up.png</textureup>
               <toggletexturedown>toggle-down.png</texturedown>
               <toggletextureupfocus>toggle-up-focus.png</textureupfocus>
               <toggletexturedownfocus>toggle-down-focus.png</texturedownfocus>
               <image>icon-folder.png</image>
               <font>font13</font>
               <selectedcolor>ffffffff</selectedcolor>
               <textcolor>80ffffff</textcolor>
               <colordiffuse>ffffffff</colordiffuse>
               <suffix>|</suffix>
       </control>
       <control>
               <description>default thumbnail panel</description>
               <type>thumbnailpanel</type>
               <id>11</id>
               <posx>211</posx>
               <posy>121</posy>
               <width>500</width>
               <height>390</height>
               <backgroundwidth>495</spinwidth>
               <backgroundheight>395</spinheight>
               <backgroundposx>194</posx>
               <backgroundposy>115</posy>
               <backgroundtexture>background-list.png</backgroundtexture>
               <spinwidth>24</spinwidth>
               <spinheight>22</spinheight>
               <spincolor>ffffffff</spincolor>
               <spinposx>630</spinposx>
               <spinposy>515</spinposy>
               <spintextureup>scroll-up.png</textureup>
               <spintexturedown>scroll-down.png</texturedown>
               <spintextureupfocus>scroll-up-focus.png</textureupfocus>
               <spintexturedownfocus>scroll-down-focus.png</texturedownfocus>
               <togglewidth>25</spinwidth>
               <toggleheight>22</spinheight>
               <toggleposx>192</spinposx>
               <toggleposy>515</spinposy>
               <togglecolor>ffffffff</spincolor>
               <togglettextureup>toggle-up.png</textureup>
               <toggletexturedown>toggle-down.png</texturedown>
               <toggletextureupfocus>toggle-up-focus.png</textureupfocus>
               <toggletexturedownfocus>toggle-down-focus.png</texturedownfocus>
               <itemwidth>100</itemwidth>
               <itemheight>128</itemheight>
               <texturewidth>80</texturewidth>
               <textureheight>80</textureheight>
               <imagefolder>folder-nofocus.png</imagefolder>
               <imagefolderfocus>folder-focus.png</imagefolderfocus>
               <foregroundwidth>495</spinwidth>
               <foregroundheight>395</spinheight>
               <foregroundposx>194</posx>
               <foregroundposy>115</posy>
               <foregroundtexture>foreground-list.png</foregroundtexture>
               <font>font13</font>
               <selectedcolor>ffffffff</selectedcolor>
               <textcolor>80ffffff</textcolor>
               <colordiffuse>ffffffff</colordiffuse>
               <suffix>|</suffix>
       </control>
Reply

Logout Mark Read Team Forum Stats Members Help
Additions to reference.xml suggestion0