Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetroProgressBar System.Windows.Media.Animation warning fix #2012

Merged
merged 2 commits into from
Jun 30, 2015

Conversation

punker76
Copy link
Member

this PR fix this two possible animation warnings, so a DataGrid with a MetroProgressBar should now be faster!

System.Windows.Media.Animation Warning: 6 : Unable to perform action because the specified Storyboard was never applied to this object for interactive control.; Action='Stop'; Storyboard='System.Windows.Media.Animation.Storyboard'; Storyboard.HashCode='39750236'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='System.Windows.Controls.Grid'; TargetElement.HashCode='19146950'; TargetElement.Type='System.Windows.Controls.Grid'
System.Windows.Media.Animation Warning: 6 : Unable to perform action because the specified Storyboard was never applied to this object for interactive control.; Action='Remove'; Storyboard='System.Windows.Media.Animation.Storyboard'; Storyboard.HashCode='39750236'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='System.Windows.Controls.Grid'; TargetElement.HashCode='19146950'; TargetElement.Type='System.Windows.Controls.Grid'

System.Windows.Media.Animation Warning: 6 : Unable to perform action
because the specified Storyboard was never applied to this object for
interactive control.; Action='Stop';
Storyboard='System.Windows.Media.Animation.Storyboard';
Storyboard.HashCode='39750236';
Storyboard.Type='System.Windows.Media.Animation.Storyboard';
TargetElement='System.Windows.Controls.Grid';
TargetElement.HashCode='19146950';
TargetElement.Type='System.Windows.Controls.Grid'

System.Windows.Media.Animation Warning: 6 : Unable to perform action
because the specified Storyboard was never applied to this object for
interactive control.; Action='Remove';
Storyboard='System.Windows.Media.Animation.Storyboard';
Storyboard.HashCode='39750236';
Storyboard.Type='System.Windows.Media.Animation.Storyboard';
TargetElement='System.Windows.Controls.Grid';
TargetElement.HashCode='19146950';
TargetElement.Type='System.Windows.Controls.Grid'
@punker76 punker76 added this to the 1.2.0 milestone Jun 30, 2015
punker76 added a commit that referenced this pull request Jun 30, 2015
…ing-fix

MetroProgressBar System.Windows.Media.Animation warning fix
@punker76 punker76 merged commit fa6cd6d into master Jun 30, 2015
@punker76 punker76 deleted the MetroProgressBar-Animation-Warning-fix branch July 8, 2015 21:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant