Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
4answers
12k views

How to get the Silverlight XAP copied to the clientbin on build

I am just getting started with Silverlight and have recently added a Silverlight project to an established solution. In this particular scenario my solution included an existing ASP.NET web site (not ...
16
votes
6answers
8k views

Silverlight Logging framework and/or best practices

Now that Silverlight 2 has finally shipped. I'm wondering if anyone has put together any logging frameworks for it, maybe something like enterprise library logging or log4net? I'm interesting in ...
16
votes
11answers
16k views

silverlight vs ASP.NET MVC [closed]

I'm debating whether to use Silverlight 2.0 vs ASP.NET MVC for a web application. The web application will be a subscription free service marketing all age groups. It's important the source is ...
15
votes
4answers
15k views

Access parent datacontext in listbox in Silverlight

In Silverlight 2 I'm using a usercontrol which inherits the datacontext of the page that it's embedded on. This datacontext contains question text, a question type and a collection of answers. In the ...
14
votes
6answers
15k views

How do I create a Popup Dialog box in Silverlight?

I'd like to create a popup dialog box in silverlight in which i can manipulate controls, enter data, and return a value. I want it to be modal, so that when it is open, the page "Below" is ...
13
votes
3answers
5k views

How do you have Silverlight resize text content to fit?

I've got a user control (below), I'm binding the text to a datasource and instancing up a bunch of the usercontrols. I want the size of the text to be the largest possible that will still fit in the ...
13
votes
6answers
18k views

Binding Silverlight UserControl custom properties to its' elements

I'm trying to make a simple crossword puzzle game in Silverlight 2.0. I'm working on a UserControl-ish component that represents a square in the puzzle. I'm having trouble with binding up my ...
13
votes
4answers
15k views

Can Silverlight initiate Page Refreshes?

UPDATE: An alternative title for this could be: How do I call javascript from my silverlight 2.0 application. Here is a quick question for all you Silverlight gurus. I have a Silverlight app that ...
13
votes
5answers
10k views

Convert WPF Application to SilverLight

Is it possible to convert an existing WPF Application to SilverLight automatically/with minimal effort?
12
votes
3answers
4k views

silverlight: How to set attached properties Programmatically

Suppose I have a grid with some row definitions, and a child control in that grid. How would I go about setting the Grid.Row property of the child control programatically?
12
votes
4answers
12k views

How can I setup a Right Click context menu in Silverlight?

I want to create a right click context menu for my textboxes to provide the typical copy/paste functionality. Any ideas on how to go about this?
11
votes
4answers
15k views

How to correctly inherit from a usercontrol defined in XAML in Silverlight

If I have a usercontrol (in Silverlight) that I've written, that uses XAML to define it's appearance, how can I make a customised version of it? i.e. I have MyControl.xaml & MyControl.xaml.cs ...
10
votes
9answers
6k views

How can I use non-Silverlight assemblies in a Silverlight app?

I'm working an project (pure hobby, "Sharping my skills") which has one unified back-end and multiple front-ends (ASP.NET MVC 1.0/JQuery and Silverlight 2). When I try to add reference to my business ...
10
votes
5answers
36k views

programatically add column & rows to WPF Datagrid

i m new to WPF. i just wana know how should we add Columns & rows programatically to DataGrid in WPF. The way we used to do it in windows forms. create table columns , rows & bind it to ...
9
votes
4answers
2k views

Best Practice For Location Of Styles In Silverlight

Where is the best place to put Style StaticResources? I have been putting the global and default styles in app.xaml and the page specific styles in page_name.xaml. Should every control have its own ...
9
votes
3answers
11k views

Highlight entire rows only in Silverlight DataGrid

When the user clicks on a row in the datagrid (or uses the keyboard), that row is selected, but the specific cell they clicked on is also given its own special focus. This is fine for a data editing ...
9
votes
3answers
4k views

Any disadvantages of Silverlight?

We are planning to develop a web based application using Silverlight 2.0. The application will be used by our company employees. The application will be accessed using IE6 (Yeah IE6) and Silverlight ...
9
votes
5answers
893 views

Is Silverlight 2.0 a viable game development platform?

I've coded some smaller projects using Silverlight 2.0, which is fairly impressive. Does Silverlight 2.0 have what it takes to be a game development platform for the web? (Are the framerates high ...
9
votes
4answers
7k views

How to convert DateTime from JSON to C#?

I've got the following class: [DataContractAttribute] public class TestClass { [DataMemberAttribute] public DateTime MyDateTime { get; set; } } Here's the JSON: { "MyDateTime":"1221818565" } ...
8
votes
3answers
770 views

How to improve the much-to-be-desired Silverlight installation experience?

I wanted to get a sense of the average user experience of having to install Silverlight in order to use the Silverlight applications I've been making. I fired up a virtual machine with clean ...
8
votes
4answers
15k views

Change background color of Datagrid Header in Silverlight

I want to change background color of Datagrid header in Silverlight.
7
votes
7answers
7k views

Binding complex properties in Silverlight/WPF

Lets say I have a custom data type that looks something like this: public class MyDataType { public string SimpleProp1; public string SimpleProp2; public List<SomeType> ComplexProp; } ...
7
votes
8answers
30k views

Silverlight image: load URL dynamically?

I'm tinkering with Silverlight 2.0. I have some images, which I currently have a static URL for the image source. Is there a way to dynamically load the image from a URL path for the site that is ...
7
votes
4answers
2k views

What is the best way to clone a business object in Silverlight?

What is the best way to create a clone of a DTO? There is not an ICloneable interface or a BinaryFormatter class in Silverlight. Is reflection the only way?
6
votes
2answers
4k views

How to share a numeric constant between xaml and c# in silverlight

I'm new to .NET programming, and trying to learn Silverlight 2 / C#. I need to declare numeric constants (or better yet, readonly variables), and access them in both XAML and my C# code-behind file. ...
6
votes
3answers
4k views

Silverlight Error “Layout Cycle Detected Layout could not complete” when using custom control

I'm building a custom control in Silverlight by deriving from ContentControl and doing some special formatting to put a dropshadow behind the contents. I've nearly got it working but have recently ...
6
votes
2answers
4k views

How do I include a custom row at the end of a DataGrid in Silverlight?

I have a DataGrid in my Silverlight application and it works nicely, adding a row or removing a row as I manipulate the ItemsSource collection. However, I want there to be an additional row, or ...
6
votes
9answers
5k views

Silverlight 2.0 - Can't get the text wrapping behaviour that I want

I am having trouble getting Silverlight 2.0 to lay out text exactly how I want. I want text with line breaks and embedded links, with wrapping, like HTML text in a web page. Here's the closest that ...
6
votes
10answers
13k views

How to create a numeric textbox in Silverlight?

As the title says really. I've had a look at inheriting from TextBox, but the only sensible override was "OnKeyDown", but that just gives me a key from the Key enum (with no way to use ...
5
votes
5answers
7k views

Setting initial control focus in Silverlight

I'm looking for a way to automatically set the initial focus on a Silverlight UserControl to a specific control. I have a login page with a user name textbox and I'd like to have it so that as soon as ...
5
votes
3answers
1k views

Can I override the context menu in Silverlight for all browsers that support Silverlight 2.0?

It seems like a common question on Google, but I couldn't find a satisfactory answer (unless the answer is 'no') I would like to add menu items or show a custom menu when a user right-clicks on my ...
5
votes
3answers
5k views

IP address in Silverlight

Is there a way to get the IP address of a client in Silverlight if my Silverlight control is hosted in HTML?
5
votes
4answers
2k views

Persisting user preferences in Silverlight

I am working on a Silverlight client and associated ASP.NET web services (not WCF), and I need to implement some features containing user preferences such as a "favourite items" system and whether ...
5
votes
5answers
3k views

Silverlight 2.0 loading issue

I have developed a SL2 application for a client (whose computers are under pretty heavy lockdown via group policies). The SL2 application has worked fine for everyone except the client. The client is ...
5
votes
7answers
4k views

Silverlight Combobox Databinding race condition

In my quest to develop a pretty data-driven silverlight app, I seem to continually come up against some sort of race condition that needs to be worked around. The latest one is below. Any help would ...
5
votes
2answers
3k views

Silverlight Grid Splitter Unexpected Behaviour

I am just starting out on Silverlight using version 2.0. I wanted to show a few data grids on the page and got this going OK by dropping each into a grid cell. I then thought I would try adding a grid ...
5
votes
3answers
666 views

Can you build an entire application in Silverlight?

Is it possible to build a good medium to full sized application using just silverlight as a host? A few things that would be needed: - dynamic pages (one silverlight "screen" can switch between ...
5
votes
5answers
1k views

What's the most portable way to make a Silverlight & Regular .NET REST client

I'm trying to get a Server application to expose some status information using WCF. In particular I'm after using WCF services with RESTful "API". I'm hitting somewhat of a wall when it comes to ...
4
votes
3answers
465 views

Is there any difference in x:name and name for controls in xaml file?

I am new in Silverlight. When I add some control to my xaml file with Visual Studio it set controls name with Name property, but there is also x:Name. Is there any difference and when to use each of ...
4
votes
2answers
432 views

Silverlight - Good for Internet Business Application?

I've heard the comment several times, once in one of Shawn Wildermuth's podcasts, that Silverlight is great, but might not be so good for 'entire' internet applications. This comment never get's ...
4
votes
3answers
283 views

Issues or reasons against updating Silverlight 2 project in development to Silverlight 3?

I currently have a recently started project in development with a 2010 target date developed primarily in Silverlight 2, making use of the March Silverlight 2 Toolkit. Now that Silverlight 3 is gold, ...
4
votes
2answers
973 views

How to access ItemsHost from a ItemsControl derived custom control

I'm creating a custom control called FooControl derived from ItemsControl have a default style defined for the same in themes\generic.xaml. The default style for FooControl sets ItemsPanel property ...
4
votes
7answers
4k views

Silverlight - Examples of awesome demo applications NEEDED!

At company I'm working, new project will be started soon. I'd like to use Silverlight 2.0 but I need to convince my CEO and Photoshop/AfterEffects guy for using Silverligt for upcoming project. These ...
4
votes
2answers
3k views

TemplateBindings in Custom Controls

I'm just mucking about with custom controls in silverlight and for the life of me i can't get the TemplateBindings to work. Can someone give this reduced version a once over to see if I'm missing ...
4
votes
3answers
5k views

Silverlight: Force Canvas to Invalidate or Repaint itself?

I have a Silverlight application which has on it a Canvas. On that Canvas, I dynamically "paint" a bunch of stuff, but adding controls to the canvas. I have a button outside the Canvas area which ...
4
votes
4answers
9k views

Pressing Enter on TextBox in Silverlight

I am working on a silverlight app that you need to enter information into a textbox and then just hit enter. Well there is no onclick event, that I could find, so what I did was use the onkeypressup ...
4
votes
5answers
11k views

Silverlight DataGrid automatic selection when setting ItemSource/DataContext, sorting,

Is there a way to turn off the automatic selection of the first row in the built-in DataGrid in Silverlight? We build a lot of functionality based off the user selecting a row in a data grid. The ...
4
votes
3answers
2k views

Sprite / Character animation in Silverlight (v2)

We have a Silverlight 2 project (game) that will require a lot of character animation. Can anyone suggest a good way to do this. Currently we plan to build the art in Illustrator, imported to ...
3
votes
5answers
4k views

Silverlight 3 - Data Binding Position of a rectangle on a canvas

I am currently trying to bind a collection of objects to a Canvas in Silverlight 3 using an ItemsControl as below: <ItemsControl x:Name="ctrl" ItemsSource="{Binding myObjectsCollection}"> ...
3
votes
2answers
2k views

Stretch ComboBox Content in Silverlight

This is driving me nuts. I can't seem to get the data template within my ComboBox to stretch the width of the pulldown. What gives? <Grid x:Name="LayoutRoot" Background="White"> ...

1 2 3 4 5 7