02 2008 档案
摘要:The implementation of System.Random in Silverlight is not very random at all -plotting the results obtaining from an increasing seed reveals definatepatterns.link:https://connect.microsoft.com/VisualS...
阅读全文
摘要:先测试界面。http://www.cnblogs.com/Files/nasa/silverlight/play.zip
阅读全文
摘要:平台/浏览器/设备:--支持Linux(将由Novell提供)--支持FireFox--支持移动设备 兼容性:--Silverlight 2是与Silverlight 1应用相兼容的 开发:--将提供设计器支持 文件:--提供多个 .xap 文件支持,可以按不同颗粒的层次缓存 测试:--Silverlight 2将支持一个单元测试框架--同时支持UI自动化接口--会提供工具捕捉code c...
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--stringstoryboardName="MyStoryBoard";stringmyXamlElement="MyXamlElement";intnewLeftPosition=120;Storybo...
阅读全文
摘要:一个仿照做的小实验。http://www.cnblogs.com/Files/nasa/silverlight/mixme.ziphttp://www.cnblogs.com/Files/nasa/silverlight/hotnews.ziphttp://www.cnblogs.com/Files/nasa/silverlight/spic.zip
阅读全文
摘要:现在silverlight中还不支持直接用c#代码来创建动画,只能通过XamlReader来加载storyboard。今天看了DoubleAnimation这个方法。可以动态的设置属性。 这里就很奇怪。我动态的new出来的巨型一直不发生变化。而直接在舞台上画出的巨型就能发生变化。研究了好久才发现DoubleAnimation只能操作已经声明过的属性。Code highlighting produc...
阅读全文
摘要:如果你已经安装了silverlight并能在IE7或Firefox 2中运行,请直接复制下边的代码存成.htm来浏览。 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<html><head></head><b...
阅读全文
摘要:http://www.inkscape.org/index.php?lang=enhttp://inkscape.modevia.com/win32/?M=D一个免费开源的好工具。而且还有现成的图片库。图片库:http://www.openclipart.org/
阅读全文
摘要:http://www.cnblogs.com/Files/nasa/make_size.zip
阅读全文
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--functionrandomArray(array){var_len=array.length;var_newArr=newArray();vari;for(i=0;i<_len;i++){var_...
阅读全文