Replies: 2 comments
-
@mobynet1 generally button click does run on the UI thread, unless you are using MVUX where the threading is different. I think the reason you may be facing issues is that you cannot call |
Beta Was this translation helpful? Give feedback.
-
@MartinZikmund Thank you for such a rapid response! When I look at the name of the method, |
Beta Was this translation helpful? Give feedback.
-
No matter what I try, I cannot get a simple textblock to update.
I have tried to update it from the view model:
Nope.
I moved this code into a button click handler directly in the view:
I know the button click runs in a non-UI thread, but why doesn't the TryEnque work even with high priority?
I have looked at examples in the Uno.Sample library, tried these approaches, yet nothing works. I know WPF wasn't this hard!
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions