Expression Interactivity Behaviors

Posted by Joe Engalan – March 23, 2009

One 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!!!

Bookmark and Share
Filed Under:   2.0 C#, silverlight | Leave a Comment

Well looky here…

Posted by Vectorform – November 1, 2007

Our Silverlight Gallery design has been “borrowed.”

Bookmark and Share
Filed Under:   Design, office, silverlight | 1 Comment

Vectorform’s Silverlight Blog

Posted by Vectorform – October 31, 2007

Instead 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

Bookmark and Share
Filed Under:   silverlight | Leave a Comment

Combo Box Component

Posted by Vectorform – October 19, 2007

Here 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.

Example, Source

Bookmark and Share
Filed Under:   silverlight | Leave a Comment

Silverlight portal and demos page

Posted by Vectorform – October 12, 2007

We 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

Bookmark and Share
Filed Under:   silverlight | Leave a Comment

Silverlight scrollbar component: Updated with MouseWheel Support

Posted by Vectorform – September 26, 2007

Here is an updated version of the scrollbar component I released earlier but this new version has Mouse Wheel Support:

Example, Source.

Thanks to Adomas Paltanavičius for the Javascript that handles the Mouse Wheel events!

Bookmark and Share
Filed Under:   silverlight | Leave a Comment

Silverlight with some Flickr

Posted by Vectorform – September 25, 2007

Here’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

Bookmark and Share
Filed Under:   silverlight | 1 Comment

Silverlight Media Viewer

Posted by Vectorform – September 21, 2007

This 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/

Bookmark and Share
Filed Under:   silverlight | 1 Comment

Silverlight Flyout Navigation

Posted by Vectorform – September 18, 2007

This 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

Bookmark and Share
Filed Under:   silverlight | Leave a Comment

Silverlight Tile Navigation

Posted by Vectorform – September 17, 2007

Im 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

Bookmark and Share
Filed Under:   silverlight | 2 Comments
keep looking »