Everyone is looking forward to it, Microsoft’s new generation of Web Application development platform: Silverlight 2.0 has finally entered RTWphase (Release To Web), which is the official version r
Category: Silverlight
Microsoft Silverlight is a cross-browser, cross-platform plug-in that brings the next generation of media experience and rich interactive applications based on .NET Framework to the network. Silverlight provides a flexible programming model and can be easily integrated into existing network applications. Silverlight can provide fast and low-cost delivery of high-quality video information to mainstream browsers running on Mac or Windows.
Silverlight – Unable to create an “ObjectName” instance in Designer during use
I tried to bind the combo box item source to a static resource. I over-explained my example, so it’s easy to understand what I’m doing.
public class A: ObservableCollection
{
public A()
{
Silverlight和Visual Tree Manipulation
Now this may be more troublesome than its value. However, it is really useful for me now.
What I want to know is how do I Operate the Silverlight visual tree at runtime. It’s easy to do simpl
Submit a failure – get notfound from the RIA service using Silverlight 4 on Submitchanges ()
I am using SL4 and RIA Services to build a new solution based on the Silverlight business application template. Since I am still developing, I just use localhost.
Submit operation failed. The
Why is SilverLight 2 only support WCF BasichTTP binding?
I am confused…If there is no proper support for WCF binding, how does MS release two versions of Silverlight? Should they at least not support wsHTTP binding? Can the service have appropriate mes
Silverlight – Is there a way to group Radiobuttons generated by ItemsControl ItemTemplate?
The above code is the ItemTemplate of my ItemsControl. All the Radiobuttons I want to instantiate should behave as if they are in a group. I know the reason, because the generated RadioButtons are
Silverlight – WP7: Change the visibility of the project in the selected list box project
I have a list box in which the following data templates are defined:
List box:
The problem is as follows; when the user selects an item in the list box, I want to display other informat
Silverlight – How to create a button with an image and text in F #?
I have a button with the following image:
let btnFoo = new Button()
let imgBar = new BitmapImage(new System.Uri(“images/whatever.png”, System.UriKind.RelativeOrAbsolute)) I want the button co
Wrappanel in Silverlight 4 Kit
This seems to be such a stupid question, but I can’t figure out for the life of me how to use WrapPanel in the recent (April 2010) Silverlight toolkit. < /p> Obviously they think it’s a good idea t
Silverlight: How to disable the browser’s refresh button?
I am developing a Silverlight application (i.e. no HTML content at all), and one of the biggest complaints is that if the user accidentally clicks F5, the application will restart. p> So is ther