2011-09-17, 05:25 AM
It was reported by RedDwarf that mouse navigation using the timeline wasn't working for BRVE+ & as trying to do mouse skipping using the timeline doesn't work at all for me even using the Default skin it is really hard for me to test this out......
This is what I currently have in the Video.xml skin in the Players directory
can you see any errors in that code??
This is what I currently have in the Video.xml skin in the Players directory
Code:
<Element name="Timeline" location="6,1" size="88,9">
<RoundedRect location="1,5" size="98,90" fillColor="TransparentBlack" borderColor="#333333" radius="1" borderWidth="2px"/>
<Text text="@position" location="3,0" size="20,100" font="OsdLargeText" align="Left" valign="Center"/>
<Text text="@duration" location="77,0" size="20,100" font="OsdLargeText" align="Right" valign="Center"/>
<Image name="timelineBar" source="@timelineGraphic" location="22,35" size="56,30" />
</Element>
can you see any errors in that code??