Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications. The version 4 was released in April 2010.
0
votes
1answer
12 views
how to draw a line on tapped point inside canvas
I am using a canvas control in my windows phone 8 application, and I want a line to be drawn on the point where user taps the canvas. I want to take the co ordinates of the tapped point and then draw ...
0
votes
0answers
9 views
Isolated Storage in silverlight application - non consistent behavior
I have a silverlight application which hosted in asp.net web site.
I store some information in .txt file isolated storage, in order to load it next time the application called.
Here I have a strange ...
0
votes
1answer
11 views
How to add the Image.RenderTransform tag to an image within a scrollViewer in Silverlight
This may end up being a really dumb question so please forgive me if this is simple - I am fairly new to silverlight :)
What I would like to do is add the Image.RenderTransform example below to my ...
-1
votes
1answer
10 views
Access the complete datatemplate of a list box
I am developing a windows phone 8 application wherein, I am using a listbox to show multiple details. My problem is, I want to access the datatemplate in code behind ie i want to get access to the ...
0
votes
0answers
17 views
Custom AutoSuggest and Editable ComboBox in Silverlight
I am trying to make a autoComplete TypeIn ComboBox.
This is where I reused the code piece from.
Now the Problem is when i typeIn the Names in the ComboBox the Input-text gets compared to the ...
0
votes
1answer
13 views
Compile error on “system.runtime.serialization.iextensibledataobject”
I use WCF service in SilverLight project. But While I compile solution, I got the errors as below:
命名空间"System.Runtime.Serialization"中不存在类型或命名空间名称"IExtensibleDataObject"(是否缺少程序集引用?)
Sorry, I worked ...
0
votes
0answers
17 views
Sorting nodes in treeview
I've the following class
public class TreeViewNode : NotificationObject
{
public TreeViewNode()
{
Children = new ObservableCollection<TreeViewNode >();
}
private string _name;
...
0
votes
0answers
21 views
mouse drag element behaviour for an image
I am developing a windows phone application where in, I am using mouse drag element behaviour to move an image inside the canvas. Problem is, when I move the image outside the canvas boundaries the ...
1
vote
1answer
11 views
How do you close open dialogs in a silverlight app?
I have an automatic-lock functionality in my Silverlight app that needs to lock the screen after a certain period. The problem is that open dialogs remains open even if the app is locked.
How do I ...
0
votes
0answers
3 views
Get list of UriMappings
I'm using Silverlight's Navigation Framework and UriMapper. I was wondering if anyone knows how to get a list of the UriMappings so I can do some code behind mapping?
What I have is a redirect to ...
0
votes
1answer
26 views
Cannot reference Toolkit
I am trying to use the contextmenu with menu items in the toolkit of silverlight. I am working with Silverlight 4.0 and the toolkit is 5.0 (maybe that is the problem to begin with) and it does not let ...
0
votes
0answers
12 views
Expand Root in TreeView with her children
I have a TreeView. The ItemSource is binded to an ObservableCollection of Items in a ViewModel. I need to do the following when we have just one Root - (ItemSource count = 1), I need to expand the ...
0
votes
0answers
50 views
silverlight child window display position issue
In my Silver light child window, I have implemented search Text box (search item from list box). I have filtered list box by text inside the search text box.
When I search item and Go back, close ...
0
votes
0answers
7 views
login form with database connectivity
I need to opena login form in silverlight as a start page this is like child control.
My scenario is :- Login form should open first--> with correct user name and password user should be able to ...
0
votes
1answer
11 views
URL Issue in Silver Light. Donot show .xaml path
I have a silver light application. When I run it then its URL is like
http://localhost/Myfirstapplication.aspx
I have created another silver light application. Mostly code is copied from first ...
0
votes
2answers
64 views
measure an object's height, width, distance through windows phones camera
I am completely new to windows phone development, I am planning to develop a windows phone 8 app that uses camera to measure an object's dimensions ie its height, width, distance from phone etc.
Is ...
0
votes
1answer
48 views
Not able to fire events from WPF Combo box items after once item is selected?
There is a scenario i am trying to accomplish for quiet sometime, could not find the way to do with Combo Box.
I have Combo box which has a Datatemplate containing a button and textblock. The button ...
0
votes
0answers
9 views
Silverlight AutoCompleteBox Issue
I am using the AutoCompleteBox control in a Silverlight 4 project. The only event I am subscribing to is the Populating event. Whenever I highlight the text in the text area of the control either by ...
0
votes
1answer
15 views
Silverlight - Command doesnt execute when checkbox is clicked
I have a check box as so in my xaml
<CheckBox Grid.Row="1" Command="{Binding ShowCancelledPropertiesCommand}" HorizontalAlignment="Right" Margin="0,6,160,0"/>
and below is the setup for the ...
0
votes
0answers
21 views
How to capture video from webcam and save on server in asp.net
I have a web application where user can give online test. Now I want to capture user's video while giving test and then I want to save the captured video on server.
I have been searching for a ...
0
votes
1answer
34 views
Incorrect NavigationContext.QueryString values in Silverlight
I got problem in creating a navigation URI on our silverlight application. I got this URI mapper:
<uriMapper:UriMapping Uri="/Dev/{id}/Cov/{isAnalysed}" ...
1
vote
0answers
17 views
Doesn't exist: WebOperationContext.Current.OutgoingRequest.Headers.OutgoingResponse.Headers.Add
I am trying to use the following command in a silverlight application "WebOperationContext.Current.OutgoingRequest.Headers.OutgoingResponse.Headers.Add". However it doesnt appear to exist. I know it ...
0
votes
0answers
25 views
Html hidden field with Silverlight grid with safari browser
I have read HTML hidden field values from silver-light user control page , it works fine in IE but not worked in chrome , safari.. Assist me..
Thanks in advance.
0
votes
1answer
31 views
Deploy a WPF user control in a Silverlight application
I have developed a user control in WPF which draws some graphs.
Now i have to show this user control in a Silverlight application (to show on ASP.net webpage).
Is this possible to use a WPF user ...
0
votes
1answer
20 views
Save XDocument issue
I'm loading my document like so:
WebClient client = new WebClient();
client.OpenReadCompleted += new OpenReadCompletedEventHandler(client_OpenReadCompleted);
client.OpenReadAsync(new ...
4
votes
1answer
51 views
Silverlight OOB throws internal script error
I got a commercial app that is working fine on most machines OOB.
I got just 1 user who gets following error when he launches OOB version (note that in his browsers it works fine).
Sorry for ...
0
votes
0answers
12 views
string input validation with datagrid using mvvm in silverlight 4
I am working on a project which itself consists of three projects.
DXBusinessLogic
It is C# Library project which consists of .cs files that fetch data from database as well classes whose type of ...
1
vote
1answer
26 views
silverlight datagrid celleditended
In celledit ended I want to fire method only if the values changed
I have certain editable columns I want to fire the method only if the value already changed
the DataGridCellEditEndedEventArgs ...
-1
votes
1answer
21 views
Find things within drawn area on Bing maps
I am currently using Bing maps and I make an area by drawing a rectangle on Bing maps. I want to search for a set of restaurants within that area. Is this possible at all in Bing maps ? If not, what ...
0
votes
0answers
32 views
Can't get recommended fix for Silverlight ContextMenu memory leaks to work
I am trying to create a custom ContextMenu, S4ContextMenu, that implements IDisposable to handle the memory leak issue, as recommended in this blog:
http://silverlight.codeplex.com/workitem/6206
...
0
votes
0answers
34 views
Unable to write a file on local file system using silverlight 4
From yesterday I am trying to write a file on my hard drive using SL4 but could not do it. I've searched it, I made the settings required like
Setting project OOB
Gave it elevated permissions
as i ...
0
votes
1answer
38 views
Getting Exception of System.IO.FileNotFoundException in windows phone
now i am doing playing gif image in my application in windows phone 7, i tried this code xml
`xmlns:imagetools="clr-namespace:ImageTools.Controls;assembly=ImageTools.Controls" '
...
0
votes
2answers
39 views
Binding from child
hi i wanna pass the textboxquantidadehoras.Text;datahorado.SelectedDate; correto.Desenvolvedor(from childwindow) to a grid in the main page called datagridhorastotais but i can't set the itemsource ...
0
votes
0answers
13 views
Navigating to other page after applying some logics
I am using MVVM Light toolkit for my application. I have an application which has few pages. In my Home page I do some sort of operations and I want to track if there is some non attended transactions ...
-4
votes
0answers
41 views
Linq Query dynamic [closed]
I am working on SilverLight Chart where user select values from Database via combo box and form a chart how can i make dynamic queries using linq.Also i want to make smartlist in detail i tell you ...
0
votes
0answers
10 views
Alternative to System.Drawing.Region in Silverlight
In Silverlight, is there any support for Region to describe the interior of a graphics shape composed of rectangles and paths?
Thanks,
Lakshmi
-2
votes
1answer
40 views
SilverLight Tutorial [closed]
Can anyone tell me the tutorial for silverlight for begineer level with sample solutions.As i want to develop my new project on SilverLight4.0 .Maily cover the area of WCF,RIA,SilverLight Charts and ...
0
votes
0answers
22 views
Databing to the child control inside Header Column in Telerik GridView
I have a RADGrid which displays a List of some type. The Grid is having a selection of rows functionality through which one can select multiple rows. The selecting is made through the CheckBox Placed ...
0
votes
0answers
26 views
RadDataPager selected page index issue
I am using telerik rad controls for developing a silverlight 4 application. I am working on some thing like this, when a user edits a cell in radgridview and try to go to next page without saving the ...
0
votes
4answers
60 views
how to provide imagesource for an image in windows phone code behind(c#)
This is not working while binding the image dynamically
Image Imgsource = new Image();
Imgsource.Source = new BitmapImage(new Uri("/Finder;component/Images/Chrysanthemum.png", ...
0
votes
0answers
70 views
How send Generic List as a wcf service parameter from silverlight without using Add Service Reference?
I have a Client and aServer application.
For the Client application I use SilverLight and forthe Server application I use WCF.
I provide services for SilverLight application using ChannelFactory.
...
0
votes
1answer
16 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)
...
1
vote
1answer
101 views
How to play videos using Smooth Streaming media element
I want to stream a video file in my windows phone application.. After i have researched, the smooth streaming media element would do this, I believe. but when im assigning the SmoothStreamingSource to ...
-1
votes
0answers
9 views
Xml Editor for silverlight dynamic controls [closed]
I m trying to generate xml file for silverlight drag and drop controls...
I need to do this on button click...
Is there someone who can guide me???
0
votes
0answers
40 views
Remove ListenAttached DependencyProperty from FrameworkElement
I registered an attached DependecyProperty to an ScrollViewer.
This Looks like:
Binding b = new Binding("VerticalOffset") { Source = myScrollViewer};
DependencyProperty prop = ...
0
votes
0answers
9 views
WebSocket4Net in SilverLight
Iam trying to create a Websocket client through WebSocket4Net with port 4503.However i could see the the WebSocket status only as "Connecting" as it is neither raising any exceptions nor proceeding ...
1
vote
0answers
22 views
How to blind childwindow content to a datagrid in silverlight?
I have a datagrid with 4 fields: From, To ,Title ,Message ;and to buttons + and -. When the + button is clicked a childwindow with 3 textboxs From, To,Title a and a richtextbox Message opens what i ...
0
votes
0answers
35 views
Convert rtf to xaml in silverlight
I want to load a rtf file in silverlight using RichTextBox control but this control doesn't load file in proper format. can anyone tell how to do so or convert rtf to xaml?
Here's the xaml :
...
0
votes
1answer
44 views
Push Notification in Windows Phone 7.1
I am trying to implement Toast notification in my Windows Phone 7.1 app.Using this code i'm sending the notification from server to windows phone:
string toastMessage = "<?xml version=\"1.0\" ...
1
vote
0answers
59 views
annoying behavior in binding property in control to another one
I have two radio buttons n my XAML like this:
<RadioButton x:Name="Radio1"
Margin="12,46,30,0"
HorizontalAlignment="Left"
...


