When in File Mode labels disappear.
#1
Interesting problem.

When I am browsing in any view from within file mode, and I bring up dialogcontetxmenu.xml, my label on the focused item disappears.

I have checked the code and cant find anything.

Here's an example of my code from a focusedlayout.

Code:
<control type="label">
                        <description>header label</description>
                        <posx>127</posx>
                        <posy>140</posy>
                        <width>220</width>
                        <height>30</height>
                        <font>Shade_20</font>
                        <label>$INFO[ListItem.label]</label>
                        <align>center</align>
                        <textcolor>white</textcolor>
                        <animation effect="zoom" start="100" end="110" easing="out" tween="back" time="100">Focus</animation>
                    </control>
Image
To learn more, click here.
Reply
#2
Missing the <selectedcolor></selectedcolor> tag.
Reply
#3
Thanks Hitcher!
Image
To learn more, click here.
Reply

Logout Mark Read Team Forum Stats Members Help
When in File Mode labels disappear.0