quote:
Originally posted by BradT
Not to slate the Officail Documentation..But i starts off showing you one thing then moves onto another..With out finishing an example of the first. This is a perfect example... It talks about using images for the shape of the contact list etc..theN BAM jumps into a example of using rectangles in XML. Why doesnt it show examples of using images to shape MSN?; in XML.
;p
It provides an introduction with an example of the capabilities
then proceeds to explain the various ways of coding in shapes (including rectangles
and images).
quote:
Originally posted by DennisMartijn
The documentation only shows examples about the rectangles
You're clearly not actually reading the documentation and just trying to track down a snippet of code you can copy+paste which is against everything the documentation tries to achieve (despite the fact that there pretty much is a snippet of code with almost exactly what you're trying to achieve). The documentation is there to
teach you methods, not to hand-feed you answers.
code:
<Region>
<ContactList>
<Image Integration="add">
<Source>
<File>MyImage.png</File>
</Source>
<Position>
<Left>0</Left>
<Top>0</Top>
</Position>
</Image>
<ContactList>
<Region>
It's not that we don't want to help you, we (or I) would much prefer you to learn how to do things yourself through research and trial & error, which is exactly how skinning works.