Questions tagged [silverlight-3.0]

Silverlight is Microsoft's cross-browser, cross platform plug-in for media experiences and rich interactive applications. Silverlight 3 was released July 9, 2009

Microsoft Silverlight is an application framework for writing and running rich Internet applications with emphasis on multimedia, animations, and graphics, with features and purposes similar to those of Adobe Flash. The run-time environment for Silverlight is available as a plug-in for most web browsers. While early versions of Silverlight focused on streaming media, current versions support multimedia, graphics and animation, and give developers support for CLI languages and development tools.

Silverlight 3 introduced

  • Tooling
  • Controls
    • DataForm
    • DataPager
    • Navigation (SEO, deep linking)
    • New Toolkit Controls
  • Media Graphics
    • 3D Pixel Effects
    • Animation Easing
    • Bitmap API
    • GPU Acceleration
    • Text/Image Improvements
  • Element-to-Element Binding
  • LocalConnection API
  • Binding Validation UI
  • SaveFileDialog
  • Dynamic Styling and BasedOn
  • CaretBrush
  • Merged ResourceDictionary
  • Assembly Caching N
  • Network monitoring API
  • Out-of-browser and Offline
  • .NET RIA Services
  • Binary XML
  • Web Service Utility

See also:

1514 questions
0
votes
1 answer

Silverlight - ListBox with a button dynamically bound - how do I get the original list item data?

I've got a ListBox, within it I have a custom DataTemplate that builds a button. Each button represents a selection the user can perform. When the button is clicked, is there anyway I can retrieve the original data record for that bound item? In…
bugfixr
  • 7,997
  • 18
  • 91
  • 144
0
votes
1 answer

Initparams from ASP.NET in silverlight 3.0

How do you dynamically populate the silverlight InitParameters collection fron ASP.NET (C#, not script) in Silverlight 3.0? Now that they recommend an object tag instead of an asp:Silverlight tag it does not seem to have any sort of 'run at server…
0
votes
1 answer

Trouble adding Silverlight 3.0 control to existing ASP.NET project

So I'm ready to add my Silverlight control to my existing ASP.NET web application. I'm finding it really hard to make sense of some of the stuff I'm finding off of Google. (This is due to both my inexperience with SL and MS removing the SL ASP…
Ber53rker
  • 1,036
  • 3
  • 17
  • 26
0
votes
1 answer

Using a Web Service in Silverlight 3.0 ASP.NET

I have a Web Service I need to call in Silverlight and I can't figure out how to do it. Most examples I find aren't 3.0 or are talking about WPF. Any assistance would be appreciated. EDIT: Made some progress, still can't get it working though. It…
Ber53rker
  • 1,036
  • 3
  • 17
  • 26
0
votes
1 answer

Problem parsing a XML response from a Last.fm REST service in Silverlight 3 using LINQ to XML

I've got some problems parsing the response of a Last.fm API call from a Silverlight 3 application. I pass the response string of the REST service call, which was made via the WebClient class, to the XDocument.Parse() method to get a XDocument.…
Flo
  • 27,355
  • 15
  • 87
  • 125
0
votes
1 answer

Login to Facebook with Windows Phone

In my Windows Phone application I am using the Facebook C# SDK - http://facebooksdk.codeplex.com/ I registered an application on Facebook and after first login I see this screen (asking for permission on Windows Phone): If I click apply in then…
0
votes
1 answer

Trouble with Silverlight calling JavaScript method

So I have a Silverlight control that I've added to an ASP.NET Web Forms page using the ActiveX object notation like so:
Jason N. Gaylord
  • 7,910
  • 15
  • 56
  • 95
0
votes
1 answer

Application.Current changes when using reflection to create an instance of another Application class

Let's say I have the following Silverlight Applications: App1.xap App2.xap App3.xap Let's say that I start App1.xap as the default xap file. If I load App2.xap and App3.xap and instantiate an Application class within one of the other two XAPs.…
markti
  • 2,783
  • 1
  • 23
  • 30
0
votes
2 answers

How do I load a specific XAML page based on a user input?

Quick Explanation One Silverlight (3.0) project with several XAML pages. I want to load the Silverlight control pointing to different XAML pages depending on certain events. I'm considering doing this with Querystrings. Anyone have any luck with…
Cody C
  • 4,757
  • 3
  • 29
  • 36
0
votes
1 answer
0
votes
1 answer

Set offsetfor Block in RichTextBox

How can I set Margin property for some Block in RichTextBox element in Windows Phone? Today I am going to talk about RichTextBox, I know you must be having lot of expectations from this RichTextBox. Here I will try my…
0
votes
1 answer

How to draw image on Grid in silverlight?

I am making an application using Silverlight 3.0. In that application i am drawing a waveform on grid.Now i want to show a image at the bottom of waveform repeatedly. I am not getting what i have to do now? Please help me.Thanks in advance
Dany
  • 2,034
  • 8
  • 34
  • 54
0
votes
2 answers

Silverlight Application - Embedded advertising possible with HTML or Silverlight?

I have a 100% silverlight application that takes up the entire screen. Plan A: I would like to embed other silverlight ads but I cannot find any companies that provide this service. Plan B: Embed classic HTML ads into the app. I've found one way by…
vidalsasoon
  • 4,365
  • 1
  • 32
  • 40
0
votes
1 answer

WP7: Conditionally show & hide control elements in Data Templates

I have a note application with a ListBox control, which lists all the available notes from the ObservableCollection Notes. class Note has attributes like String Title; bool Has_Reminder; DateTime Reminder_Date; What I want is that the…
Joern
  • 479
  • 1
  • 8
  • 14
0
votes
1 answer

Populate DataFormComboBoxField from a list

Does anyone know how to populate a DataFormComboBoxField from a regular list in SilverLight 3 beta? There seems to be no meaningful documentation or examples anywhere online. Thanks ~Steve
Steve French
  • 961
  • 3
  • 13
  • 38
1 2 3
99
100