Replies: 2 comments
-
So I don't know much about RxUI so I probably can't be of too much help (sorry!), but from a quick look at the documentation on interactions it doesn't look like there needs to be anything special to make it work (so that's good). In other RxUI questions, the usual cause for errors has always been using the wrong thread. Make sure you're using the Avalonia RxUI scheduler and not the default one. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I wanted to ask if anybody knows what is the correct way to use the
TaskDialog
together withReactiveUI
, specifically, showing it from aReactiveCommand
/Interaction
.I tried running the dialog from an
Interaction
in the view but after the interaction finishes, an exception is thrown "Failed to find a registration for a Interaction.".Any help would be appreciated!
If I find a solution to this, I'll post it here for others.
Beta Was this translation helpful? Give feedback.
All reactions