<HTML dir=ltr><HEAD><TITLE>[Xerte] Xerte3: Two way binding</TITLE>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<META content="MSHTML 6.00.6000.17063" name=GENERATOR></HEAD>
<BODY>
<DIV id=idOWAReplyText92564 dir=ltr>
<DIV dir=ltr><FONT face=Arial color=#000000 size=2>not at the moment, no. Wait till next week and I'll wrap everything up. I need to resolve why your controllers don't show, as we ought to fix the root problem,</FONT></DIV>
<DIV dir=ltr><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV dir=ltr><FONT face=Arial size=2>J</FONT></DIV></DIV>
<DIV dir=ltr><BR>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> xerte-bounces@lists.nottingham.ac.uk on behalf of Peter Huppertz<BR><B>Sent:</B> Thu 24/06/2010 13:44<BR><B>To:</B> Xerte discussion list<BR><B>Subject:</B> [Xerte] Xerte3: Two way binding<BR></FONT><BR></DIV>
<DIV>
<P><FONT size=2>Unfortunately the VideoDisplayIcon does not show it's controlbar in my piece. Thus I decided to create the buttons and the slider on my own, using Xerte Icons. Now I want to bind the value of the slider to the playheadTime of my video and vice versa. In a first attempt I used the approach from the example folder:<BR><BR>BindingUtils.bindProperty(myVideo.videoDisplay, 'playheadTime', slider, 'value');<BR><BR>This works. If I also add<BR><BR>BindingUtils.bindProperty(slider, 'value', myVideo.videoDisplay, 'playheadTime');<BR><BR>the video stuck at the beginning.<BR><BR>I also tried adding @{myVideo.videoDisplay.playheadTime} to the value property of the slider which should establish a tow way binding, but this does not work at all.<BR><BR>Any idea?<BR><BR><BR>==================================<BR>Peter Huppertz<BR>E-learning and IT Specialist<BR>International Centre for Asset Recovery<BR>Basel Institute on Governance<BR>Phone: +41 61 205 55 18<BR>Fax: +41 61 267 55 19<BR><BR>_______________________________________________<BR>Xerte mailing list<BR>Xerte@lists.nottingham.ac.uk<BR><A href="http://lists.nottingham.ac.uk/mailman/listinfo/xerte">http://lists.nottingham.ac.uk/mailman/listinfo/xerte</A><BR></FONT></P></DIV></BODY></HTML>