Skip to main content

Microsoft Silverlight

Advanced Forum Search Results

  • Re: Downloader in RC1

    Actually, there was one other subtle change to the downloader besides the fact that you can no longer have synchronous downloads. That change is the fact that you can no longer use the downloader object to retrieve files from the local file system only files in a hosted environment. Taken from the SDK help file: "The Downloader does ...
  • Re: Downloader in RC1

    I was also pretty disappointed to see the ability to use the downloader object for local files removed in RC1 :( I liked being able to package up a silverlight app as an html file and a single zip file (which contained all the images/video etc for the app). This allowed me to send other people the application to review without them needing to ...
  • Re: Storyboard.Children help

    Looks like i'm gonna have to name the individual child animations so that I can access them then :/
  • Storyboard.Children help

    Hi, I'm having trouble porting some of my Feb edition code over to v1.0 when it comes to accessing the children of a storyboard item. In my xaml I have a named storyboard inside the canvas.resources section, and im using control.content.findName() to get a reference to that item. And that all works as expected, the variable is set to ...
  • Re: TestPage.html.js constantly access denied

    I had the same problem when I was trying to create new projects from the template.  It turned out that my antivirus program was blocking access to the file becasue it was reported as having "a hidden extension", which when you think about it, it does. Any one using "Hide file extensions for known file types" would see ...
Microsoft Communities