Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications.

learn more… | top users | synonyms

0
votes
0answers
5 views

Binding animation duration to slider

On My MainPage I have <DoubleAnimation Completed="DoubleAnimation_Completed_1" Storyboard.TargetName="factImage" Storyboard.TargetProperty="Opacity" From="0.0" ...
0
votes
0answers
10 views

How to install and run SIlverlight application through AppleScript?

I have a Silverlight application ("file1.xap"). How do I install and run it using AppleScript on MAC OS X?
0
votes
1answer
23 views

How to declare Labels in xaml for use in both WPF and Silverlight

I am working on a UserControl in a Silverlight project in visual studio 2010. This user control uses Labels as follows: <sdk:Label .../> -or- <sdk:Label> singleObject ...
0
votes
0answers
16 views

Problems with Silverlight's lync Contact Card Control in CRM

I'm having some issues with the Silver light Contact Card Control in CRM. I have a Web Resource (HTML) with some functionality, and I put the html object to host the silver light, when I try the ...
0
votes
0answers
31 views

Default binding to UserControl for custom DP

I have a custom DP that runs or stops an animation. I want this to default to start and stop based on the UserControl visiblity (the DP is of type Visibility which makes this easier) Can I do this ...
0
votes
1answer
22 views

ExtendedVisualStateManager.GoToElementState returns false in Silverlight

I have a custom control whose Animation I want to control. I attempt to update this using VisualStateManager.GoToState but it always returns false in Silverlight and the animation never starts. This ...
0
votes
0answers
18 views

How to install and run SIlverlight application in MAC OS X?

I have a Silverlight application ("file1.xap"). How do I install it in MAC OS X?
0
votes
1answer
19 views

Using VisualStateManager to start and stop Storyboards

I have an animation that animates a Canvas by turning it 360 degrees indefinitely (it basically spins). What I want is for this animation to start when the control is shown and then stop when the ...
0
votes
0answers
22 views

Don't change control location on orientation change

My layout XML: <Grid.RowDefinitions> <RowDefinition Height="auto" /> <RowDefinition Height="450" /> ...
1
vote
0answers
13 views

Portable class library being treated as a file assembly reference

I am trying to share a bit of code between a silverlight application and a WPF application. I've created a new portable class library project, and set it to target ".NET Framework 4 and higher" plus ...
0
votes
0answers
17 views

How to use Canvas in Listbox in Silverlight 4?

I am trying to set the Canvas properties in a Listbox with Silverlight 4. After running this program, you can see two columns, with two buttons initially in the right one. The left column isn't ...
0
votes
0answers
13 views

Cache Silverlight page that uses a query string

Our Silverlight application is setup to use query strings to navigate to each page. The problem is that I can no longer use the NavigationCacheMode to cache a page because for some reason the ...
0
votes
0answers
10 views

inDesign Template to Web and Back [on hold]

We are working on a project and would like to get some opinions on how to proceed. Here are the basics of the project. We are going to be creating a web to print application that will allow us our ...
0
votes
0answers
26 views

Silverlight Application with WCF Service

I have use the following code snippet to fetch the data from WCF service by using the following code snippet. EmployeeServiceClient serviceClient=new EmployeeServiceClient(); ...
0
votes
0answers
12 views

Ria System.InvalidOperationException: Entity 'x' has a property 'y' with an unsupported type

This is what suddenly happend to our app after really long long time of normal working. Global.asax threw such an error, and another System.ServiceModel.ServiceActivationException and everything just ...

1 2 3 4 5 1659
15 30 50 per page