0
votes
2answers
16 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 Shor …
0
votes
1answer
28 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
2answers
111 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="{Bindi …
1
vote
1answer
49 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 ad …
0
votes
1answer
13 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.
0
votes
2answers
70 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: abso …
0
votes
1answer
106 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 contr …
1
vote
1answer
36 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 feedba …
0
votes
3answers
150 views
Save Silverlight DataGrid sort
I have a Silverlight 2.0 DataGrid that contains a list of items that needs to be refreshed in an interval to display the up-to-the-minute information. There are items in this grid …
0
votes
2answers
453 views
Silverlight insert XAML inside other XAML
I am using WPF and Silverlight BookControls by Mitsu
http://www.codeplex.com/wpfbookcontrol
The WPF example alows that every page in the book to be a XAML file, but the Silverlig …
0
votes
1answer
74 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 Silve …
0
votes
2answers
85 views
Silverlight defaultStyle problem
I have the following scenario:
Create a new class library project called Lib1
1.1. Add a new control called control1, Themes/generic.xaml file and specify
the default style of co …
4
votes
3answers
162 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 comm …
0
votes
2answers
79 views
Silverlight 2.0: Determine if a dependency property is set before changing it.
I have a dependency property (Foreground) on a custom control which is inheriting from Control. When I am loading the control, I want to see if the user has set the dependency pro …
0
votes
2answers
65 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 …
