Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Create Diagram Save & Load ProgressBar (Read 1957 times)
Attila816
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 1
Joined: Sep 18th, 2010
Create Diagram Save & Load ProgressBar
Mar 29th, 2011 at 2:53pm
Print Post  
I'm wondering why I can't show in any way for the user that the application is busy because of saving or loading the diagram from a stream. Can you mention a solution for this, because I can't find Application.DoWork in silverlight, and BackgrondWorker is still not working if I try to load the diagram in a background thread. Thanks for your help.
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Create Diagram Save & Load ProgressBar
Reply #1 - Mar 30th, 2011 at 6:46am
Print Post  
The LoadFrom method can run only from the UI thread so it will block progressbar updates while it runs. You could show the Wait cursor instead of progressbar. Or perhaps try showing a progressbar from a different Silverlight app on the page; this will work if different apps run in separate threads.
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint