Req LowList - please help to hack for 4-5 Lines/Item instead of 3 Lines/Item
#1
Wink 
customised LowList with disabled footer bar [main menu] . however there might be other opinions on how to optimise it. Feel free to comment.


Image


Panel height adjusted to display 4 Items
<control type="panel" id="515">
<height>345</height> --> <height>460</height>

Panel background adjusted to house 4 items
<include name="View_515_LowList">
<control type="group">
<include>animation_view_change</include>
<height>365</height> --> <height>485</height>

Poster adjusted to new size
<width>255</width> --> <width>337</width>
<height>350</height> --> <height>470</height>
<aspectratio align="left" aligny="top" scalediffuse="true">scale</aspectratio>

Note: this can be optimised.

Info Text Box shrinked, so Poster can be scaled
<control type="textbox">
<width>625</width> --> <width>525</width>

Info Text removed 2nd overlay to offer better Transparency
<--background panel -->

<control type="image">
<posx>1200</posx>
<width>670</width>
<texture border="15">diffuse/bgpanel.png</texture>
<colordiffuse>$VAR[ViewDetailsPanelColor]</colordiffuse>
<visible>!Skin.HasSetting(View515_HidePanel)</visible>
<visible>IntegerGreaterThan(Container.NumItems,0)</visible>
</control>

--> removed

Position of list items moved
<control type="panel" id="515">
<posx>330</posx> --> <posx>430</posx>
Reply

Logout Mark Read Team Forum Stats Members Help
LowList - please help to hack for 4-5 Lines/Item instead of 3 Lines/Item0