Expression Interactivity Behaviors
Posted by Joe Engalan – March 23, 2009One of the coolest features of Blend3/WPF4 is Behaviors and Actions.
If you haven’t heard of them before, check out http://sessions.visitmix.com/MIX09/T14F
Now, if only they shared the body behaviors…
Porting this to the Surface will really help boost our Surface productivity!!!
Well looky here…
Posted by Vectorform – November 1, 2007Our Silverlight Gallery design has been “borrowed.”
Vectorform’s Silverlight Blog
Posted by Vectorform – October 31, 2007Instead of cluttering up the general Vectorform blog with Silverlight content we decided to create it’s own space…
Vectorform’s Silverlight Blog with Code Examples
Combo Box Component
Posted by Vectorform – October 19, 2007Here is a basic Combo Box component that is easy to implement and customize. It supports automatic scrolling when the number of items exceed the specified height and is fed by an array.
Silverlight portal and demos page
Posted by Vectorform – October 12, 2007We have set up a Silverlight portal showcasing some examples we’ve been working on as well as a demo page listing all the stuff we’ve thrown together. The source code is included so dive in and have look…
http://www.vectorform.com/silverlight/
http://www.vectorform.com/silverlight/demos.html
Silverlight scrollbar component: Updated with MouseWheel Support
Posted by Vectorform – September 26, 2007Here is an updated version of the scrollbar component I released earlier but this new version has Mouse Wheel Support:
Thanks to Adomas Paltanavičius for the Javascript that handles the Mouse Wheel events!
Silverlight with some Flickr
Posted by Vectorform – September 25, 2007Here’s a quick example of how to call a method from the Flickr API and display some goodies in Silverlight. This grabs the 100 most interesting photos…
flickr1 – thumbnails: Example, Source
Next uses a larger canvas, 1400×1000, so beware puny monitors/weak video cards!
flick2 – medium size images : Example, Source
Silverlight Media Viewer
Posted by Vectorform – September 21, 2007This sample application incorporates some of the previous examples (scrollbars, image viewers, etc) into a working Silverlight app. The Media Viewer includes a video player, an image viewer and an RSS reader pulling stories from Yahoo News.
Media Viewer – Example, Source
We’ve also developed a nice looking portal for these examples at http://www.vectorform.com/silverlight/
Silverlight Flyout Navigation
Posted by Vectorform – September 18, 2007This example leans a little more towards traditional web site navigation with the tried and true flyout menu. I didn’t really have a need to make one of these but I thought it might come in handy in the future. I’ll also have to write an N-level version but I’ll put that off til later as the need for that rarley seems come up any more. 3 versions including source.
Flyout nav, hide/show – Example, Source
Flyout nav, fade in/out – Example, Source
Flyout nav, animate up/down – Example, Source
Silverlight Tile Navigation
Posted by Vectorform – September 17, 2007Im gonna try to do the next couple of examples relating to navagtion elements. Ill start off with this one which uses image tiles for buttons. On rollover they animate and scale to give the illusion of depth. Reflections thrown in of course
The tiles are generated and placed by code so the xaml file will be relatively empty.
Horizontal Tile Nav – Example, Source
Horizontal Tile Nav with stagered depths – Example, Source
keep looking »