All Questions
14 questions
0
votes
1
answer
68
views
How can i write XML into Silverlight by Master Details Meta Data Object
I am being astonished that there is no new post about silverliht.It will be very harmful to our company because my company still now in silverlight and they have not finished their ERP and they have ...
0
votes
1
answer
80
views
silverlight dependency property call back method keeps in loop
i have created a user control with three dependency properties
selected value
selected item
selected index
when one of them changes in the call back i am setting the other two e.g if selected value ...
1
vote
0
answers
580
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 ...
3
votes
1
answer
3k
views
How to change background colors in ReadOnly textbox in silverlight 5?
I Want To Change Color of ReadOnly Textbox
It is Possible To Change Default Color to white Color
<Style TargetType="TextBox">
<Setter Property="Background"
...
0
votes
1
answer
282
views
Silverlight charts attempt to bind values to the collection instead of the elements
I have a property on my view model which returns some hard coded test data:
public ObservableCollection<Item> Items
{
get
{
return new ObservableCollection<Item> {
new Item {...
1
vote
4
answers
2k
views
How to play swf file in silverlight?
I am tring to play a .swf in silverlight5 page.I am using the ListBox control or Image Control
Or Any Idea To Play swf File in Silvarlight
<Image Grid.Row="0" Name="bottom_video" Height="80" ...
6
votes
1
answer
929
views
Autocompletebox SelectedText Bug
I want to bind both the SelectedText and SelectedItem properties of an AutocompleteBox because my client wants to be able to input text and select from the list also. It's working properly but ...
...
0
votes
1
answer
412
views
How do you install silverlight Floating windows into visual studio 2010
Hi every one at stackoverflow, I've just recently downloaded the latest file for silverlight floatable windows and I'm not sure how to install it into visual studio 2010 (I'm a "newbie").
The project ...
0
votes
1
answer
315
views
Resizing OOB full screen silverlight application
I'd like to resize my full screen OOB silverlight application based on user preference.
User should be able to resize and keep the full screen application as a widget.
When I try to apply the ...
0
votes
1
answer
464
views
Silverlight - How to close a page in Navigation Framework
How do you close a page on a Frame when using Navigation Framework? On a Frame I can only find methods GoBack and GoFoward, but no Close or something like that.
0
votes
1
answer
65
views
Save a grid as bytes
I want to develop a silverlight project like ms paint. i found a example. but it has a problem. i can't save DrawingArea grid as a image file or bytes. i don't how save DrawingArea grid into bytes. ...
0
votes
1
answer
199
views
In Microsoft's Toolkit DataForm, Is there any feature Prompting the User to Save When Leaving a Page
In Microsoft's Toolkit DataForm
User is trying to add a new item in Toolkit Dataform by clicking Add icon. In the middle if he selects any other menu tab, then he is going to lose all the entered ...
0
votes
1
answer
1k
views
Silverlight Toolkit v5.0 Menu, SL4PopupMenu
Which menu have you used with Silverlight 4 and Silverlight Toolkit 5? Is there a free menu that can be used with this Silverlight version combination?
I tried to use SL4PopupMenu, but get the ...
10
votes
5
answers
7k
views
"The tag 'MenuItem' does not exist in XML namespace 'clr-namespace:System.Windows.Controls;assembly=System.Windows.Controls.Input.Toolkit'" error
I'm getting an error trying to build a Silverlight application on a new machine. (Silverlight 4, Visual Studio 2010) This application compiles without error on four other machines.
The error is:
...