WPF/E Scrabble Tiles
This is a sample I was working on a few weeks back but just got around to finishing. I had some Scrabble tile images from a project I worked on many years ago and wanted a fun way to use them in a WPF/E sample. This sample takes the string from the overlaid HTML input field and uses the createFromXaml method to make a WPF/E element tree for each letter. Each element tree also has an animation to give the shuffle in effect.
As Tony Lombardo points out, this would not be possible if the WPF/E control did not support windowless mode. Windowless mode allows html content to be overlaid on top of XAML content and vice versa. WPF/E Pad also takes advantage of this by overlaying an HTML text area for a XAML entry field.
The sample is live below. If you're using an aggregator and can't see the sample, it is hosted here. The source can be found here.
Comments
Anonymous
January 29, 2007
Mike Harsh har gjort en snygg liten WPF/E-demo med alfapet-look:Anonymous
January 31, 2007
Hmm... Först uppmanades man att installera ny version av CTP (FEB 2007) och nu när man återbesöker så: "You must install "WPF/E" (codename) December 2006 CTP to view this page: Get "WPF/E!" Ser inte ut som jag får ta del av demo appl.Anonymous
February 06, 2007
The ever industrious Chad Campbell has created another cool WPF/E sample . This one uses overlaid HTML