spincontrolex aligny seems to be off
#1
<aligny>center</aligny> in spincontrolex seems to be broken.

Image
Reply
#2
Have you actually specified <aligny> in your XML? The only case in which it won't be centered is if you don't specify it.

Cheers,
Jonathan
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Yes it is specified and has been working great ever since Aeon was created. Now all of a sudden it's misaligned. And there has been no changes to the xml. weird.

Code:
            <control type="spincontrolex" id="9">
                <description>default spincontrolex</description>
                <include>Objects_OSDSettingsButton</include>
                <textureup>settings/spin-up.png</textureup>
                <texturedown>settings/spin-down.png</texturedown>
                <textureupfocus>settings/spin-up-focus.png</textureupfocus>
                <texturedownfocus>settings/spin-down-focus.png</texturedownfocus>
                <spinposx>0</spinposx>
                <spinposy>-5</spinposy>
                <spinwidth>40</spinwidth>
                <spinheight>65</spinheight>
                <reverse>yes</reverse>
                <aligny>center</aligny>
            </control>
Reply
#4
More info here -

http://forum.xbmc.org/showthread.php?tid=76404
Reply
#5
Something must have changed within xbmc since these controls aligned perfectly before I updated to the latest svn last night.
Reply

Logout Mark Read Team Forum Stats Members Help
spincontrolex aligny seems to be off0