|
|
#1 |
|
Junior Member
|
<!-- 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? |
|
|
|
|
|
#2 |
|
f(caffeine){
return wasabi; } (Forum King) 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 |
|
|
|
|
|
#3 |
|
Junior Member
|
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? |
|
|
|
|
|
#4 |
|
f(caffeine){
return wasabi; } (Forum King) 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: 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 |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|