4
votes
5answers
3k views
How do I create a Popup Dialog box in Silverlight ?
I'd like to create a popup dialog box in silverlight in which i can manipulate controls, enter data, and return a value. I want it to be modal, so that when it is open, the page "Below" is …
1
vote
5answers
906 views
Binding complex properties in Silverlight/WPF
Lets say I have a custom data type that looks something like this:
public class MyDataType
{
public string SimpleProp1;
public string SimpleProp2;
public List<SomeType> ComplexProp;
}
…
5
votes
9answers
2k views
Silverlight 2.0 - Can’t get the text wrapping behaviour that I want
I am having trouble getting Silverlight 2.0 to lay out text exactly how I want. I want text with line breaks and embedded links, with wrapping, like HTML text in a web page.
Here's the closest that …
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
16 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.
0
votes
2answers
243 views
WrapPanel in Silverlight, binding CLR Objects.
Can anybody please help me? I need to bind CLR Objects to a WrapPanel in SILVERLIGHT. What should be displayed in the end is a couple of Image Thumbnails with their description (Text). I know how to …
0
votes
1answer
143 views
Hosting a SilverLight website
Hi all,
I am new to web development and am seeking some help :-)
I have followed a silver light tutorial to build a basic silverlight app.
…
0
votes
1answer
143 views
Q: Can Ag UserControl expose properties exposed for XAML to bind to?
Hello:
I'm pretty mightily surprised and sheepishly stumped:
Have a new UserControl backed by UserControl01.cs that is exposing two properties. One is a plain old CLR property, the other the newer …
0
votes
2answers
476 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
5answers
789 views
Replacing the decimal point key (from numpad) with correct decimal separator (in silverlight!)
Hi,
What I am trying todo when the user is in a textbox (in silverlight 2.0):
When user presses the decimal point
(.) on the numeric pad, I want to
have it replaced by the correct
decimal separator …
1
vote
2answers
147 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
36 views
Missing Unload event in Silverlight 2
Silverlight 2 is missing the unload event for a UserControl. Has anyone implemented a workaround for this?
0
votes
2answers
180 views
Compiling Silverlight runtime question
I have created a Silverlight project which also contains a Web project.
I have a few class files in my web project which use System.Windows.Point and System.Windows.Size data types and I am getting …
1
vote
4answers
129 views
Silverlight: Access client desktop- Display properties
Hi,
I want to access the display properties of the client desktop in silverlight application and modify the application layout according 2 the ones set on client machine. When we right click on …
0
votes
1answer
453 views
ContentPresenter losing DataContext
I want to create a "FlipPanel", which provides two different views of the same object. Here is the approach I am taking.
This is the main page, which consists of an ItemsControl whose ItemTemplate …
