Referring to my previous question (Silverlight MVVM Confusion: Updating Image Based on State), I started to adopt a new method. I left the existing question because I don’t want to be sure My new m
Tag: Silverlight
Silverlight 2.0 Beta1 Download
Summary: silverlight 2.0 Beta1 download
silverlight 2.0 Beta1 download
http://www.microsoft.com/silverlight/ resources/InstallationFiles.aspx?v=2.0
Posted by: Flash2u at 18:05? L
SilverLight performance is better than JavaScript?
The speed advantage was recently discussed on Silverlight. Silverlight’s argument is that it is better than Javascript in the browser because it is compiled (and managed) code. < /p> Then said that
Silverlight-4.0 – How to make sure the Silverlight OOB application has only one instance?
Is there a way to ensure that only a single instance of the desktop version of the trusted Silverlight 4 Out Of Browser application runs?
Or do I need to manually enforce this by creating som
Use Silverlight and Deepzoom’s good sample website?
I’m currently considering using Silverlight and Deepzoom in future projects. Can anyone suggest some websites that make the most of these technologies? I saw an amazing demo of an upcoming websi
How to separate behavior from uielement behind the Silverlight code?
In Silverlight 3.0, I added custom behaviors for some UIElements in Code Behind.
I want to remove the behaviors at runtime later .
What is the C# syntax to separate the added behavior f
Silverlight JetPack Theme Background Color
Does anyone know what the background color of the jetpack theme is?
http://www.silverlight.net/content/samples/sl4/themes/jetpack.html
We are using this theme, but I can’t see that A li
Silverlight – How to bind TreeViewItem.isexpanded data to node data objects
I have a class like hierarchical data
public class MyNode
{
public string Name {get; set;}
public bool IsExpanded {get; set;}
public List Nodes {get; set;}
} I can Define a HierarchicalDa
Saving Bitmaps to Isolated Storage in Silverlight 3
Summary: Saving Bitmaps to Isolated Storage in Silverlight 3
There may be times when you wish to save a bitmap image to the user’s local storage. Perhaps it was a generated image that is used
Silverlight – Caliburn Element Formula
While trying to learn the source code of the GameLibrary sample application, I saw a line like this:
ConventionManager.AddElementConvention (Rating.ValueProperty, “Value”, “ValueChanged”); Ch