Daimonion

Results 19 comments of Daimonion

Same here. First try to write to my HID Device and ran into this error. ``` System.IO.IOException: An error occurred while attempting to write to the device ---> System.IO.IOException: Falscher...

Actually I was able to figure out what is the problem on my code. From the [TrezorExample.cs](https://github.com/MelbourneDeveloper/Device.Net/blob/main/src/Usb.Net.UWP.Sample/TrezorExample.cs) I tried to build my Own Class to connect to my device, but...

I do not implement the whole kernel. At the moment i just use the context switch code from your dspic arch file to solve a special problem of my actual...

+1 for this proposal I am facing InputValidation right now in WPF when using mvvmgen and wondering about why this feature isn't part of mvvmgen. But i also read your...

Thank you for your input. An Example would be great. ;)

@pfoo Works perfect. Thanks!!! Edit: After a few weeks icons are disappearing and don't come after reregistering the dll. Maybe it has something to do with icon overlay in general?...

Hey @Telespaz Thank you for your answer. > Call 'ClearCommand.RaiseCanExecuteChanged();' at the end of your Add and Remove method Yep, i added a call to my Add and Remove Method...

Yep, didn't found this because of bad search skills... ;)

Thanks for your response. At the moment I am building an app where I am able to show you this behavior. The original App is to big to show. I...

Okay, so I was able to reproduce it in a small app which you can download here: https://github.com/Daimonion1980/livechartsDemo/tree/main At first I was not able to reproduce the behavior because I...