quote:
Originally posted by aNILEator
yeah messenger itself has bugs within the contact list so it might be that i've had issues with wordwheel before
I decided to do it a different way, the res group did not seem to work at all.
I open 44103 styles, and did
code:
<*PlusSkin Conditions(Word = "Bottom") *>
Element[id=atom(wordWheelTextBorder)]
{
Padding:Rect(8,8,8,8);
Background:rcbkd(59060);
}
Element[id=atom(wordWheelContentBorder)]
{
Padding:Rect(8,8,8,8);
Background:rcbkd(59060);
}
Element[id=atom(wordWheelContentBorder)][class="HasContent"]
{
Background:rcbkd(59061);
}
</*PlusSkin*><*PlusSkin Conditions(Word = "Top") *>
Element[id=atom(wordWheelTextBorder)]
{
Padding:Rect(8,8,8,8);
Background:rcbkd(379);
}
Element[id=atom(wordWheelContentBorder)]
{
Padding:Rect(8,8,8,8);
Background:rcbkd(379);
}
Element[id=atom(wordWheelContentBorder)][class="HasContent"]
{
Background:rcbkd(380);
}
</*PlusSkin*>
and then in skininfo under New and Pictures
code:
<Picture Id="59060"><File>images\379.png</File>                         <Metadata>
                             <Colorize>false</Colorize>
                             <UMLeft>11</UMLeft>
                             <UMTop>15</UMTop>
                             <UMRight>11</UMRight>
                             <UMBottom>15</UMBottom>
                         </Metadata></Picture>
<Picture Id="59061"><File>images\380.png</File>                         <Metadata>
                             <Colorize>false</Colorize>
                             <UMLeft>11</UMLeft>
                             <UMTop>15</UMTop>
                             <UMRight>11</UMRight>
                             <UMBottom>15</UMBottom>
                         </Metadata></Picture>
and it works fine now 

, although it would of much preferred it if the Resgroup Method worked..