Solved Grouplist localizes not showing??? stumped..
#1
My SkinSettings.xml has this grouplist for initial options:
Code:
            <control type="list" id="9990">
                <left>70</left>
                <top>604</top>
                <width>340</width>
                <height>310</height>
                <onup>9990</onup>
                <ondown>9990</ondown>
                <onleft>59</onleft>
                <onright condition="Container(9990).HasFocus(8)">60</onright>
                <onright condition="!Container(9990).HasFocus(8)">9991</onright>
                <focusposition>0</focusposition>
                <movement>0</movement>
                <pagecontrol>59</pagecontrol>
                <orientation>Vertical</orientation>
                <scrolltime tween="quadratic" easing="out">300</scrolltime>
                <itemlayout height="62" width="340">
                    <control type="label">
                        <font>font30</font>
                        <textcolor>$VAR[ColorMenuVar]</textcolor>
                        <label>1$INFO[ListItem.Label]</label>
                    </control>
                </itemlayout>
                <focusedlayout height="62" width="340">
                    <control type="image">
                        <animation effect="fade" time="50" start="100" end="50" condition="!Control.HasFocus(9990)">Conditional</animation>
                        <texture>listselect_fo.png</texture>
                        <colordiffuse>$VAR[MenuListColorHighlightVar]</colordiffuse>
                        <include>VisibleFadeEffect</include>
                    </control>
                    <control type="label">
                        <left>0</left>
                        <font>font30</font>
                        <textcolor>$VAR[ColorMenuVar]</textcolor>
                        <label>2$INFO[ListItem.Label]</label>
                    </control>
                </focusedlayout>
                <content>
                    <item id="1">
                        <label>513</label>
                    </item>
                    <item id="2">
                        <label>31311</label>
                    </item>
                    <item id="3">
                        <label>33069</label>
                    </item>
                    <item id="4">
                        <label>16000</label>
                    </item>
                    <item id="5">
                        <label>31009</label>
                    </item>
                    <item id="6">
                        <label>31014</label>
                    </item>
                    <item id="7">
                        <label>10038</label>
                    </item>
                    <item id="8">
                        <label>31195</label>
                    </item>
                </content>
            </control>

for some reason this gives me this (I inserted 1/2 for santiy check). It was working fine, I am on latest 17 nightly:

Image
Reply
#2
fml, <onclick>noop</onclick> required ..
Reply
#3
But not for v18.
Reply
#4
(2017-07-29, 11:32)Hitcher Wrote: But not for v18.

Yeah thiis is why removed them, confusing myself now ii have leia versiion on same git, my brain hurts Wink
Reply

Logout Mark Read Team Forum Stats Members Help
Grouplist localizes not showing??? stumped..0