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
1answer
18 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
18 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 ...
0
votes
0answers
6 views
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
0answers
10 views
Telerik RadPanelBar 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, like in ...
0
votes
1answer
24 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
5 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
27 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
0answers
16 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
6 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
19 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
11 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
15 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
26 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
13 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
37 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
7 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
23 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
19 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
29 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
33 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
18 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
55 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
47 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
64 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
65 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
19 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
25 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
16 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
15 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
20 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
14 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
37 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
47 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
40 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
45 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
16 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
13 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; }
...
1
vote
1answer
40 views
SL5 best option for a Win8 & WP8 development shop forced to develop a Win7 app?
We are a Win8 & WP8 (new) development shop that must develop a one-of internal use only LOB app that runs on Win7 (preferably out of browser). Since most of our client-side app knowledge is with ...
0
votes
2answers
27 views
Silverlight avoid requesting an event twice
I have a Control say for ex a Submit button if user clicks the button twice or more continuously then user receiving same message / same operation taking place twice or more.
I need to avoid this ...
0
votes
2answers
47 views
Intellisense missing for one project in C# solution
It used to work, then one day after a compile intellisense disappeared. It would show all associated system methods and variables when I hit Ctrl + Space, but nothing that I wrote. Even under the ...
0
votes
0answers
33 views
How to improve query performance with SL+EF+ WCF RIA Service?
I have an SL5 app with EF + Wcf Ria Service. there is a SP for data query and it is available for SL app by EF + WCF Ria Service.
When I run SP directly in SQL Server Studio Management, it is okay, I ...
0
votes
0answers
31 views
Using Silverlight with website project not Web Application project
I need to complete an old ASP.NET Web Site Project using silverlight 5 and RIA service and as you already know we can't use RIA service with Web Site Project and the migration process is so complex ...
0
votes
1answer
34 views
ArcGIS API for SIlverlight 3.1 SIlverlight 5: Esri identify task
RE: ArcGIS API for SIlverlight 3.1 SIlverlight 5: Need help with identify task
I have the following using statements:
using ESRI.ArcGIS.Client;
using ESRI.ArcGIS.Client.Geometry;
using ...
0
votes
2answers
39 views
How can I export to excel when creating an application that works in the browser for Lightswitch?
How can I export to excel when creating an application that works in the browser for Lightswitch?
0
votes
0answers
40 views
silverlight 5 add a new list item using WCF in Sharepoint 2007
I am using Silverlight 5 and sharepoint 2007.
I have added a service reference to my Silverlight project.
No values are added to the list
ServiceReference3.ListsSoapClient ws = new ...
1
vote
1answer
111 views
Unit testing with InternalsVisibleTo does not work for internal methods using dynamic parameters
I'm trying to use the InternalsVisibleTo to allow me to test a utility / helper method from a separate Test assembly. When I try and call an internal method with a dynamic parameter I get the error ...
0
votes
0answers
58 views
Silverlight 5 dataform AutoGeneratingField event
I am building a Silverlight 5 application, where I have a datagrid and a dataform. The idea is to show the selected row of the datagrid into the dataform.
My problem is, the AutogeneratingField ...





