Advanced Forum Search Results
-
I know this might be an odd question and might be in the wrong place but not quite sure where this goes.
We have a duplex service that we use with our Silverlight client. We would like to make an ASP.NET client that accesses this service. Is this possible? If so I have hit a roadblock with PollingDuplexHttpBinding() not ...
-
I actually noticed a MASSIVE increase in draw time on our application(very data/video heavy app). On resizing the window was one of the largest speed increases i noticed. Also I noticed a very heavy drop in time on going to services regular and duplex. I dont know why the changes but I am very happy they are there for ...
-
Yea I am sorry I meant WrapPanel....
-
[quote user="jemiller"]
Does anyone know if the March 2009 release of the Silverlight Toolkit works with the release version of Silverlight 3?
[/quote]
We have 2 versions of our app, one in 2.0 and the other in 3.0 beta 1. The 3.0 beta 1 upgraded doesn't work with the old toolkit. The 2.0 upgrade to 3.0 ...
-
Yea we have 2 versions of our app, one on 2.0 and one in 3.0. Strange enough the 2.0 solution that updated automatically works with the WrapView just fine. Of course that has the toolkit dll copied into solution's directory and referenced as such. That works fine with the WrapView.
The version that was from 3.0 ...
-
I posted it at google docs, I hope that is allowed.
http://docs.google.com/View?id=dnkk749_0czvc86gx
Well I hope its viewable... never used google docs before, so good luck :).
-
Great thanks! this will help us get ready for the official release.
EDIT: Also any idea on breaking changes docs or any docs really on changes?
EDIT 2: You might want to downlod the tools package instead @ ...
-
ahh that is a shame isnt it. Well I appreciate the answer. Thanks much!
-
This is a double post. I originally posted this under .NET general and recieved no responses.
I am looking for a way to bind a field to part of another string like so with the Clip field:
<Path x:Name="TabPathOutlineBodySegmentElement" Canvas.ZIndex="2"
StrokeThickness="{TemplateBinding ...
-
Any1 know a way to build a string like the one used in the Clip field where I can bind to only certain elements in the string, or is this not possible?
Thanks,
Brad