- Moderator
- #1
Why control 37 and 38 visible?
Code:
<control>
<description>Movie Name</description>
<id>36</id>
<type>fadelabel</type>
<width>925</width>
<height>24</height>
<posX>484</posX>
<posY>74</posY>
<font>fontB20</font>
<label>string.trim(#Play.Current.Title)</label>
</control>
<control>
<description>Movie Name</description>
<id>36</id>
<type>fadelabel</type>
<width>925</width>
<height>24</height>
<posX>484</posX>
<posY>174</posY>
<font>fontB20</font>
<label>string.trim(#MovingPictures.SelectedMovie.title)</label>
</control>
<control>
<description>Movie Name</description>
<id>37</id>
<type>fadelabel</type>
<width>925</width>
<height>24</height>
<posX>484</posX>
<posY>274</posY>
<font>fontB20</font>
<label>!!!</label>
<visible>string.equals(#Play.Current.Title,#MovingPictures.SelectedMovie.title)</visible>
</control>
<control>
<description>Movie Name</description>
<id>38</id>
<type>fadelabel</type>
<width>925</width>
<height>24</height>
<posX>484</posX>
<posY>374</posY>
<font>fontB20</font>
<label>!!!-!!!</label>
<visible>eq(#Play.Current.Title,#MovingPictures.SelectedMovie.title)</visible>
</control>