For Example. A Resolution of 1920x1080.
This does not work.
<control>
<type>label</type>
<height>105</height>
<width>480</width>
<posX>731</posX>
<posY>1081</posY>
<label>test</label>
<font>font1</font
<animation effect="slide" start="0,0" end="0,-210" time="3000" reversible="false" >WindowOpen</animation>
</control>
If posY is changed to 1080 the animation works.
This does not work.
<control>
<type>label</type>
<height>105</height>
<width>480</width>
<posX>731</posX>
<posY>1081</posY>
<label>test</label>
<font>font1</font
<animation effect="slide" start="0,0" end="0,-210" time="3000" reversible="false" >WindowOpen</animation>
</control>
If posY is changed to 1080 the animation works.