Old 9th July 2002, 23:28   #1
Sven
Junior Member
 
Join Date: Jul 2002
Location: Antwerp
Posts: 7
Send a message via ICQ to Sven
Angry Playlist Editor inside Player

<!-- I'm trying to use the following code inside skin.xml to include the playlist editor onto the player self. With this code i manage to display the editor, but the background of the playlist editor is standard a black color... which i'm trying to change... and i can't :-(

I was splitting out the default Wa3 skin, but using this i got confused.

the group id tag displays a layer with the background i want to use as background for the Playlist Editor, but it appears as said: as a layer, and thus appears BEHIND the Playlist Editor...



<container id="main" name="Brigitta Callens">
<groupdef id="mypl" background="player.playlist.display">
<PlaylistEditor id="pledit.editor" x="20" y="10" w="30" h="58" relatw="0" relath="0"/>
</groupdef>
<layout id="normal" background="player.main.background">
<group id="mypl" x="0" y="0" w="0" relatw="0" h="58" relath="0" move="0"/>

What should i do here?
Sven is offline   Reply With Quote
Old 9th July 2002, 23:32   #2
Plague
f(caffeine){
return wasabi;
}
(Forum King)
 
Plague's Avatar
 
Join Date: Jul 2001
Location: Sweden
Posts: 3,984
here's how to set the playlist background:
put this inside your elements file
<bitmap id="studio.list.background" file="something"/> <!-- List background bitmap (tile) -->
<bitmap id="studio.tree.background" file="something else"/> <!-- Tree background bitmap (tile) -->

-Plague
Plague is offline   Reply With Quote
Old 9th July 2002, 23:44   #3
Sven
Junior Member
 
Join Date: Jul 2002
Location: Antwerp
Posts: 7
Send a message via ICQ to Sven
ok, great! thx,

is it now possible to change font, fontcolor, etc inside the playlist editor?

and i suppose the studio.tree.background is the scroll box?
Sven is offline   Reply With Quote
Old 9th July 2002, 23:51   #4
Plague
f(caffeine){
return wasabi;
}
(Forum King)
 
Plague's Avatar
 
Join Date: Jul 2001
Location: Sweden
Posts: 3,984
studio.tree.background is the sidecars.. (the one with a dropdown menu at the top/the right box in the playlist window)

I don't know yet if changing font is possible, I'm trying to find that out..
fontcolor though, is possible..

from wacs/xml/pledit/elements.xml
code:

<!-- playlist editor -->
<color id="pledit.text" value="0,255,0"/> <!-- text color in editor -->
<color id="pledit.text.current" value="248,248,248"/> <!-- current playback file foreground -->
<color id="pledit.text.disabled" value="128,128,128" /> <!-- disabled entries -->

<color id="pledit.currentoutline" value="248,248,0"/> <!-- current playback file outline color -->
<color id="pledit.dir.plitem" value="0,248,0" /> <!-- playlist directory item foreground color -->
<color id="pledit.dir.working" value="230,230,230" /> <!-- playlist directory working playlist item foreground color -->
<color id="pledit.dir.workingbg" value="64,64,64" /> <!-- playlist directory working playlist item background color -->



there are more color's you can change..
take a look at the system/xml/system-colors.xml file from #478's default skin..

-Plague
Plague is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump