I'm using the Silverlight PivotViewer control in an application I'm writing to display Microsoft Live Labs Pivot content through Silverlight. In my app, I want to handle right-clicks on items and return where inside the image the click occurred.
I've already implemented the necessary event handlers and the process of finding which image...
I have an image (png) with resolution 1600*1200 (96 dpi).
I have put some text on the image and then saved it to a file for it to be loaded using silverlight's deepzoom with the pivotviewer. The text is blurry when zooming in and I was wondering how I can make the text look sharper (only if zooming in a bit).
This is my first bit of pr...
I'd like to try the pivot control and have VS.NET 2010 installed but do not see it anywhere when I create a silverlight project. Any ideas on where I can find this?
...
How do I get the Pivot Server Application to run on IIS 6? The handlers for the cxml don't seem to be registering properly, because I get a 404 for requests to .cxml files.
The closest solution I can see so far is on http://forums.silverlight.net/forums/p/192470/454278.aspx , but this doesn't seem to be the right way to do it. I see th...
The current version of the Microsoft Live Labs PivotViewer control for SilverLight 4 has no way to style the elements of the control. Looking at the control in Reflector, I can see much of the style info is set in a ResourceDictionary in the assembly (assets/defaultcolors.xaml). What I would like to do is create my own copy of this fil...
I have a Silverlight PivotViewer application that is working perfectly in Visual Studio. My problems occur when I try to deploy the application. The application starts as usual with a "Loading" animation and the path to the CXML file in the upper left. The problem is when the Loading animation is finished, it simply disappears and not...