Daniel Armstrong

Results 7 issues of Daniel Armstrong

Hey I have been trying to install this for the last hour or so and have gotten past a few issues but it still wont install. I have it failing...

I know there are some old posts about performance with some half finished ideas and code to improve it but I cant find anything solid. I need to show 16 ...

performance

Calling the code below on a mouse exit event causes the issues in the video below ``` AnimationBehavior.GetAnimator((DependencyObject)sender).Pause(); AnimationBehavior.GetAnimator((DependencyObject)sender).Rewind(); ``` https://youtu.be/8hvYihvWe8I

bug

Hey I am trying to get this to compile to a DLL that I will be able to use via a C# UWP app. I will be embedding this in...

I am trying to use generated bindings but there is no simple sample for it so I cannot figure out why this isn't working. Using this : ` ` I...

Hey I am trying to get this to compile to a DLL that I will be able to use via a C# UWP app. I will be embedding this in...

I have used this to great effect in my WPF C# project but the nuget package doesn't seem to support C# UWP projects. Is there any chance that this could...