What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Skinning » ResGroup Wordwheel not changing..

ResGroup Wordwheel not changing..
Author: Message:
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. ResGroup Wordwheel not changing..
I have some trouble when the wordwheel is set to "Bottom" the images 379 and 380 are supposed to change but its not =/

The Option to move the wordwheel -
code:
            <MultiVal Name="Word">
                <DispLabel>Change location of Wordwheel</DispLabel>
                <DispHelp>Pick a location, click okay, restart messenger</DispHelp>
                <Values>
                    <Value DispLabel="Top">Top</Value>
                    <Value DispLabel="Bottom">Bottom</Value>
                    <Value DispLabel="None">None</Value>
                </Values>
                <Default>Top</Default>
            </MultiVal>


Skininfo - The Resgroup of when the wordwheel is set to "Bottom"
code:
            <ResGroup>
                <Restrictions>
                    <MsgVersions>
                        <Version Major="8" Minor="5"/>
                    </MsgVersions>
                        <SkinOptions>
                  <OptionSet>
                    <Conditions>Word = "bottom"</Conditions>
                  </OptionSet>
                </SkinOptions>
                </Restrictions>
                <Resources>
                    <Replace>
                     <Graphics>
                       <Pictures>
                        <Picture id="379">
                         <File>images/379.png</File>
                        </Picture>
                        <Picture id="380">
                         <File>images/380.png</File>
                        </Picture>
                       </Pictures>
                     </Graphics>
                    </Replace>
                </Resources>
          </ResGroup>


[Image: attachment.php?pid=895096]



Thanks, Once i get this sorted Duck Live 1.06 is ready to go :P

.png File Attachment: wtfphail.PNG (112.52 KB)
This file has been downloaded 202 time(s).
QUACK QUACK QUACK

03-15-2008 08:51 PM
Profile E-Mail PM Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: ResGroup Wordwheel not changing..
yeah messenger itself has bugs within the contact list so it might be that i've had issues with wordwheel before
03-16-2008 12:46 AM
Profile PM Web Find Quote Report
duck!
Senior Member
****

Avatar

Posts: 546
Reputation: 27
– / Male / Flag
Joined: Sep 2006
O.P. RE: ResGroup Wordwheel not changing..
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 :P, although it would of much preferred it if the Resgroup Method worked..

This post was edited on 03-16-2008 at 02:00 AM by duck!.
QUACK QUACK QUACK

03-16-2008 01:59 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On