Entries from August 2009

Navigation Transitions with WriteableBitmap

Date August 14, 2009

If you have not had a chance to play with Navigation Frames in Silverlight they are very cool, they give developers the ability to navigate between "Page" within a single Silverlight Solution.  The first time I used them I could believe how easy it was to implement.  You simply add a few pages to your [...]

Control Visibility with triggers

Date August 10, 2009

I absolutely love writing triggers for Silverlight 3.  As UX developers we often faced with the challenge of finding ways to fit a ton of information on a single user input screen.  On occasion, some of that information may only be relevant to display if users have made certain choices on the interface: checking a [...]

Silverlight 3 Flip TargetedTriggerAction

Date August 6, 2009

Last week I created a Trigger Action which flipped a panel. It was intended to be invoked from clicking on the panel directly. Earlier today I was asked if you could invoke this trigger from multiple places. The answer is no, but it is very easily to rewrite this trigger to achieve this behavior. In [...]