is there a way to have NotificationWindow in browser? I 开发者_如何转开发need NotificationWindow in browser not in \"out of browser\".Like AnthonyWJones said, in Silverlight 4 the NotificationWindow i
I\'m using a hierarchical tree view in Silverlight 4. This tree can be cleared and rebuilded quite often, depending on the user\'s actions. When this happends, the tree is collapsed by default, which
I know Dispatcher.BeginInvoke() is used to execute some 开发者_如何学JAVApiece of code in the UI thread.Recently I noticed that there is another way to get the Dispatcher instance by using \'Deploymen
I have several Silverlight utility and control projects that I re-use in several different applications with-in my web application. These are all worked on in the same solution. Each Silverlight appli
I have a Silverlight application, developed in VS2010 and deployed on Server 2008. The application calls a WCF service within the project to read an mdf file, again within the application.
I\'m running TeamCity 6.5 on a Windows Server, with a couple of build agents on the same server (all running as the system user as services).I had been building SilverLight projects and running the St
I\'m rather new to Silverlight and have a question about the notifying-mechanism. My solution is an MVVM-application stacked like this:
I\'m using the Silverlight Wizard control provided by this blog: http://weblogs.asp.net/bryansampica/archive/2010/07/21/silverlight-4-0-wizard-custom-control.aspx
In ria services for silverlight 3 there was a functionality through RefreshEventName in order to control when a filter should be applied to the domain service query. (usually set to TextChanged)
I have a column when I bind enum: <telerik:GridViewComboBoxColumn Header=\"N/U\" DataMemberBinding=\"{Binding VehicleCondition}\" ItemsSourceBinding=\"{Binding Source={StaticResource Locator}, Pat