Tagged Questions
Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications. The current version 4 was released in April 2010.
42
votes
5answers
13k views
Cannot install silverlight 4 tools on visual studio 2010 sp1
I've installed Visual Studio 2010 (fresh install), then applied the SP1. Now I've tried to install the silverlight 4 tools, but i'm getting a strange error message :
"Visual Studio 2010 or Visual ...
26
votes
3answers
2k views
MVVM Light: how to unregister Messenger
I love the MVVM Light's Messenger and its flexibility, however I'm experiencing memory leaks when I forget to explicitly unregister the recipients (in Silverlight 4).
The cause is explained here, but ...
26
votes
7answers
6k views
Why change from WPF to Silverlight 4?
I'm working on an application we made WPF instead of Silverlight as we wanted a full blown desktop application with the whole unique feeling and advantages that gives. However, with the announcement ...
23
votes
16answers
862 views
Resources for Windows Phone 7 development
Windows Phone 7 has been unveiled and MS have announced all details of the development chain at the Mix10 conference.
So this could be a good starting point/collection of online resources as they ...
19
votes
2answers
689 views
Silverlight 4.0 and WCF client proxy - how to create and how to close instances
Topic of Silverlight WCF service proxy lifecycle is not very clear to me. I have read various materials, resources, answers here, but still I don't completely understand the supposed best way to use ...
18
votes
2answers
1k views
Silverlight 4 / .NET 4 Debugging resource strings
I recently encountered a strange thing. On some of my company's servers when an exception message is printed out (yes, bad, I know. It's for debugging), the actual message isn't displayed. Instead it ...
18
votes
4answers
807 views
4 points and Ellipse
I have 4 points.. i can draw a polygon usign this code
var p = new Polygon();
p.Points.Add(new Point(0, 0));
p.Points.Add(new Point(70, 0));
p.Points.Add(new Point(90, 100));
p.Points.Add(new ...
13
votes
1answer
1k views
Launch Silverlight Out-of-Browser from browser post-installation
I am building a prototype application in Silverlight 4 Beta and I am using the Out-of-Browser (OOB) functionality. I need the OOB functionality to be able to access the local file system, and I would ...
12
votes
3answers
525 views
How to preserve TwoWay binding of CurrentItem when databinding to CollectionViewSource in ComboBox
Lets say we got a simple VM class
public class PersonViewModel : Observable
{
private Person m_Person= new Person("Mike", "Smith");
private readonly ...
12
votes
8answers
892 views
What are the pitfalls of using .NET RIA Services in Silverlight?
Silverlight can use WCF, Web Services, REST based services, .NET RIA Services, but it seems like Silverlight and .NET RIA Services are preferred most.
I want to know if there are any common issues ...
12
votes
2answers
3k views
Silverlight 4 Equivalent to WPF “x:static”
I'm working on a project that is based on an old project someone started and didn't finish. I was trying to use as much of their code as I could, so in doing so I ran into some tweaking issues.
...
12
votes
6answers
15k views
Silverlight 4.0 PDF Viewer
Any free control to view PDF for Silverlight?
or how to view pdf in silverlight from memory stream?
11
votes
3answers
2k views
Silverlight 4: Detect browser F5 / refresh and X / Close
I want to determine how to filter F5, refresh button, X and close in browser via silverlight 4.0 or even in server side.
thank you
EDITED:
I added bounty to my question just today, July 28 2011. My ...
11
votes
2answers
812 views
Seeking Font Strategies for Silverlight Apps
As I'm working through an SL3/SL4 application, and starting to work with fonts, I'm finding a lack of documentation and best practices on font strategies. For example:
Are there common fallback ...
11
votes
11answers
3k views
Best Silverlight Controls [closed]
Who provides the best 3rd party Silverlight controls for LOB applications? In the past I’ve used Infragistics for WinForm controls which were very good and they also provide good support. However, ...
10
votes
2answers
357 views
Silverlight not working in Firefox 3.6.12
We are having some wierd behavior in firefox with silverlight. We have tried everything and I am hoping for some more ideas. Below is the behavior
Install firefox (3.6.12) and silverlight ...
10
votes
0answers
197 views
Why do the following differences in Silverlight implementations exist between MAC and Window versions [closed]
I was reading the through the list of differences between the Silverlight implementation for Windows and the implementation for the MAC. Which can be found HERE.
While some of the differences are ...
10
votes
3answers
1k views
Good Silverlight 4.0 chart / graph component?
I've been using the Silverlight Toolkit but I'm finding the quality lacking; in particular this memory leak / phantom point bug renders the Chart component completely unusable.
Can anyone recommend a ...
10
votes
1answer
1k views
Silverlight 4 Data Binding with anonymous types
Does anyone know if you can use data binding with anonymous types in Silverlight 4?
I know you can't in previous versions of silverlight, you can only databind to public class properties and anonymous ...
10
votes
6answers
8k views
Streaming a webcam from Silverlight 4 (Beta)
The new webcam stuff in Silverlight 4 is darned cool. By exposing it as a brush, it allows scenarios that are way beyond anything that Flash has.
At the same time, accessing the webcam locally seems ...
9
votes
1answer
730 views
weird error with RIA Services “code generator encoutered a fatal exception”
This is the second time that I have this really weird problem with WCF RIA Services! the sad thing is that I had to solve the problem twice, going through the different hoops again :(, even though ...
9
votes
1answer
1k views
Programmatically measure text string in pixels for Silverlight
In WPF there is the FormattedText in the System.Windows.Media namespace MSDN FormattedText that I can use like so:
private static Size GetTextSize(string txt, string font, int size, bool isBold)
{
...
9
votes
2answers
3k views
Silverlight 4.0 Binding to Converter Parameter
Is it possible to bind to a ConverterParameter in Silverlight 4.0?
For instance I would like to do something like this and bind the ConverterParameter to an object in a ViewModel for instance.
If ...
9
votes
3answers
315 views
Moving From WPF to Silverlight: What are the Key Differences?
I have done one full project using WPF, and have (at least) a pretty good grasp of the main concepts, like XAML, Databinding, and MVVM. We did everything "by hand"--we did not use an MVVM framework ...
9
votes
5answers
959 views
Microsoft Certification Advice : Silverlight path
I apologize if this title is misleading. I already know that Microsoft isn't planning on releasing a Silverlight certification due to their quick development cycles (please correct me if I am wrong). ...
9
votes
4answers
700 views
Silverlight HttpWebRequest.Create hangs inside async block
I am trying to prototype a Rpc Call to a JBOSS webserver from Silverlight (4). I have written the code and it is working in a console application - so I know that Jboss is responding to the web ...
9
votes
4answers
5k views
MSBuild command-line error - Silverlight 4 SDK is not installed
My MSBuild command line is as follows:
msbuild e:\code\myProject.csproj /p:Configuration=Debug /p:OutputPath=bin/Debug /p:Platform=x86 /p:PlatformTarget=x86
The project builds fine on my ...
9
votes
1answer
1k views
How to play non buffered WAV with MediaStreamSource implementation in Silverlight 4?
Background
I'm trying to stream a wave file in Silverlight 4 using MediaStreamSource implementation found here. The problem is I want to play the file while it's still buffering, or at least give ...
9
votes
2answers
888 views
Silverlight 4, Mouse Wheel Events and Windowless Mode
I have a Silverlight 4 application that benefits greatly from having native mouse wheel support for a number of controls. The page that hosts the application has a HTML driven drop-down menu that ...
9
votes
1answer
216 views
Silverlight (4.0) for WPF guys
For years I have exclusively worked with WPF and never touched Silverlight. Is there a quick tour for WPF pros that introduces me to Silverlight (4.0) its unique features and its differences to WPF?
9
votes
9answers
2k views
What does WPF still have to offer over Silverlight 4?
Given the list of new features announced in Silverlight 4, when is WPF still required?
8
votes
2answers
364 views
Disable resizing out of browser Silverlight 4 Window [closed]
Possible Duplicate:
How can I prevent the user from resizing the silverlight out-of-browser window?
Is there any way to actually remove the ability to maximize/resize the out of browser ...
8
votes
6answers
3k views
Error HRESULT E_FAIL has been returned from a call to a COM component
What does this error "Error HRESULT E_FAIL has been returned from a call to a COM component." mean in Silverlight 4 app? It's a very generic error. The VS debugger doesn't point to the exact location ...
8
votes
4answers
2k views
How to get accordion region to expand (vertically) to dynamic content?
I have a main datagrid, then an accordion control below it. In one of the accordion items I have another datagrid that binds to the selected item of the first datagrid. Simple xaml is:
...
8
votes
1answer
4k views
using MVVM light messenger with Silverlight 4 ChildWindow dialog class
Greetings! Am enjoying using MVVM light -great framework - has made my life much easier, and has removed a number of barriers that were proving difficult to overcome....
Question:
I am attempting to ...
8
votes
2answers
849 views
Why is the dictionary debug visualizer less useful in Visual Studio 2010 for Silverlight debugging?
I was debugging in Visual Studio 2010, which we just installed and trying to look at a dictionary in the quick watch window. I see Keys and Values, but drilling into those shows the Count and ...
8
votes
4answers
6k views
Silverlight 4 WCF RIA Services and MVVM is not as simple
[Disclaimer: I'm ASP.NET MVC Developer]
Hi,
I'm looking for some best practices with implementing MVVM pattern with WCF RIA in Silverlight 4.
I'm not looking to use MEF of IoC for locating my ...
8
votes
2answers
810 views
how to know local font names in silverlight
in silverlight 4 I need to know all the font names in my machines.
Using....
...
var typefaces = System.Windows.Media.Fonts.SystemTypefaces;
foreach (System.Windows.Media.Typeface face in ...
8
votes
5answers
7k views
VS2010 Code: 2104 Could not download the Silverlight application
I've just started getting this Javascript error running VS2010 with SL4
Error: Unhandled Error in Silverlight Application
Code: 2104
Category: InitializeError
Message: Could not download ...
7
votes
1answer
410 views
Binding Source-Property of MediaElement to FileInfo
I have a viewmodel class that provides a property MediaFile of type FileInfo and i want to bind the property to the Source property of a MediaElement.
The problem is that, that the Source property of ...
7
votes
2answers
3k views
How to zoom in and zoom out Images in WP7?
I have made an application which displays Images .Now I want to implement zoom in and zoom out feature(by using two fingertip's) as in native windows phone photo viewer application.Any idea on how to ...
7
votes
3answers
378 views
How to write Silverlight Controls that don't leak memory
I've just been investigating some Silverlight controls with ANTS Memory Profiler (brilliant!) and found out that some of my controls are staying around in memory. The solution to this has been to ...
7
votes
2answers
721 views
INotifyDataErrorInfo ArgumentOutOfRangeException when raising ErrorsChanged event
This is a wierd one and at this point I am thinking that it may have something to do with my machines configuration.
Basically I have created a pretty standard implementation of INotifyDataErrorInfo ...
7
votes
3answers
2k views
Silverlight 4 : Uploading file to server
Here is an easy one:
I need a stable simple file uploader with a progress bar, I have found lots of fancy ones from the search. However, I need the community opinion on which ones to go with? ...
7
votes
2answers
500 views
SL 4 — Force redraw of visual tree
Our application has a number of objects on a canvas; the canvas is contained in a scroll viewer. We also have a slider control and some buttons, always centered at the top of the window.
I am trying ...
7
votes
4answers
3k views
What is the replacement for DataTrigger in Silverlight
This is my scenario.
I have 2 Properties. Type and State.
Type is an Enum with 3 values eg, ball, car, arrow. State is an int which would accept 3 state values eg., -1, 0, 1. Also, I have 9 images ...
7
votes
3answers
504 views
How to add text in Deep Zoom Composer?
I want to compose my own project in deep zoom composer however I would like to know on how to add text per image zoomed in just like the hard rock memorabilia
I want to consume it, using silverlight ...
7
votes
1answer
2k views
How do I use DomainContext.Load to populate properties of my ViewModel?
I have a Silverlight page that gets its data from a view model class which aggregates some data from various (RIA services) domain services.
Ideally I'd like the page to be able to data bind its ...
7
votes
2answers
6k views
How to add Silverlight 4 ContextMenu to DataGrid row using XAML?
Silverlight 4 has a new ContextMenu control in the latest toolkit.
I can't find any examples anywhere on how to reliably use this ContextMenu on a DataGrid row. Theres a tonne of context menus out ...
7
votes
1answer
376 views
Isolated Storage, OOB, and Removing the App
What happens to the files created by Isolated Storage when the OOB app is removed? Do they remain or are the files also deleted? From what I can deduct the files would be maintained so they can be ...