Solved Label scroll of non focused control
#1
Hi, In my DialogVideoInfo.xml I'm using the hidden button trick on my container(50) cast list so I can override the onclick action like so:-

Code:
<control type="button" id="51" description="Cast List Hidden Control">
  <left>-1000</left>
  <top>-1000</top>
  <onback>8</onback>
  <onup>6</onup>
  <onleft>Control.Move(50,-1)</onleft>
  <onright>Control.Move(50,1)</onright>
  <onclick>RunScript(script.embuary.info,call=person,query=$INFO[Container(50).ListItem.Label])</onclick>
</control>

<control type="list" id="50" description="Main cast list container">
  ...........
  ...........
</control>

The problem I'm having is that because container 50 never really has focus none of the labels that would normally scroll when focused scroll..... Does anybody know of a work around for this?

Thanks.
Reply
#2
Tried adding <scroll>true</scroll> to it?
Reply
#3
Perfect thanks, don't know how I missed that  Blush
Reply

Logout Mark Read Team Forum Stats Members Help
Label scroll of non focused control0