You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if execute MetroProgressBar, as below, print Debug output.
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='12083158'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='System.Windows.Media.Animation.Storyboard'; TargetElement.HashCode='12083158'; TargetElement.Type='System.Windows.Media.Animation.Storyboard'
as solution, i remove code.
In "ResetStoryboard" Method,
delete "indeterminate.Storyboard.Remove();"
but, I don' know, why warning? remove Method does not work.
if possible, i want the answer.
The text was updated successfully, but these errors were encountered:
if execute MetroProgressBar, as below, print Debug output.
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='12083158'; Storyboard.Type='System.Windows.Media.Animation.Storyboard'; TargetElement='System.Windows.Media.Animation.Storyboard'; TargetElement.HashCode='12083158'; TargetElement.Type='System.Windows.Media.Animation.Storyboard'
as solution, i remove code.
In "ResetStoryboard" Method,
delete "indeterminate.Storyboard.Remove();"
but, I don' know, why warning? remove Method does not work.
if possible, i want the answer.
The text was updated successfully, but these errors were encountered: