Silverlight standard loading animation not showing

Can anyone please tell me how the standard Silverlight loading apps (swirling blue balls) are built into a Silverlight app and how do they work? I do not currently see it, although the xap loading takes a long enough time for the loading animation to show.

The problem is that I am creating the xap dynamically and trying to write it to the response stream, which might interfere with most Silverlight applications in some way. So maybe there is something missing from the original aspx or ClientBin page that should be there, which was lost by accident.

I have not found any useful information on how boot animation is integrated into Silverlight that can help me debug the problem so far. Does anyone know that the animation should run as expected?

+2


a source to share


1 answer


It's a Silverlight plugin that renders this animation - not every SL app. Can you post your code? You may not have specified the length of the content, so the plugin doesn't know how big the download will be.



+1


a source







All Articles