Silverlight + MySpace = WayCool!

This item was filled under [ 新闻News ]

Today MySpace announced support for Silverlight on their Open Platform. Yes, you can start leveraging the power of .NET in your MySpace apps. How cool is that? You can get the details here. 阅读全文…

Silverlight 3D Overview

This item was filled under [ 新闻News ]

As web programmers, we use a lot of strings to move data around the web. Often we’ll use a string to represent a date or an integer or a boolean. Basically “1″ in instead of 1, or “April 1, 2009″ rather than a proper ISO-8601 formatted culture-invariant date. 阅读全文…

MIX 09

This item was filled under [ 新闻News ]

Two weeks ago we held our MIX conference in Las Vegas.  MIX is my favorite conference of the year – since it nicely integrates development and design topics together in a single event, and is usually accompanied by some pretty cool product announcements. 阅读全文…

求silverlight里的尤其是这句话UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)" 怎么解释

This item was filled under [ 新闻News ]

<UserControl x:Class=”SilverlightApplication2.Page”
    xmlns=”http://schemas.microsoft.com/winfx/2006/xaml/presentation“ 
    xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml“  阅读全文…

Expression Blend 入门教程

This item was filled under [ 新闻News ]

原文:http://silverlight.jc.jishu.me/meigong_sl/ExpressionBlend.html

教程中使用的是Expression Blend 2.0 sp1版本。 阅读全文…

Silverlight 教程

This item was filled under [ 新闻News ]

原文:http://silverlight.jc.jishu.me/meigong_sl/donghua.htm 本文是接着《元件、场景、组实现》的创建的角色,接着实现的动画。 Silverlight到今才发展了两个版本,在同行业与Flash相比肯定有很多不及之处。新的技术是否有新前景呢? 阅读全文…

Silverlight 3: Navigation Application Template Extra themes posted!

This item was filled under [ 新闻News ]

Have you tried out the new Silverlight 3 Navigation Application?  Our plan with this as to make it much easier to folks to get started building a RIA application with Silverlight.  You can find it in the File\New Project dialog. 阅读全文…

silverlight超连接被阻止

This item was filled under [ 新闻News ]

问:

我是用

HtmlPage.Window.Navigate(new Uri(”http://localhost:1114″, UriKind.Absolute),”_blank”);

实现超连接的,我用的是GOOGLE的Chrome浏览器,浏览器会阻止超连接,请问有没有解决办法,谢谢!

 

答:

应该是浏览器设置的问题吧?