-
I have an app (Text Grab) which can create and read QR Codes. Currently I'm trying to make a little app which just does QR Codes, but using WinAppSDK. I'm having a hard time finding the right Writer/Renderer to write to a I took the method from my WPF App and tried to do some adapting... but it is not working. This is the code generating the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Following up here. I stopped trying to do the work Async and the issue went away. Here is a complete helper which works in WinAppSDK if anyone wants to copy/paste.
|
Beta Was this translation helpful? Give feedback.
Following up here. I stopped trying to do the work Async and the issue went away. Here is a complete helper which works in WinAppSDK if anyone wants to copy/paste.