I'm trying to add buttons to my skin that access the clip bank directly. I'm trying to create a button that turns the ClipBank on/off. The problem is I can't get the button to show a "pressed" or "selected" state. The "normal" and "over" states show fine.
I'm using this xml:
<button action="video_fx" value="ClipBank">
<size width="60" height="37"></size>
<pos x="27" y="86"></pos>
<selected x="1190" y="768"></selected>
<down x="1190" y="768"></down>
<over x="1190" y="768"></over>
<text dx="4" dy="12" width="50" font="arial" size="10" color="#000000" weight="bold" align="center" format="ClipBank" scroll="no"></text>
</button>
Is this possible?
Thanks,
Greg
I'm using this xml:
<button action="video_fx" value="ClipBank">
<size width="60" height="37"></size>
<pos x="27" y="86"></pos>
<selected x="1190" y="768"></selected>
<down x="1190" y="768"></down>
<over x="1190" y="768"></over>
<text dx="4" dy="12" width="50" font="arial" size="10" color="#000000" weight="bold" align="center" format="ClipBank" scroll="no"></text>
</button>
Is this possible?
Thanks,
Greg
Posted Fri 31 Oct 08 @ 1:02 am
This post has had quite a few views but no responses. Is anyone else accessing Video FX directly? I find it handy to have the different video FX available right from the top layer of the skin. Unfortunately, unlike with sound effects, there doesn't seem to be a way to tell if the video effect is active or not.
Greg
Greg
Posted Mon 03 Nov 08 @ 10:34 am
I would be interested in learning how this works.
I use the clip bank very often in my pub quiz - so yeah can anyone help?
I use the clip bank very often in my pub quiz - so yeah can anyone help?
Posted Tue 11 Nov 08 @ 5:37 am
This is a problem with the Skin Engine, not with your xml code.
You can make a suggestion in the New features forum.
You can make a suggestion in the New features forum.
Posted Tue 11 Nov 08 @ 6:24 am