Silverlight Pivot Viewer (revamp)

Name: Silverlight Pivot Viewer
Author: Pedro M. Gomez-Fabre

Original idea and implementation: Stephane Vellay (09/2010)

Revisited by: Guillaume Paillard, Mike Cherry
Dependencies: Windows server, Pipeline Pilot 8.5, Silverlight (on client machine)
Version: 2.0
Created: 08/2012

Description: This package allows you to create Silverlight pivot viewers for your data. Differently to previous versions, All dependencies are resolved and included now as part of the package.

Installation process:

- Copy the package enclosed on this post into \\apps

- Unzip the file into the same location. You may need elevated privileges for it. (You should end up with a new folder called \\apps\\accelryscommunity)

- Open a command prompt with administrator rights

- navigate to \\bin

- type “pkgutil.exe -i accelryscommunity/SilverlightPivotViewer” or simply “pkgutil.exe -i accelryscommunity”

Uninstall process:

- Open a command prompt with administrator rights

- navigate to \\bin

- type “pkgutil.exe -u accelryscommunity/SilverlightPivotViewer” or simply “pkgutil.exe -u accelryscommunity” if you don't have any additional package under accelryscommunity

- Remove the folder \\apps\\accelryscommunity

- Remove the file \\apps\\accelryscommunity.zip

How to make it work? First try with the examples included. Notice that some of the examples are using specific data collections. Make sure you have them installed as part of your server before run them.

To create your own examples: Define your input data and some properties you would like to display and pipe the output of it to the viewer.

Don't have Silverlight already installed? No worries, it gets installed after running your first silverlight protocol.

I strongly recommend you to check the videos included on the original post to get an idea of how the application works.

https://community.accelrys.com/message/13996

Finally a couple of videos using Generic data (playing cards) and Molecules



  

Hope you like it.

Pedro