Wrapmultiline ... need help
#1
Hi,

<wrapmultiline>true</wrapmultiline>

not work with a Group? Ore in a Control Type ?


Code:
<include name="PanelView">
        <control type="group">
            <visible>Control.IsVisible(538)</visible>
            <include>VisibleFadeEffect</include>
            <control type="panel" id="538">
                <posx>90</posx>
                <posy>104</posy>
                <width>1080</width>
                <height>522</height>
                <onleft>2</onleft>
                <onright>60</onright>
                <onup>500</onup>
                <ondown>500</ondown>
                <viewtype label="Panel">list</viewtype>
                <pagecontrol>60</pagecontrol>
                <scrolltime>200</scrolltime>
                <preloaditems>2</preloaditems>
                
                <itemlayout height="175" width="270">
                    <control type="image">
                        <posx>1</posx>
                        <posy>0</posy>
                        <width>258</width>
                        <height>154</height>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>5</bordersize>
                        <fadetime>100</fadetime>
                        <visible>!Skin.HasSetting(thumbsvisibepanelview)</visible>                        
                        <texture background="true">$INFO[Listitem.Icon]</texture>
                        <aspectratio>stretch</aspectratio>
                        <colordiffuse>FF222222</colordiffuse>
                    </control>
                    <control type="image">
                        <posx>1</posx>
                        <posy>0</posy>
                        <width>258</width>
                        <height>154</height>
                        <bordertexture border="5">button-nofocus.png</bordertexture>
                        <bordersize>5</bordersize>
                        <fadetime>100</fadetime>
                        <texture background="true">black-back-wheel.png</texture>
                        <visible>Skin.HasSetting(thumbsvisibepanelview)</visible>
                    </control>
                    <control type="label">
                        <posx>130</posx>
                        <posy>110</posy>
                        <width>230</width>
                        <height>26</height>
                        <font>font24caps</font>
                        <textcolor>grey2</textcolor>
                        <selectedcolor>selected</selectedcolor>
                        <visible>!Skin.HasSetting(thumbsvisibepanelview)</visible>
                        <align>center</align>
                        <aligny>center</aligny>
                        <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>                        
                        <wrapmultiline>true</wrapmultiline>                        
                    </control>
                    <control type="label">
                        <posx>130</posx>
                        <posy>60</posy>
                        <width>230</width>
                        <height>26</height>
                        <font>font24caps</font>
                        <textcolor>grey2</textcolor>
                        <selectedcolor>selected</selectedcolor>
                        <visible>Skin.HasSetting(thumbsvisibepanelview)</visible>
                        <align>center</align>
                        <aligny>center</aligny>
                        <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE]</label>                        
                        <wrapmultiline>true</wrapmultiline>                        
                    </control>
                    <control type="image">
                        <posx>230</posx>
                        <posy>200</posy>
                        <width>35</width>
                        <height>35</height>
                        <aspectratio>keep</aspectratio>
                        <texture>$INFO[ListItem.Overlay]</texture>
                    </control>
                </itemlayout>
                <focusedlayout height="175" width="270">


Image
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#2
Looks like you need to increase the height to me.
Reply
#3
I had already tried that, all the same whether the height font the character font, label or the height of the item. The same with length. no success.
Image
Skin.JOGGLER
----------------------------------
Download - djtoll's Add-On Repository / Add-Ons > Install from ZIP / Get Add-ons > Djtoll's Repository
Reply
#4
In that case I'd use a textbox.
Reply
#5
Bump.

Either for <wrapmultiline> in itemlayout / panel.
Or for <selectedcolor> in textbox.
Image [RELEASE] Metroid
Image [RELEASE] IrcChat
Reply

Logout Mark Read Team Forum Stats Members Help
Wrapmultiline ... need help0