Nuova Ricerca Globale aggiunto pulsante Menu e alcuni fix

This commit is contained in:
Alhaziel01
2020-11-30 18:59:22 +01:00
parent 46995fe32a
commit 049281991b
3 changed files with 63 additions and 36 deletions
+22 -9
View File
@@ -99,7 +99,7 @@
<width>100%</width>
<height>570</height>
<ondown>101</ondown>
<onup>503</onup>
<onup>502</onup>
<orientation>horizontal</orientation>
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="570" width="180">
@@ -302,8 +302,8 @@
<left>520</left>
<width>700</width>
<height>570</height>
<onleft>503</onleft>
<onright>503</onright>
<onleft>502</onleft>
<onright>502</onright>
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="60" width="700">
<control type="textbox">
@@ -376,8 +376,8 @@
<left>520</left>
<width>700</width>
<height>570</height>
<onleft>503</onleft>
<onright>503</onright>
<onleft>502</onleft>
<onright>502</onright>
<scrolltime tween="cubic" easing="out">300</scrolltime>
<itemlayout height="140" width="700">
<control type="image">
@@ -492,7 +492,7 @@
<shadowcolor>00000000</shadowcolor>
<align>right</align>
<aligny>center</aligny>
<animation effect="slide" tween="linear" center="auto" end="0,-311" time="200" condition="Integer.IsGreater(Container(101).NumItems, 0)">Conditional</animation>
<animation effect="slide" tween="linear" center="auto" end="-40,-311" time="200" condition="Integer.IsGreater(Container(101).NumItems, 0)">Conditional</animation>
<visible allowhiddenfocus="true">Control.IsVisible(500)</visible>
</control>
@@ -526,6 +526,19 @@
<visible allowhiddenfocus="true">Control.IsVisible(5)</visible>
</control>
<control type="button" id="502">
<description>Menu</description>
<top>30</top>
<right>110</right>
<height>40</height>
<width>40</width>
<onleft>504</onleft>
<onright>503</onright>
<texturefocus colordiffuse="FFFFFFFF">menu.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">menu.png</texturenofocus>
<visible>Integer.IsGreater(Container(101).NumItems, 0)</visible>
</control>
<control type="button" id="503">
<description>Back</description>
<top>30</top>
@@ -533,19 +546,19 @@
<height>40</height>
<width>40</width>
<onleft>502</onleft>
<onright>502</onright>
<onright>504</onright>
<texturefocus colordiffuse="FFFFFFFF">left.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">left.png</texturenofocus>
</control>
<control type="button" id="502">
<control type="button" id="504">
<description>Close</description>
<top>30</top>
<right>30</right>
<height>40</height>
<width>40</width>
<onleft>503</onleft>
<onright>503</onright>
<onright>502</onright>
<texturefocus colordiffuse="FFFFFFFF">close.png</texturefocus>
<texturenofocus colordiffuse="80FFFFFF">close.png</texturenofocus>
</control>