Microsoft's Silverlight PivotViewer is a data visualization tool that allows developers to provide a rich and interactive solution for visualizing large sets of data. Built upon the DeepZoom technology, PivotViewer allows users to quickly and easily change sorting, filtering, and navigate the data ...
4
votes
3answers
509 views
Problems deploying Silverlight PivotViewer
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" ...
3
votes
2answers
523 views
Change filter in Silverlight Pivot Viewer to use AND instead of OR
I need to modify the way the filter acts in the Silverlight Pivot viewer.
I have this filter:
Keywords:
x Keyword a
_ Keyword b
x Keyword c
_ Keyword d
_ Keyword e
The filter generates “Keyword a ...
2
votes
1answer
97 views
Faster way to create a deep zoom collection
I am creating a silverlight pivot collection with 31K items (and images), however when I'm using the DeepZoomTools library to create the deep zoom images; it takes hours and hours (and hasn't actually ...
2
votes
1answer
130 views
Microsoft Pivot JIT Collections
I'm attempting to implement a Microsoft Pivot viewer within my application, I've decided that a cross between a JIT collection and Linked Collection is the best case however I'm having a few issues.
...
2
votes
2answers
446 views
Troubleshooting a Silverlight Exception on the Pivot Control (System.Windows.FrameworkElement.Style)
I'm having a somewhat maddening issue just trying to get the Silverlight Pivot Control to work out of the box.
When I wire everything together, I see this stack trace in the JavaScript errors:
...
2
votes
1answer
287 views
Create dynamic images from WPF User Control inside an HTTP Handler
I'm using Microsoft's PivotViewer control in one of my Silverlight projects. I'm creating a JIT collection and was hoping to dynamically generate the images based on the rendered result of a WPF ...
2
votes
1answer
312 views
Problem publishing images in Silverlight PivotViewer
I'm working on a Silverlight PivotViewer app and using the Excel Pivot Collection tool to generate my image files. Everything works perfectly except some images are not being published by the tool. ...
2
votes
3answers
653 views
Silverlight PivotViewer application doesnt display when deployed to IIS
I am trying to deploy my PivotViewer files to an IIS server. I have added a MIME info for the cxml, dzc and dzi as "text/xml".
What else do I need to do? Currently, if I try to run my PivotViewer app ...
1
vote
1answer
36 views
c# WindowsPhone Organise Code in Pivot App
I'm writing my first Windows Phone app using the Pivot functionality. From what I understand it's pretty much a single view/page, that can be manipulated to show different data.
Each pivot item ...
1
vote
1answer
54 views
Future of PivotViewer control and HTML 5 equivalent
As Silverlight's future seems to be quite unsure, does anybody know if the PivotViewer control will still be maintained and updated?
I wish to develop an application based on this amazing control but ...
1
vote
1answer
90 views
Pivotviewer's .cxml parsing
I'm trying to do very simple operations on a .cxml file. As you know it's basically an .xml file. This is a sample file I created to test the application:
<?xml version="1.0" encoding="utf-8"?>
...
1
vote
2answers
73 views
To show or not to show the pivot title in Windows Phone 7 application?
I am developing a client for one relatively popular online service among certain auditory. This service has a unique functionality and design, so it's difficult to confuse it with something else.
...
1
vote
1answer
147 views
How to programmatically create PivotItems to add to a PivotView?
I am creating an RSS reader and would like to create PivotItems for RSS the user has.
I know that I'll be passing in the number of items into the PivotView so I can create the number of items upon ...
1
vote
1answer
211 views
Silverlight 5 (RC) PivotViewer control
I can't seem to find System.Windows.Controls.Pivot.dll anywhere in the sdk folders. Does anyone know the whereabouts of this file? I'm trying to reference it so that I can add it Visual Studio Toolbox ...
1
vote
1answer
213 views
Programmatically set the PivotViewer's filters
I have a Silverlight PivotViewer up and running, with about 4000 items.
I pass querystring parameters to the page that hosts the PivotViewer, to filter the items upon opening.
How do you add filters ...
1
vote
1answer
304 views
Why won't my Silverlight PivotViewer load?
I have a PivotViewer app I am working on, but, I cannot get it to run.
I have a good .cxml file (I used Pauthor to generate the related deep-zoom files). I have tried running it from inside VS 2010 ...
1
vote
2answers
511 views
Silverlight PivotViewer dynamic collections best practices
I'm new to Silverlight PivotViewer. My goal is to create an image for each sale in my database. The image is to contain data for the sales rep, sale date, invoice amount, customer, etc. I'm using ...
1
vote
2answers
229 views
PivotViewer is very slow on loading my collection
PivotViewer is very slow on loading my collection(34mbs) 344 images. What should i do?.
My app is on Windows Azure so my bandwith is ok. Is there any optimazation? at least to load an ammount of ...
1
vote
3answers
536 views
PivotViewer control doesn't Display Images (Silverlight)
I use the excel plug-in to publish them, then i copy the cxml and the folder to my .web project and when i run the pivot works and has the categories but doesnt show images.
xaml code:
...
1
vote
3answers
100 views
Why does stackpanel break my pivotviewer?
I have a working pivotviewer with 128 images of cars that I put together myself. I used one of the many tutorials on the web to get it working, and it works well. Then I thought I should decorate the ...
1
vote
1answer
158 views
How to replace a ResourceDictionary of a 3rd Party UserControl (in this case PivotViewer)
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 ...
1
vote
1answer
552 views
How do I get the Silverlight Pivot Server application to run on IIS 6?
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 ...
0
votes
0answers
17 views
PivotViewer FilterChanged event
I am working on a reporting app using PivotViewer. There are two controls on my grid. One is PivotViewer and the other one is a reporting Panel. After a user changes the filter of the PIvotViewer, I ...
0
votes
2answers
35 views
PivotViewer V2 with CXML shows no images
I used the PivotViewer V1, created a server, which sends CXML, DZC, DZI and the image tiles to the client.
Everything works just fine for PivotViewer V1.
Now I want to switch to V2 of the ...
0
votes
0answers
9 views
Silverligh PivotViewer in Visual Studio express edition 2010
Is it possible to use PivotViewer in Visual Studio 2010 express edition
for building web sites for commercial usage??
I know that PivotViewer is a free control for Silverlight
but there is no ...
0
votes
0answers
39 views
How to display a link in the pivotviewer detail pane
I'm using Silverlight 5's new pivotviewer and I am unable to get the hyperlinked title in the details pane.
<sdk:PivotViewer Name="pivotView">
<sdk:PivotViewer.PivotProperties>
...
0
votes
0answers
45 views
Silverlight 5 new PivotViewer - detect when trading cards have completed rendering
I am looking for an event (or another mechanism / workaround) that I can use to know when rendering of trading cards has completed in the Pivot Viewer control. I am using the SL5 version of the ...
0
votes
0answers
77 views
Silverlight 5 PivotViewer - detect when trading cards have completed rendering [closed]
I have started using the new PivotViewer control in SL5. I am looking for an event (or another mechanism) that I can use to know when rendering of trading cards has completed. Currently, there is ...
0
votes
0answers
29 views
PivotViewer Server ImageTile generation
I got some issues while building my custom PivotViewer Server.
I downloaded the PivotViewer JIT-Server, to create dynamic collections.
It uses some custom IHttpHandlers to dynamically return the ...
0
votes
1answer
84 views
Silverlight 5 PivotViewer control rendering locally on server but not remotely
I have deployed a Silverlight 5 PivotViewer web app that runs successfully on the development machine to a server running IIS 6.0.
On that server, the application in a browser runs successfully from ...
0
votes
1answer
262 views
PivotViewer v2 dynamic collection AND deep zoom images
I am using the PivotViewer v2 released with Silverlight 5. I've started to use the new data binding ability of the PivotViewer, binding directly to data objects that are passed down from the server, ...
0
votes
1answer
177 views
Silverlight 5 PivotViewer control not showing image tiles from cxml
I've generated a cxml file and image collection with the Pivot Excel tool. I then created a form with a PivotViewer control in it, and pointed it at my collection file. The page opens, shows all of ...
0
votes
0answers
66 views
PivotViewer v2 cxml loading throws security error
I'm coveting my PivotViewer project to v2, but I want to keep the cxml loading option.
I created a CxmlCollectionSource and gave it url to the cxml (the url and cxml are valid)
and on the StateChanged ...
0
votes
1answer
69 views
Pivot viewer changing the default Filters
I have created a simple Pivot viewer catelogue and in the Filter Panel it has a slider for the price with all other Facets below.
How do you bring one of them to the top and sort Alpha rather than ...
0
votes
1answer
72 views
Pivotviewer showing cached images
I am making Silverlight 5 application using pivotviewer, trying to load images in pivotviewer which are received from server. Now pivotviewer is showing old cached images.
DZI images at the server ...
0
votes
1answer
32 views
Pivot Viewer, rounding of decimal values
I have a pivot collection that has a numeric facet, however when the value is being displayed it keeps rounding to the nearest whole number.
Is there a way in which I can show the full number with ...
0
votes
1answer
75 views
Is there a way to compress a Silverlight Pivot Collection's cxml file?
I generated a large (31K items) pivot collection whose cxml file exceeds 21 megs. I would need to host this on a website however 21 megs is going to take a long time for the client silverlight pivot ...
0
votes
1answer
81 views
Pivotviewer and Bing Map Integration
I am trying to get a Bing map integrated into a PivotViewer - has anyone been successful?
I have got them together but it is not as "smooth" or polished as I'd like it to be.
Things that are wrong :
...
0
votes
1answer
63 views
Does silverlight's pivot viewer support html descriptions?
I'm building a silverlight pivot viewer collection which contains html descriptions; however the html markup is showing up in the description.
Does silverlight's pivot viewer support html ...
0
votes
1answer
50 views
HttpHandler expiration for PivotViewer
I have been trying to get my PivotViewer implementation to NOT cache the HttpResponse but have not been successful. How does one set the expiration of a Response object? I have been doing the ...
0
votes
0answers
62 views
Pivotviewer CXML DTD Error
I have deployed my pivotviewer application to a test server, everything is setup correctly on the server, it has the relevant mimetypes and pivotviewer handlers configured.
But when i try to access ...
0
votes
1answer
206 views
Unspecified error (Exception from HRESULT (E_FAIL))
I'm receiving this error when I attempt to drag a PivotViewer control onto MainPage.xaml.
The steps that led me to this point are the following...
Installed PivotViewer SDK
Created a new ...
0
votes
1answer
93 views
Modification of the silverlight PivotViewer Deserialization
I was wondering if there is a way to modify the silverlight PivotViewer Deserialization to add a new type of data.
For example if I have a cxml like :
<?xml version="1.0" encoding="utf-8" ?> ...
0
votes
0answers
234 views
Cannot configure custom httphandler in MVC 3 project
I have a collection of custom httphandlers that serve up data to a Silverlight PivotViewer control. Initially, I had this in an ASP.NET 4 Web Forms project with the following configuration:
In ...
0
votes
1answer
123 views
Does PivotViewer work on localhost?
From the FAQ:
http://forums.silverlight.net/p/189106/434909.aspx/1?PivotViewer+FAQ
Q: Why won’t my collection load in the PivotViewer control?
A:
Is your collection hosted on a ...
0
votes
1answer
148 views
uploading a simple collection for pivotviewer
Hey I am creating a demo to display the benefits of using a pivotviewer. I created a simple collection with about 50 items to display, and created a simple pivotviewer to display it.
here is my ...
0
votes
1answer
626 views
Creating Pivotviewer Collection
I'm trying to create a JIT pivotviewer and I have been kinda struggling a bit. Could someone clear my confusion on how the cxml is dynamically created? Also how should the information be set up for ...
0
votes
1answer
392 views
Silverlight Won't Load PivotViewer Collection
I'm trying to get a proof-of-concept PivotViewer application up and running, but I can't get the collection to load properly, even in a testing environment. I'm following these instructions:
...
0
votes
3answers
178 views
Summation of figures in PivotViewer
I am creating a PivotViewer application to show sales history of store branches for a retail businesses.
We are creating dynamic collections from an sql database when the application is opened. The ...
0
votes
0answers
254 views
How to export Silverlight Pivot View to Excel?
How I can export the current view in Silverlight Pivot Viewer to Excel.