Add button to slideshow.xml ?
#1
I 'm useing a touchscreen and the "re-touch" skin and wants to add a button to the slideshow.xml , but I can place a button but with this code :
<control type="panel" id="2">
<!--<visible>!Window.IsActive(PlayerControls)</visible>-->
<include>VisibleFadeEffect</include>
<include>SubMenuCommonLayout</include>
<content>
<item>
<label>10002</label>
<onclick>ActivateWindow(Pictures)</onclick>
<texturefocus>icon_back.png</texturefocus>
<icon>icon-pictures.png</icon>
</item>
</content>
</control>

: but it nothing happens when I click/touch it, any ideers?
Reply

Logout Mark Read Team Forum Stats Members Help
Add button to slideshow.xml ?0