Advanced Forum Search Results
-
...
-
There is no web service. I am using this approach to serialize/deserialize complex XML documents conforming to an xsd schema.
I realize I could use DOM/LINQ to parse the document, but the proxy/stub based approach makes it a lot easier
-
I used XSD.EXE to generate proxy classes for a set of schema's.
I manually edited some of the duplicate definitions that were generated because of the schema's imported another one and I believe xs:import is not supported and one has to provide the names of all schema's in the commandline
After doing that I noticed that some ...
-
Thanks again for the quick responses..
var target = Storyboard.GetTargetName(animation); returns null ( i.e. target is null)
-
Thanks..
I have a static method that sets up a fade-in/fade-out on any element below. This method returns the StoryBoard.
In the calling method I have set up an event when the storyboard completed (StoryBoard.Completed).
In the completed event (which gets the Storyboard handed over) , I would like to get to the uiElement the storyboard ...
-
I have programmatically created a StoryBoard and applied it to a number of objects. In the StoryBoard Completed event I'd like to access the underlying object which I set using Storyboard.SetTarget(animation, control).
I tried using StoryBoard.GetValue(Storyboard.TargetProperty) and it returns null.
Ideas "
-
Is there a way to use authentication as mentioned in the article via a J2EE web service ?
-
Well what I was getting at is if Silverlight Supports making HTTP Requests and setting Basic Authentication Headers.
This functionality did not exist in 2.0
-
Does Silverlight-3 support Basic Authentication and custome HTTP Headers ?
-
I have blend 2 installed on my machine alongwith Visual Studio 2008. The integration works quite well, and I recently installed Blend 3 preview. My project is Silverlight 2 based and as such don't want to migrate to Silverlight 3 yet.
My integration now seems to have switched to Blend 3 from Visual Stuio. Is there a way to set up the ...