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]](http://shoutbox.menthix.net/attachment.php?pid=895096) 
Thanks, Once i get this sorted Duck Live 1.06 is ready to go :P