I am trying to add the clickable plot found in the estuary skin to my own, i actually have it working using a mouse, but it is not hilighted when hovered over nor is it selectable using a remote.
trying to figure out what i am missing.
Code:
<!-- Plot -->
<control type="group" id="140">
<top>100</top>
<control type="button" id="138">
<left>60</left>
<top>450</top>
<width>1800</width>
<height>405</height>
<aligny>bottom</aligny>
<label/>
<onclick condition="!String.IsEmpty(ListItem.Plot)">SetProperty(TextViewer_Header,$ESCINFO[ListItem.Title],home)</onclick>
<onclick condition="!String.IsEmpty(ListItem.Plot)">SetProperty(TextViewer_Text,$ESCINFO[ListItem.Plot],home)</onclick>
<onclick condition="!String.IsEmpty(ListItem.Plot)">ActivateWindow(1105)</onclick>
<onleft>138</onleft>
<onright>138</onright>
<ondown>3000</ondown>
<onup>3002</onup>
<texturenofocus border="21"/>
<!--visible>!Skin.HasSetting(enable_LibraryClearArt) + !String.IsEqual(Control.GetLabel(3336),fallback.png)</visible-->
</control>
<control type="textbox">
<left>60</left>
<top>450</top>
<right>60</right>
<height>405</height>
<align>left</align>
<aligny>center</aligny>
<font>Font38</font>
<label>$VAR[Plot]</label>
<textcolor>$VAR[TextColor1]</textcolor>
<autoscroll delay="12000" time="4000" repeat="10000">Skin.HasSetting(AutoScroll)</autoscroll>
<!--visible>!Skin.HasSetting(enable_LibraryClearArt) + !String.IsEqual(Control.GetLabel(3336),fallback.png)</visible-->
</control>
</control>
also im not clear on these:
Code:
<onleft>138</onleft>
<onright>138</onright>
<ondown>3000</ondown>
<onup>3002</onup>