www.wisonauts.de

 

Some stuff for skinning...
Click here to go to the original topic

 
       www.wisonauts.de Forum Index -> Feature Requests
View previous topic :: View next topic  
Author Message
nexus6



Joined: 28 Jan 2006
Posts: 2

Posted: Sun Jan 29, 2006 03:51    Post subject: Some stuff for skinning...  

I have modified the PM3 skin that was distributed with 0.7.3 The colors I am using don't exactly fit well with the green fonts. Is it possible to get some white versions of the same fonts? Also, I know the PM3 skin for XBMC uses a tiled graphic file for the progress bar, so it is possible to change the color of it by modifying the image. Is it possible to emulate that so the progress bar can be changed from the green color... I know these are minor details, but it would be nice to allow greater variation in the skinning process. Thanks.
Back to top  
Jezz_X



Joined: 07 Aug 2005
Posts: 318

Posted: Sun Jan 29, 2006 05:37    Post subject:  

There are no "Green Fonts" as such its all just plain fonts that you change the colors off in the xml file

example in the mainmenu.xml the main menu is

<item>
<type>menu</type>
<posX>80</posX>
<posY>170</posY>
<width>100</width>
<vspace>31</vspace>
<label>Copy DVD/CD to Harddisk</label>
<label>Game Manager</label>
<label>Copy DVD/CD to Samba share</label>
<label>Filemanager</label>
<label>Settings</label>
<label>Exit to Dashboard</label>
<color>FFBBBBBB</color>
<highlight>FFB6FF00</highlight>
<font>font1</font>
</item>

for the highlight color of FFB6FF00 the FF at the start is how transperant it is and the B6FF00 is the actual color in HEX if you select a color in photoshop or some other program most show you this value

We can't use images for progress bars yet but its the same thing of being able to change the color you just need to look for the color tags

<item>
<type>rect</type>
<id>fileprogress</id>
<showID>30</showID>
<posX>76</posX>
<posY>251</posY>
<relwidth>490</relwidth>
<height>14</height>
<fillcolor>00B6FF00</fillcolor>
<color>FFB6FF00</color>
</item>
Back to top  
nexus6



Joined: 28 Jan 2006
Posts: 2

Posted: Fri Feb 03, 2006 01:39    Post subject: I'm an idiot...  

Thanks for showing me the error of my ways. I appreciate the quick reply. That one TOTALLY slipped by me!
Back to top  
 
       www.wisonauts.de Forum Index -> Feature Requests
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.22 © 2001, 2002 phpBB Group