wpf working state
Posted
by
taras.roshko
on Stack Overflow
See other posts from Stack Overflow
or by taras.roshko
Published on 2011-01-10T09:29:52Z
Indexed on
2011/01/10
10:53 UTC
Read the original article
Hit count: 261
Hi, I have a grid in my application. After user selects some files in ofdialog application processes some calculations. While app is making calculations it looks like it is not responding. How to display some picture and make main window in black&white while calculating? Maybe make some dp in MainWindow a la "IsBusy" and bind a popup with picture to it?
How you implement this logic in yours apps?
© Stack Overflow or respective owner