如何在 Silverlight 下载器下载应用程序库缓存文件时创建自定义 Spalsh 屏幕?

发布于 2024-09-14 15:21:34 字数 454 浏览 5 评论 0原文

我创建了一个使用应用程序缓存的示例应用程序,我的一些文件位于服务器上。它工作正常。但现在我已经添加了 appx 10 MB ZIP 文件,现在想要下载,Silverlight 下载器在 xap 下载中显示 100%,然后没有进度显示,只出现圆圈。

我已经尝试过http://pagebrooks。 com/archive/2009/02/19/custom-loading-screens-in-silverlight.aspx 相同,并且仅适用于 XAP。但我需要它来下载“应用程序缓存”文件

所以有没有选项可以创建我的自定义 UI 以在那时显示它。请告诉我,

提前致谢, 拉克斯米拉尔·梅纳里亚

I have created a sample application suing Application cache, My some files are located on server. its working fine. But Now I have added appx 10 MB ZIP file and now want to downlaod, Silverlight downloader show 100% in xap download and then no progress show just circle appears.

I have tried the http://pagebrooks.com/archive/2009/02/19/custom-loading-screens-in-silverlight.aspx same and its working fine for XAP only. But I need it for "Application cache" files downloads

So is there any option to create my custom UI to show it at that time.Please let me know,

Thanks in advance,
Laxmilal Menaria

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

娇纵 2024-09-21 15:21:34

有一个 Silverlight TV 剧集专门介绍自定义预加载器...从这里开始...
http://johnpapa.net/silverlight/customer-preloader-silverlight-tv -006/

另请参阅这篇文章:
http://elegantcode.com/2010/03 /05/creating-a-custom-silverlight-pre-loader/

HTH

编辑:
好吧,现在我找到你了。这似乎是一个开放的话题。
解决方案是提供您自己的逻辑:
的一篇很好的博客文章

这是 tim heuer http ://timheuer.com/blog/archive/2008/09/24/silverlight-isolated-storage-caching.aspx

否则寻找MEF并动态加载XAP(这也是我推荐的方式)
因为你有更多的控制权
看看这些文章
http://www.codeproject.com/KB/silverlight/MEFDynamicLoading.aspx

http://www.davidezordan.net/blog/?p=1734

和 gblock mef 大师本人

http://johnpapa .net/silverlight/silverlight-tv-11-dynamically-loading-xaps-with-mef/

这个开放甚至可以缓存、按需加载以及将您的应用程序分成几部分...

希望我说得对这次...

There is a Silverlight TV episode dedicated to a custom preloader... start from here...
http://johnpapa.net/silverlight/customer-preloader-silverlight-tv-006/

And see also this post:
http://elegantcode.com/2010/03/05/creating-a-custom-silverlight-pre-loader/

HTH

EDIT:
OK now I got you. This seems like an open topic.
A solution is to provide your own logic:
this is a good blog post by tim heuer

http://timheuer.com/blog/archive/2008/09/24/silverlight-isolated-storage-caching.aspx

Otherwise look for MEF and dynamically load XAP's (this would be my recommended way, too)
Because you got way much more control
check out these article
http://www.codeproject.com/KB/silverlight/MEFDynamicLoading.aspx

http://www.davidezordan.net/blog/?p=1734

and gblock the mef master himself

http://johnpapa.net/silverlight/silverlight-tv-11-dynamically-loading-xaps-with-mef/

This open's even possibilities to cache, load on demand and split up you app in portions...

Hope I got you right this time...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文