| Author |
- Topic: Help needed changing colour of an icon Hi-Res V6 skin - |
|
|
|
Posted Fri 05 Jun 09 @ 7:44 am
I have tried to edit the hi-res skin for VDJ to change the colour of the karaoke icon as its so close in colour to the video one.
I have done everything as I have done in the past e.g. extracted the zip file, edited the bmp file ro chance the karaoke icon to bright pink, saved and then re-zipped the bmp and xml files together again. But the karaoke icon just will not change colour.
Any ideas? |
|
Posted Fri 05 Jun 09 @ 9:11 am
The Hi-Res skin, aswell as the other two VDJ 6 default skins, have the icons in the picture but no XML code to use those icons.
Open the XML file and look for the line where it is written </browser> Just above that line, add this: <customicons x="..." y="...">
By replacing ... with the correct coordinates. |
|
Posted Thu 12 Nov 09 @ 7:53 am
Is there a sequence in which a custom icon set should appear when you define your own ? WOuld love to know how the grid is defined so I can build my own custom one. |
|
Posted Thu 12 Nov 09 @ 5:02 pm
If you make a custom icon set, you should keep the same order on the grid. All icons are 16x16 pixels. |
|
Posted Fri 13 Nov 09 @ 1:17 am
@JeremK
Just found it out last night by trail and error ;-).
Still, is there any documentation on what icons take which position in the grid ? Some of them I've actually never seen in any of the skins.
1 2 3 4 5 6 7 8 --+----------------------------------- 1 | 1 2 3 4 5 6 7 8 2 | 9 10 11 12 13 14 15 16 3 |17 18 19 20 21 22 23 24 4 |25 26 27 28 29 30 31 32 5 |33 34 35 36 37 38 39 40 6 |41 42 43 44 45 46 47 48 7 |49 50 51 52 53 54 55 56 8 |57 58 59 60 61 62 63 64
grid position - icon description 1 - ... 2 - ... etc
- Ruud - |
|