Advanced Forum Search Results
-
Hey,
Pre-RC1 I was able to use the downloader object to load in a local XAML file, which I could then add to my project. However, with the changes implemented in the latest release I can no longer do this.
Does anyone know of another simple way to load in a local XAML file, as I don't want the project to be in a hosted ...
-
That seems to be exactly what I'm looking for :-) I'll give it a go!
Cheers Dave
-
Hi,
I have numerous buttons that are created from XAML at run-time. Ideally I'd like to apply an animation to each of these buttons, the same animation for all (i.e. just a general mouse enter/leave animation).
Is it possible to create a storyboard and NOT specify a target, so that the same storyboard can be applied to multiple ...
-
I get this quite frequently. I have yet to work out when it happens (if it is consistant). Most of the time it can be fixed for me by reloading the browser as has been mentioned. However, on occasion, even reloading the browser fails to work. When this happens I have even tried loading up some of the examples from the Silverlight SDK and these ...
-
Hi,
I'm currently experimenting with an application consisting of multiple floating windows. At current each of the windows is a canvas collection which the user can drag and resize.
Basically, I'm seeking advice on the best way to pull content into each of these windows. The idea is that the content is pulled from xml file(s), ...