0
votes
1answer
17 views
After deleting Silverlight app’s host init-event fires again in IE
When I delete html node with silverlight 2.0 app inside, Init event fires again (only in in IE, but not in FF). How can I cope with this strange behaviour? Any help would be appreciated.
Thanks.
1
vote
2answers
24 views
How Can I Test the Silverlight Install Process
I would like to customize the user install process for my Silverlight application. I would need to repeatedly go through the installation process on my development workstation Short of uninstalling …
0
votes
1answer
37 views
Missing Unload event in Silverlight 2
Silverlight 2 is missing the unload event for a UserControl. Has anyone implemented a workaround for this?
1
vote
1answer
71 views
Integrating Silverlight into aspx page
How we can add the silverlight project into a aspx page. I had created one digital clock project in silverlight. But i don't know how to integrate with the aspx page.
Thanks in advance..
0
votes
1answer
14 views
HttpWebRequest to SLL Uri in Silverlight 2.0
How do I do this? It seems the SilverLight 2.0 HttpWebRequest does not allow you to set Credentials or set the Authorization header.
1
vote
2answers
156 views
Silverlight 3 - Data Binding Position of a rectangle on a canvas
Hi Everyone,
I am currently trying to bind a collection of objects to a Canvas in Silverlight 3 using an ItemsControl as below:
<ItemsControl x:Name="ctrl" ItemsSource="{Binding …
0
votes
2answers
74 views
Silverlight 2 Zindex Issue on ASP.NET Page IE6
I Have a Silverlight Menu on a ASP.NET page,
on this page bellow the menu there's a Html Table
and bellow the table there's a dropdownlist.
The silverlight DIV is position: absolute; z-index: 999;
…
1
vote
1answer
37 views
Start Storyboard When Text Changes
I have a TextBlock bound to a property on my view model. I have a StoryBoard with fades the text in and out using the Opacity property. I am using this text to give the user feedback after they have …
0
votes
1answer
121 views
resizing Silverlight App to its current size (bigger than screen)
Hi,
Let me clarify what silverlight is doing:
and I want to get the complete size to resize my silverlight, but I can't does anyone knows a way to get the full size of my controls and resize the …
0
votes
0answers
29 views
How can I assign a Storyboard for single rows in a Silverlight DataGrid?
Hi I'm trying to make some rows of a DataGrid blink from white to red depending on their status.
So, I have tried this: (e.row is the current row Im trying to make blink)
Storyboard PendingStory = …
0
votes
2answers
70 views
Double Click Event
How to make a double click event in C# for using Silverlight3.0.
In my project, i had created stackpanel dynamically, When the user double click on the stackpanel, the child window will be displayed. …
4
votes
3answers
164 views
Silverlight - Good for Internet Business Application ?
I've heard the comment several times, once in one of Shawn Wildermuth's podcasts, that Silverlight is great, but might not be so good for 'entire' internet applications. This comment never get's …
0
votes
1answer
80 views
Using .NET 2.0 class library from Silverlight WCF service, public properties remain unexposed
Hi all,
Here's a bit subtle issue I'm dealing with, and would appreciate any help.
We have our project on production mode, built with .NET 2.0. We have recently developed a Silverlight application …
0
votes
1answer
137 views
Silverlight exception not being handled with JS
I am debugging Silverlight 2 on Firefox. I get an unhandled error in firebug :
Unhandled Error in Silverlight 2
Application Catastrophic failure
(Exception from HRESULT: 0x8000FFFF
…
1
vote
4answers
238 views
Simpler Explanation of How to Make Call WCF Service without Adding Service Ref
In Understanding WCF Services in Silverlight 2, the author, David Betz, explains how to call a web service without adding a service reference in the client application. I have a couple of weeks …
