Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications. The latest Silverlight version available is Silverlight 5.
0
votes
0answers
11 views
using observablecollection and cxml in 1 pivotviewer
I am new to pivotviewer and also to silverlight. I have created a observablecollection which has
the properties
public string StaffName { get; set; }
public string Location {get;set;}
using a ...
0
votes
0answers
11 views
Silverlight application loading stops
Most of times Silverlight application stops loading.
Very few times only its successfully loads the application in browser.
Loading stops everytime at different percentage. Some times stops at 2 ...
0
votes
1answer
7 views
XAML Storyboard - Binding a value to a DependencyProperty, that lives inside the same control
I have set up a usercontrol with a rotating animation.
Inside my storyboard, I have a value, that determines, whether the control rotates to the left (-360.0) or to the right (360.0). The value ...
0
votes
0answers
5 views
Configuring Silverlight 5 to test with NUnitLite
I'm trying to run this TestPage control but i don't know how to configure assemblies to be test.
My MainPage looks like
<UserControl x:Class="RunSilverlightTests.MainPage"
...
0
votes
1answer
14 views
Wcf Domain Service vs Silverlight Enabled Wcf services
I am working with silverlight project that is consuming domain services. Actually i find that quite messy as one domain service class and metadata. I have already worked with Wcf services and found ...
0
votes
0answers
14 views
Silverlight app settings to write files
I have developed a test application in silverlight which can read a text file. I added functionality to write a simple text file. I uploaded the program to Windows Server 2008 R2.
When I run the ...
0
votes
1answer
12 views
Silverlight and Non-Public members
Is it possible somehow to access non-public properties in Silverlight? Maybe using reflection?
I've tried following steps:
Get class type
Get property info by prop name
prop.GetValue(obj, null)
...
0
votes
0answers
12 views
Accessing generic non-public member in Silverlight
How can I get value of generic non-public property in silverlight?
I've tried this:
var webDomainClient = (WebDomainClient<IConfigServiceContract>) DomainClient;
var ...
0
votes
1answer
17 views
Http-post parameters and display response in a browser using Silverlight and JavaScript
While doing Silverlight's interoperability with JavaScript I've faced a strange behaviour in my Silverlight Out-of-Browser (OOB) application. My goal is to http-post some data to the specific site. We ...
0
votes
0answers
11 views
How do I rebuild toolkit.dll and reference the new dll?
I have downloaded a patch from codeplex for:
System.Windows.Controls.Toolkit
I have managed to rebuild the project so the patches are now in the new dll. However when I try and reference this back ...
0
votes
1answer
24 views
silverlight service reference.cs
Im new to using WCF for silverlight, could someone help me please. This is driving me mad!!
my code in service1.cs is:
[OperationContract]
public List<PublishedSoftwareItem> ...
1
vote
0answers
35 views
Rubberbanding with OxyPlot
I am using OxyPlot for charting in my application. I want to extend the OxyPlot library to include a rubber-banding line series, similar to how a polyline might rubber-band in a CAD application.
I ...
1
vote
1answer
58 views
+200
DataGridDragDropTarget: Change Icon depending on the drop target
I'm currently writing a tool to assign entities from one DataGrid to entities in another DataGrid via drag-and-drop.
With some fiddling, I got everything to run smoothly, with one minor annoyance: ...
0
votes
1answer
27 views
HorizontalAlignment Issue
I am using Silverlight 5 and Telerik library.
I have set my RadPanelBar HorizontalAlignment to stretch. When my control is displayed the first time, it takes the size of its parent control. But the ...
0
votes
1answer
30 views
Silverlight image bind with .png not work
I was careful to check this in the forums, but I did not find a solution.
This works perfect:
<Image Margin="0,0,0,0" Stretch="UniformToFill" Source="http://localhost:5313/Images/1.png" ...
0
votes
0answers
19 views
Accessing controls of one silverlight xaml page from another page's codebehind
My question is: How can we access the controls of one silverlight xaml page from another
Scenario: I have a xaml page A. One button on Page A opens up a child window, which has a listbox full of ...
0
votes
0answers
32 views
need help in translating silverlight 4 code to silverlight 5
I am extremely new to silverlight working on a new control called pivotviewer in silverlight 5.
I am trying to write a doubleclick event for the pivot viewer from an existing silverlight 4 code.
...
0
votes
1answer
32 views
Change Display index of gridview column
we are using Telerik version = 2012.2.725.1050
Here i am face one gridview problem while change DisplayIndex of gridview column
Click on column, after when click on Left button focus and colum is ...
0
votes
0answers
7 views
How to Display BusyIndicator while UserControl loads
I have an app with a menu. When Item 1 is Selected, UserControl1 is displayed.
The issue is that UserControl1 is full of 3rd party components and takes about 4 seconds to load. I would like to ...
0
votes
1answer
25 views
Silverlight 5, ria services with entity framework 6.0 alpha 3
I am trying to create a silverlight 5.0 application using ria services, with entityframework 6.0 alpha 3. This is a greenfield project that never used any other version of entityframework. Everything ...
0
votes
0answers
13 views
Sliverlight5 application freezes browser
We have started to see that our Silverlight5 application occasionally freezes IE8/9 and FireFox when we hit F5 to reload it. We think that it actually goes wrong while unloading the application, ...
0
votes
0answers
17 views
Silverlight EnqueueTestComplete and null pointer exception
Testing framework in silverlight toolkit don't seem to work properly.
As you can see in my code i want to stop the test when recieving result. But problem the test does wait for my result. Also if ...
1
vote
1answer
31 views
Protrobuf - Error : Timeout while inspecting metadata
I am receiving the following exception
"Timeout while inspecting metadata; this may indicate a deadlock. This can often be avoided by preparing necessary serializers during application ...
0
votes
0answers
14 views
How to acheive the given layout in Silverlight?
How to achieve the below layout ? I am new to Silverlight. I need to achieve the same with Paging. Which one is better DataGrid or ListBox ? Can i achieve the same with normal Silverlight but with ...
0
votes
0answers
51 views
Memory leak with Interaction Triggers in MVVM Light Toolkit Silverlight
Visual Studio 2012 Project with memory leak
Hello!
I've found a memory leak when using Interaction Triggers in the MVVM Light Toolkit.
I use this xaml
<UserControl ...
-1
votes
0answers
8 views
SilverLight 5 and webservice
Is it possible to make some type of rule system with silver light??
I have button in asp.net
I click on it.
Then it will ask my silver 5 app
Is it possible for something outside communicate with ...
0
votes
0answers
28 views
Unable to Bind Xml Converted DataTable to SilverLight Pivot Grid
I am New To Silver Light. I am trying to Bind a Datatable From WCF service to SilverLight Pivot Grid. I am able to get the DataTable from Service and get it Converted to XML , But I am Unaware about ...
1
vote
0answers
25 views
Is it possible to use the Visual Studio 2012 Shader Designer with Silverlight projects?
I'm looking for a nice designer for making shader effects for Silverlight, and I saw that Visual Studio 2012 has a new Shader Designer. However, I am unable to create a Directed Graph Shader item to ...
1
vote
0answers
35 views
Caliburn.Micro silverlight multiple WindowManager
The out of the box Caliburn.Micro WindowManager implementations in Silverlight do not seem to support multiple windows, so I'm trying to create a custom WindowManager to handle multiple windows in ...
1
vote
0answers
42 views
Merging of cells in Silverlight DataGrid
I need a datagrid control like below.
I want to implement cell merge like functionality in a datagrid in silverlight. I have some rows which display a single value and some rows return all the values ...
0
votes
0answers
21 views
Pressing a button on a TreeViewItem without selecting said TreeViewItem
I've got a TreeView where every TreeViewItem has a Button and a TextBox.
If a user selects an item from the TreeView, I need to download some data and display it.
The button is responsible for ...
1
vote
0answers
61 views
Cannot add any control on the workspace [Catastrophic failure]
There is a problem with my developer machine when I created a project on Silverlight. At the moment I add a control on the grid it shows an exception and the layout is destroyed.
Here are the steps ...
0
votes
0answers
63 views
TextBox input will not accept decimal input correctly, help needed desperately
Anyone familiar with Silverlight 5 TextBox and the way it handles input from an end user? When I have my program in debug mode (no constraints on input) it will not allow you to type 59.99 in order. ...
0
votes
1answer
77 views
Silverlight 5, return from WCF Ria Service, VB.NET - Simple Hello World
i can't found on any website (yeah.. i took a good couple or hours searching/Reading/testing), a way to call a simple Hello World Function by Return, and show it to the user.
Here is my WCF class ...
2
votes
0answers
82 views
Dynamically create ContextMenu in Silverlight 5
I have just started to use Silverlight this few days.
Currently I have generated some panel dynamically in a canvas. Each panel will have a shared MouseLeftButtonUp event which will display a ...
1
vote
0answers
24 views
base.EndInvoke throws timeoutException when table is 1MB
I have a Silverlight application which adds 120 rows to a SQL table once an hour. This is done by a WCF service (using LINQ to SQL). After 12 hours of running the program, it throws exception in ...
0
votes
0answers
29 views
How to Resize Silverlight User Control Modal Popup window
My application is built on Silverlight 5 using MVVM and MEF. I have a silverlight user control which is displayed as a modal popup window. The users of this application wants the popup to be resizable ...
-2
votes
0answers
17 views
Close Multiple Instances of Silverlight Out of Browser Application
I have an application that works similar to Word, the user can open several documents, and each document is an instace of the application. (lunch an sllauncher.exe process)
The problem presents when ...
0
votes
0answers
13 views
Supervision - Users online with Silverlight
Objective:
My Silverlight application has an initial login window. After logging in, I need to save information from all users of the online system as datetime login, name, document, and company.
...
0
votes
0answers
21 views
Silverlight Validation Error
Silverlight Validation Error-
Hi, I am using silverlight validation Rulees, where is the tooltip for the error message comes from.
Tooltip error message is not changing with the change in the ...
1
vote
0answers
21 views
C# behind Silverlight5 App TextBox enduser entry quirky
I am using the below code and when testing it, the textBoxes will allow number input, but you have to enter the complete number, then arrow back to enter the decimal. Otherwise the cursor jumps in ...
-3
votes
0answers
16 views
create DATABASE runtime in other server [closed]
how can create database in runtime when the sqlserver placed on another server (in web)
actually A user have a local server but he/she want to create a database in another server that place on web ...
0
votes
1answer
39 views
Why is this Command Dependency Set Value Property not triggered? (DevExpress.AgMenuItem)
I am using the free version of the DevExpress Silverlight Menu (AgMenu 8.4). Sadly the MenuItems of this menu have no "Command" and "CommandParameter" properties.
I decided to inherit from the ...
1
vote
1answer
54 views
Any idea where chartingprimitives:Edgepanel has gone in Silverlight 5?
I am (trying) to code a Silverlight 5 application to display some Charts. I have installed the Silverlight 5 Toolkit from Codeplex (Dec 2011 version) and I have customized the Chart Control template ...
1
vote
1answer
50 views
Add Service Reference is ALWAYS generating xmlserializer and not DataContractSerializer
i have a service :
http://chronicpainhostservice2.cloudapp.net/Service1.svc
i consume it in silverlight 5.0 application. and it all worked fine.
However, when i adding this service to the project ...
0
votes
0answers
50 views
Blend 2012 (Vs2012 Update 2) non responsive with silverlight 5 solution
Having heard about new Expression Blend 2012, supporting Silverlight 5 (installed with Update 2 of Visual Studio 2012), I tried to use it.
when opening my solution, Blend is non-responsive, with 50% ...
0
votes
0answers
18 views
Csscript using in to Silverlight project
I want to use CS-Script in to a Silverlight project,
we have to validate some of fields base on the script file if it's valid then send data to save other wise display message according to field.
...
0
votes
1answer
18 views
how to write non-zero expresion for annotation in meta data for wcf ria service?
Suppose I have a entity property like:
public decimal Amount { get; set; }
then validation can be added in metadata class like:
[Range(0.01, double.MaxValue, ErrorMessage = "Amount is required")]
...
0
votes
0answers
15 views
System.Exception 3140 from media failed
I got System.Exception: 3140 error occured in event args for MediaFailed event on MacOS. File contains H264 and AAC streams provided through custom MediaStreamSource. It works like charm on Windows. ...
0
votes
1answer
16 views
Pivot list of data in silverlight
I have a list of data constructed like this :
public class MyData
{
public string Name { get; set; }
public datetime Date { get; set; }
public double? Value { get; set; }
...





