❔ Ookii.Dialogs.Wpf ProgressDialog BackgroundWorker Dispatcher.Invoke not working.
Using
Ookii.Dialogs.Wpf
's ProgressDialog
Full code: (Will post in bits) it's not updating the UI and idk what im doing wrong.18 Replies
is definitely not what you want, for starters
more interestingly, how sure are you that that line is actually getting HIT?
I don't think that it is, that is the problem
well, start working that
What?
Everything else works, it's just I need to get data back to the main thread
okay, so which is it?
does everything work, or is your update code not getting called?
As I've said it's not updating the UI
to which I asked "is that code actually getting hit"
to which you answered "no"
to which I said "well, start working that"
to which you said "everything else works"
which is it?
is your code getting called, or does it all work?
"everything else works" meaning that everything but those 4 lines are working
So no those 4 lines are not working
Which is why I opened this help thread
so, are those lines being called?
No I don't think they are, the reason of this thread I created
then work that problem
they're inside an if statement
is that evaluating false?
that's inside a loop
is the loop empty?
there's an if statement that terminates the loop early
is that getting triggered?
also
I don't think they aredon't guess, find out for sure
Well it's clearly not because it's not showing up.
That's what I'm trying to do but you're not helping
that's an assumption
prove it
What do you mean prove it? It's not showing up
set a breakpoint
Can't right now I will when I can
(It is doing stuff on the background thread since thats updating with the progress and it's actually finding things.)
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.