2
votes
3answers
98 views
What are most beautiful Silverlight charts?
We need most handsome Silverlight controls now. It is very important for us to have sexy animated charts.
Please, advise.
Here is one we found.
EDIT: Sorry being lazy while creating this question. …
0
votes
1answer
12 views
AutoMapper - Mapping objects in a class library to objects in a silverlight class library
Hey all,
I am trying to use automapper to map a list of objects in a class library to a list of objects in a silverlight class library. I am getting a security exception as AutoMapper is trying to …
0
votes
1answer
21 views
How do you best make complicated, resizable graphics in Silverlight?
In WPF, it is very easy to make resizable graphics/artwork. You simply create a DrawingBrush and use it as the fill for a Rectangle or a Shape. Or, you can simply use a VisualBrush that refers to …
1
vote
0answers
15 views
SL3 TreeView Not Programmatically Scrolling
I have a treeview in Silverlight 3.
The treeview is bound to a observable collection - which contains a list of hierarchical data.
When the page loads initially, all nodes, by default, in the …
2
votes
2answers
52 views
ItemsControl MVVM Binding
I have a form that binds to an ViewModel (MVVM). Inside the form I have an ItemsControl that is bound to an element called projects in my DataContext.
When I do a save using a command pattern I save …
1
vote
1answer
22 views
Load SIlverlight 4 components in Google Chrome
Hi All,
Is it possible to load silverlight components in Google Chrome if possible can any one tell what are the changes needs to be made in the existing component.
I am using Silverlight 4
0
votes
1answer
28 views
Silverlight databinding with IronPython and Datagrid
We've been successfully using clrtype with IronPython 2.6 and
Silverlight for databinding, based on the example provided by Lukás(:
…
1
vote
4answers
20 views
Problem with binding in converter in silverlight custom control
Hi, i got some xaml here and what i m trying to do it's simply bind a property call Property (not the real name) on the width of a rectangle and to convert the value of this property with the …
0
votes
2answers
28 views
Silverlight SOAP client performance issue
I've created a SOAP web service. When I consume this web service through a simple WPF application I get a speed performance of about 1000 calls / second. When I do exactly the same in a simple …
1
vote
1answer
36 views
How to detect when connection to server is closed in silverlight 3
I have a Silverlight 3 application. It accesses WCF services that run on IIS. If I let the application sit for a while with no activity, it appears that I lose my connection to the server/login …
0
votes
1answer
12 views
resolution issue in silverlight
HI, i need to have a resolution independant UI in silverlight application. Will it support implicitly or should it be taken care in code behind doing ScaleTransform ?
will it support multiple …
0
votes
1answer
22 views
RelativeSource binding to a parent property of a ComboBox SelectedItem return object
Hey all,
Given the data structure
{
Collection elements;
String LocationName;
}
And a ComboBox that is bound to a collection of such items (described in the structure) with …
0
votes
1answer
19 views
Using Silverlight User Controls and Styles from separate Project
I have a 2 silverlight projects
Dashboard (the main app)
Dashboard.Controls (user controls)
I have a UserControl in Dashboard.Controls called header which has a grid that references a style
…
0
votes
1answer
23 views
Web Service missing methods when called from Silverlight
I created WCF web service, deployed it, and debugged it. I wrote a console app, referenced the web service, and everything works.
Now, I'm attempting to consume the web service in a silverlight 3 …
0
votes
3answers
28 views
Adding service reference (inside a Silverlight class library) of a WCF service that uses business objects from a referenced libarary creates a proxy without the service client.
Hi All,
I have a typical setup. The solution contains a regular .NET class library for business objects, A WCF project, a silverlight project and supporting web-app project, and some silverlight …
