quote:
Originally posted by stuartbennett
no the 628 images i found its reference in the 8.1 style files so it belongs in the 8.1 resgroup the problem i have is does it belong in
<new>
<pictures>
or in
<replaces>
<pictures>
It belongs in where ever it was in the 8.1 skin (I don't see any reference to the 628 in your SkinInfo
)
Remember this:
New is for when you add new resources (colors/pictures) to messenger
Replace is for when you replace an existing resource with another
quote:
secondly i dont know what the picture id is supposed to be
If it is a new resource/picture you need to assign an ID between 59000 and 59999
Example
code:
<New>
<Pictures>
<Picture Id="59000">
<File>buddy.png</File>
<Metadata>
<Colorize>true</Colorize>
</Metadata>
</Picture>
</Pictures>
</New>
If it replaces an existing resource the ID is the ID of the picture you are replacing
Example
code:
<Replace>
<Graphics>
<Picture Id="20066">
<File>logo.png</File>
</Picture>
</Graphics>
</Replace>
quote:
once i have the answers to those questions i will easily be able to fix this and ensure compatability for both 8.1 & 8.5
Don't forget to use the Definitions/Styles from the 8.5 Resource folder for 8.5 compatibility, not a copy of the 8.1 ones that you modify.