Advanced Forum Search Results
-
If you create something that contains the new VisualStateManager with Blend 2.5 June preview, the VS2008 with SL2B2 Tools cannot compile it.
You get the error message "The attachable property 'VisualStateGroups' was not found in type 'VisualStateManager'.".
Workaround: You can compile the project with Blend.
-
Read my blogpost: Creating compatible Zip file from Java to .NET and SilverLight 2B1
In my SilverLight project needed to generated dynamically a JSON file from Java to SL. The generated JSON are usually around 1MB. I decided to decrease file size I used zip compression. In SL to handle compressed content we can use StreamResourceInfo, it supports ...
-
I started using my JPEGUtil class which can determine dimensions of jpeg images. Unfortunately it doesn't work well on every jpeg. I analysed these images and realized that these images has encoded with progressive mode. After some research I extended the code to handle a progressive encoding mode too.
Now the code can handles the ...
-
Read this: Determine PixelWidth and PixelHeight for JPEG image in Silverlight 2B1