# HG changeset patch # User PAMPHILE Jonathan # Date 1253796501 -7200 # Node ID 33d221312ea107601a60ad8e820961098c3b754c # Parent e6e3b164a9a82da84356db73df719376ac007573# Parent 5a49507c81599aeb8a1af37955740e04a66747ef Merge - PLayer - TimeLine diff -r e6e3b164a9a8 -r 33d221312ea1 src/FingersDance.Control.Player/UserControlPlayer.xaml --- a/src/FingersDance.Control.Player/UserControlPlayer.xaml Thu Sep 24 14:46:11 2009 +0200 +++ b/src/FingersDance.Control.Player/UserControlPlayer.xaml Thu Sep 24 14:48:21 2009 +0200 @@ -129,9 +129,9 @@ - - - + + + diff -r e6e3b164a9a8 -r 33d221312ea1 src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs --- a/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Thu Sep 24 14:46:11 2009 +0200 +++ b/src/FingersDance.Control.TimeLine/UserControlTimeLine.xaml.cs Thu Sep 24 14:48:21 2009 +0200 @@ -188,7 +188,7 @@ private void slider_ContactTapGesture(object sender, Microsoft.Surface.Presentation.ContactEventArgs e) { - addAnnotation(); + //addAnnotation(); } public void addAnnotation() diff -r e6e3b164a9a8 -r 33d221312ea1 src/FingersDance/MainSurfaceWindow.xaml.cs --- a/src/FingersDance/MainSurfaceWindow.xaml.cs Thu Sep 24 14:46:11 2009 +0200 +++ b/src/FingersDance/MainSurfaceWindow.xaml.cs Thu Sep 24 14:48:21 2009 +0200 @@ -341,7 +341,7 @@ actualGrid.Children.Add(SessionInput); //2.5 rensegner la video choisie au screen - ((UserControlScreen)actualGrid.Parent).Path = ((CustomListBoxItem)sender).Path; + ((UserControlScreen)actualGrid.Parent).Path = ((UserControlListVideo)sender).path; //3-Creation des Events SessionInput.EH_SurfaceButtonSubmit_ContactDown += new System.EventHandler(this.SessionInput_EH_SurfaceButtonSubmit_ContactDown); //4-Supression du UC List Video