This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
We've started using the CoverFlow control (clients are demanding more visual thrills). It works nicely, but we do see the following binding errors reported in the debug output: System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Mindscape.WpfElements.CoverFlowItem', AncestorLevel='1''. BindingExpression:Path=ClipBottomLeft; DataItem=null; target element is 'PathFigure' (HashCode=61558691); target property is 'StartPoint' (type 'Point') System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Mindscape.WpfElements.CoverFlowItem', AncestorLevel='1''. BindingExpression:Path=ClipTopRight; DataItem=null; target element is 'LineSegment' (HashCode=18170891); target property is 'Point' (type 'Point') System.Windows.Data Error: 4 : Cannot find source for binding with reference 'RelativeSource FindAncestor, AncestorType='Mindscape.WpfElements.CoverFlowItem', AncestorLevel='1''. BindingExpression:Path=ClipBottomRight; DataItem=null; target element is 'LineSegment' (HashCode=62768516); target property is 'Point' (type 'Point') I recognize these are probably harmless, but it is my practice to try to track down and eliminate all such binding errors. Otherwise the debug output fills with clutter, making it hard to notice real problems. If it is possible to eliminate these errors with some tweak I would appreciate it. We are using the nightly build from Feb 17. Thanks Peter |
|
|
Hi Peter, I have been able to reproduce this, but have not found a way to solve this issue sorry. You are correct that they are harmless. -Jason Fauchelle |
|