0
votes
1answer
41 views
Convert WPF XAML to Silverlight XAML
I have question about using XAML across the WPF and Silverlight platforms.
Background:
I have a silverlight app that needs to pass the Xaml to WPF and do some calculation to update the XAML. When I …
0
votes
0answers
83 views
refering datatemplate from datagrid in silverlight in code behind file
in this how to refer texbox in datatemplate in cs file and how to refering this textbox as child element to data grid
AutoGenerateColumns="False"
…
1
vote
2answers
29 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
64 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
217 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
1answer
19 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
1answer
87 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
2answers
81 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;
…
0
votes
1answer
15 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
1answer
140 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 …
1
vote
1answer
38 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
3answers
178 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 that may be added …
0
votes
2answers
520 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 Silverlight example dont.
Is …
0
votes
1answer
84 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
2answers
105 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 control1.
Create a new …
