Sunday, June 08, 2008

Silverlight Samples Updated to Beta 2

I have updated a few of my Silverlight demo applications to work with the Beta 2 release of Silverlight.  The update was fairly painless, but then again, these are really simple applications :) 

Color Picker Control (Source Code)
Simple Color Picker control built with Silverlight.  Useful in applications that require advanced color selection options.

image

Silverlight Binary Clock (Source Code)
Just a simple Binary Clock with a live reflection.  Since we don't have a visual brush in Silverlight, I had to instantiate 2 clocks and apply a gradient opacity mask to the bottom clock to simulate the reflection effect.

binary_clock

Disco Dance Floor (Source Code)
This application is pointless, but it does demonstrate smooth animation in Silverlight under stressful conditions.

disco