Advanced Forum Search Results
-
Hi Folks
Please remember (as mentioned above): scenarios, not bullets. "Printing" is way too broad to be a really useful feature request.
Also be sure to check the official SL4 feature feedback/voting site linked to in one of my above posts.
Thanks!
Pete
-
If you haven't seen it yet, I'd like to direct you to the now official Silverlight feedback forum
http://silverlight.uservoice.com/pages/4325-feature-suggestions
Vote on your favorite features there, or add ones you don't yet see. You get 10 votes to distribute across the ideas, so be sure to check around a bit, and maybe ...
-
What version of Silverlight are you running?
This was a bug in Silverlight 2 that I believe has been fixed in Silverlight 3
Pete
-
Yep, that was one of the breaking changes. I think the team building the dataform wanted to have some flexibility as to when they release updates to it; stuff in the SDK is generally locked down between Silverlight releases.
Be sure to check out the breaking changes document in the SDK so you can see what else changed since the beta.On my ...
-
You need the Silverlight toolkit from http://silverlight.codeplex.com (also available from the getting started page here)
Pete
-
Sometimes these are caused by race conditions and problems with using the wrong event.
For example, don't try and do anything with the UI in the constructor of a page, instead, use the Loaded event. Similarly, don't try and start any animations before the loaded event.
And don't try and make web service calls act synchronous by ...
-
Looks like you have an answer to the specific problem. However, I'd like to add some more info.
This type of problem is one that the ViewModel (or MVVM) pattern helps to solve. Rather than bind to anything in code-behind, you bind to a model of your view in a separate class. No relativesource-self binding or similar needed.
I very highly ...
-
[quote user="mbrookfield"]
Agree with you Montago but 3D class libraries already implemented in WPF. In fact, I used the WPF 3D documentation when working with Kit3D. While I think that going in another direction might provide some great opportunities to rethink 3D in Silverlight from the ground up, their best (and most expeditious) ...
-
The Silverlight Enabled WCF Service template basically provides you with a WCF version of a .asmx service. It is pre-configured to run under IIS, and to use Soap 1.1. In Silverlight 3, it's also pre-configured to use binary message encoding.
You can still use external contracts if you desire; it can be a good idea if you have real plans to ...
-
Thanks for the write-up and screen shots. Looks like the install windows were being cut off.
Please keep in mind that Chrome is not officially supported yet, specifically for reasons just like this. That said, the problem appears to be with Silverlight.net's custom install experience itself. I'll let the site designers know.
One thing ...