Advanced Forum Search Results
-
I'm using a workaround at the moment. The original problem still exists. We're real busy at the moment but I'll try to post a simple repro as soon as possible.
Thanks
-
I'm not sure if this is intended behavior, but this was the cause of a major lag issue for us. To grab the dimensions of a particular image we need, I create an Image which I call the "loader", assign its source a BitmapImage from a url, then add it to the root container in one of our controls. Once I know the image is loaded ...
-
What's the recommended practice around the soap proxy classes? Should we maintain one or few instances of the class? Or is it fine to instantiate many of them and not worry about reusing?
Currently we do very little reuse. I'm now trying to debug some performance issues, and am wondering if the soap proxy classes are holding ...
-
this seems to fit exactly with what is described at this site (though they are talking about .net 3.5 WPF)
http://wpfkorea.com/?document_srl=2655
Scroll down to Item #7.
-
we're running into the same issue. in a given session the user could potentially load a large number of images (at different times), but we can't seem to find a way to get the image memory usage free'd.
does anyone have any new info?
-
is there any new information on this? will it be in the release?
Thanks
-
Thanks Karol. That solved the problem on my end too. :D
-
I'm running into problems as well, and specifically with ListBox's inside a Popup. As soon as I click an item, I get a E_UNEXPECTED catastrophic failure message. This is happening with two of our custom controls that each use ListBox's, one of them with { } style databinding, the other with just strings added to the list. If we ...
-
I noticed a breaking change with my codebase that I didnt see documented (but maybe it's around a concept I'm not familiar with yet). Seems now in RC0 that I can't succesfully make any soap calls unless I've already initialized Application.RootVisual to a control beforehand. Does anyone know why that might be the case ...
-
does anyone have the version # i need to use for the <asp:Silverlight MinimumVersion="..." /> ? It was on the blog before it was taken down.
Thanks