thanks :D
I tried to change the color the way u mentioned.. didn't work and xmlspy reported an error .. so i followed how it's done in the official documentation (insert the RGB values as attributes ..and it worked= no errors reported.. but it didn't change the color of messenger =(
scene element didn't work neither...
when i saved my skininfo last.. there were no errors.. but still nothing the buddylist didn't work neither..
in the trace file:
09/04/15 20:40:01| SkinLoader: couldn't encode data for window 1001
09/04/15 20:40:01| Attribute pair is invalid. Line (def): 68. Column: 48
now the trace file says:
09/04/16 01:17:35| **** The trace has started ****
09/04/16 01:17:35| Skin: fromStart 0.0
09/04/16 01:17:35| Messenger version: 14.0.206.8064 (en-us)
09/04/16 01:17:35| Messenger Plus! version: 4.81.358
09/04/16 01:17:35| SkinLoader: Couldn't find file "1001.txt"
09/04/16 01:22:25| **** The trace has ended ****
xml code:
<SkinInfo xmlns="urn:msgplus:skins"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:msgplus:skins PlusSkins.xsd" Version="4">
<Information>
<Name>fromStart</Name>
<Description>Skin for WLM2009</Description>
<AboutUrl>insert url</AboutUrl>
<Version>0.0</Version>
<Screenshot>
<File>screenshot.png</File></Screenshot>
<Compatibility>
<MsgVersion Major="14" Minor="0"/>
</Compatibility>
<TraceFile>true</TraceFile>
<UpdateId>my_first</UpdateId>
<BuildNumber>1</BuildNumber>
<AllowAutoUpdate>true</AllowAutoUpdate>
</Information>
<Options>
<MessengerPlus>
<AllowContactListChange>true</AllowContactListChange>
<AllowChatWndChange>true</AllowChatWndChange>
</MessengerPlus>
<Messenger>
<ResetUserColor R="225" G="0" B="0"/>
<ResetUserScenes>true</ResetUserScenes>
</Messenger>
</Options>
<MessengerSkin>
<ResGroup>
<Restrictions>
<MsgVersions>
<Version Major="14" Minor="0"/>
</MsgVersions>
</Restrictions>
<Resources>
<New>
<Colors>
<Color Id="59999">
<R>0</R>
<G>0</G>
<B>0</B>
</Color>
</Colors>
<Pictures>
<Picture Id="59000">
<File>59000.png</File>
<Metadata>
<Colorize>true</Colorize>
<UMLeft>1</UMLeft>
<UMTop>1</UMTop>
<UMRight>1</UMRight>
<UMBottom>1</UMBottom>
</Metadata>
</Picture>
</Pictures>
</New>
<Replace>
<Strings>
<String Id="61288">Hello World!</String>
</Strings>
<Colors>
<Color Id="1820">
<R>255</R>
<G>0</G>
<B>0</B>
</Color>
</Colors>
<Windows>
<Definitions>
<Definition Id="1001">
<File>1001.txt</File>
</Definition>
</Definitions>
</Windows>
<Graphics>
<Pictures>
<Picture Id="664" >
<File>/59000.png</File><Metadata><Colorize>false</Colorize></Metadata>
</Picture>
<Picture Id="1472">
<File>earthbrt.png</File><Metadata><Colorize>false</Colorize></Metadata>
</Picture>
<Picture Id="628">
<File>clouds.png</File><Metadata><Colorize>false</Colorize></Metadata>
</Picture>
<Picture Id="20129">
<File>earthmoon.jpeg</File><Metadata><Colorize>false</Colorize></Metadata></Picture>
<Picture Id="20632">
<File>us.png</File><Metadata><Colorize>false</Colorize></Metadata>
</Picture>
<Picture Id="20673">
<File>Creek</File><Metadata><Colorize>false</Colorize></Metadata>
</Picture>
<Picture Id="20691">
<File>Dock.jpeg</File><Metadata><Colorize>false</Colorize></Metadata>
</Picture>
</Pictures>
</Graphics>
</Replace>
</Resources>
</ResGroup>
</MessengerSkin>
</SkinInfo>