Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Composite Application (Prism) - Progress bar while remote module loading
3 replies. Latest Post by zenhgjjh on November 4, 2009.
(0)
alexbf78
Member
5 points
22 Posts
09-16-2009 4:49 PM |
Hello,
(Silverlight 3, Composite Application (prism))
Is is possible to display some kind of progress bar (or just a small animation) while a module is remotely loaded from the server?
Right now the app kinda freeze while the module is downloaded. I would like to display something to my users.
Any ideas?
Alex
K2P2
Participant
1028 points
337 Posts
09-16-2009 5:30 PM |
You can work with these and then paint about anything you want while it's loading.{
WC.DownloadProgressChanged +=
09-17-2009 10:21 AM |
Thanks!
but how do I integrate that with the ModuleManager in my composite application?
zenhgjjh
18 points
33 Posts
11-04-2009 5:16 PM |
Check this one
http://johnpapa.net/silverlight/fill-my-prism-region-please/