Quantcast
Channel: wpftoolkit Discussions Rss Feed
Viewing all articles
Browse latest Browse all 2157

New Post: RunWorkerCompleted is returning before work seems to be completed. Busy indicator Closing Early

$
0
0
Hi,

I believe it has something to do with the content of method FillCustomers (access to database, dispatching, reading...).
If I replace the content of the FillCustomers method by this :
for( int i = 0; i < 2000; ++i )
      {
        System.Diagnostics.Debug.WriteLine("Filling " + i);
      }
The whole display will be completed before "itemSearchWorker_Completed" is called, ending the busy indicator.

Viewing all articles
Browse latest Browse all 2157

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>