- May 13, 2007
- 418
- 37
- Home Country
-
United Kingdom
If you use a fadelabel or a label and set the width smaller than the size of the text to display then it is blank if you set allignment to center; but if you use left or right the text appears and is correctly truncated.
Example sking file, I used it myVideos section but assume the bug exists in any screen.
<control>
<description>Selected item Label</description>
<type>fadelabel</type>
<id>51</id>
<animation effect="fade" time="400">WindowClose</animation>
<animation effect="fade" time="400">WindowOpen</animation>
<posX>40</posX>
<posY>132</posY>
<width>260</width>
<label>this is a really longgggggggggggg label so there it is you inow</label>
<font>font18</font>
<align>center</align>
<textcolor>ffffffff</textcolor>
</control>
<control>
<description>Selected item Label</description>
<type>fadelabel</type>
<id>51</id>
<animation effect="fade" time="400">WindowClose</animation>
<animation effect="fade" time="400">WindowOpen</animation>
<posX>40</posX>
<posY>172</posY>
<width>260</width>
<label>this is a really longgggggggggggg label so there it is you inow</label>
<font>font18</font>
<align>left</align>
<textcolor>ffffffff</textcolor>
</control>
Example sking file, I used it myVideos section but assume the bug exists in any screen.
<control>
<description>Selected item Label</description>
<type>fadelabel</type>
<id>51</id>
<animation effect="fade" time="400">WindowClose</animation>
<animation effect="fade" time="400">WindowOpen</animation>
<posX>40</posX>
<posY>132</posY>
<width>260</width>
<label>this is a really longgggggggggggg label so there it is you inow</label>
<font>font18</font>
<align>center</align>
<textcolor>ffffffff</textcolor>
</control>
<control>
<description>Selected item Label</description>
<type>fadelabel</type>
<id>51</id>
<animation effect="fade" time="400">WindowClose</animation>
<animation effect="fade" time="400">WindowOpen</animation>
<posX>40</posX>
<posY>172</posY>
<width>260</width>
<label>this is a really longgggggggggggg label so there it is you inow</label>
<font>font18</font>
<align>left</align>
<textcolor>ffffffff</textcolor>
</control>