Rotated text changes position with different screen sizes?
#1
I have an animation on a label to rotate it. The problem is when I change screen sizes (monitor, fullscreen, windowed, TV) the position of the label changes. Is there any way to fix this?
Image
To learn more, click here.
Reply
#2
What are using for 'centre'?
Reply
#3
Hitcher Wrote:What are using for 'centre'?

I have auto set.
Image
To learn more, click here.
Reply
#4
lol, I take it you've got it working then?
Reply
#5
Hitcher Wrote:lol, I take it you've got it working then?

I thought I did, then I noticed it was still moving slightly, You made me feel dumb b/c I didnt think to check the center settings. Smile

I have tried auto as well as 559,468 both end with the label changing positions when the screen resolution changes.
Image
To learn more, click here.
Reply
#6
I assume it's using those co-ordinates from the top left of the screen. If you put the image inside a control area it should use that to centre.
Reply
#7
Hitcher Wrote:I assume it's using those co-ordinates from the top left of the screen. If you put the image inside a control area it should use that to centre.

I did this, with no luck.
Code:
<control type="group">
            <posx>599</posx>
            <posy>528</posy>
            <control type="label">
                <description>Title</description>
                <posx>0</posx>
                <posy>0</posy>
                <width>600</width>
                <height>55</height>
                <font>font40caps_title</font>
                <align>left</align>
                <textcolor>yellow</textcolor>
                <label>$INFO[ListItem.Title]</label>
                <animation effect="rotate" end="14.5" time="0">WindowOpen</animation>
            </control>
            <control type="label">
                <description>Title</description>
                <posx>1</posx>
                <posy>1</posy>
                <width>600</width>
                <height>55</height>
                <font>font40caps_title</font>
                <align>left</align>
                <textcolor>red</textcolor>
                <label>$INFO[ListItem.Title]</label>
                <animation effect="rotate" end="14.5" time="0">WindowOpen</animation>
            </control>
        </control>
Image
To learn more, click here.
Reply
#8
Get it reproducible in something like confluence or pm3's homepage so I don't need to use an unfamiliar skin to test with.

It could be multiple things, however. First off, different aspect ratio may influence how a rotation looks. The position of it shouldn't change all that much though I would have thought.

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

Logout Mark Read Team Forum Stats Members Help
Rotated text changes position with different screen sizes?0