Silverlight Cream for July 09, 2010 -- #899

In this Issue: Michael Washington, Jim Lynn, Martin Duffy(-2-, -3-), Jonas Follesø, Ofir Shemesh, Karl Shifflett, Sergey Barskiy, Chris Klug

Shoutouts:

Chris Koenig posted an announcement for a WebCast next week: XNA Game Development for Windows Phone 7... I'm registered, are you?

Erik Mork and crew have their latest Weekly podcast up: This Week In Silverlight – Kin RIP and Welcome new MVPs

Manning Press has pushed an excerpt from Pete Brown's upcoming book:


From:

Michael Washington has a follow-up post on RIA Tasks -- and this one is addressing Dynamic View Models and is a great long tutorial also describing ViewModel Communication... grab the code for this one! - thanks Michael:)

Jim Lynn has a post up describing changing the background of each grid row. I thought the way he did it was the easy way but then he produced a Behavior to do it... that's another to add to the big bag-o-tricks.

Martin Duffy has just what you're looking for: a detailed 3-part tutorial on the Pivot control, and he's pounding it into an app as a search page... just what I had in mind! -- this first one is getting everyone up-to-speed on what Pivot is.

In Martin Duffy's second tutorial, he's discussing producing the Pivot collection, and he's talking right to us that have large collections of data that don't necessarily have images stored with them... and you're going to need that for Pivot.

In the 3rd tutorial, Martin Duffy has the control in an app, and discusses deployment, and possible enhancements... give it a try, it works great!

Jonas Follesø presented at NDC2010, on WP7, and has not only all his material from the presentation up on this post, but other information to get you going with wp7dev.

Ofir Shemesh has a code-laden post up implementing a double-click trigger that you can use on any UIElement

Karl Shifflett is discussing and demonstrating non-linear navigation in Silverlight... you can read his references but essentially it amounts to how we all work... start something, get distracted by taking a rabbit trail here and there, but eventually get back to what you were doing before.

Sergey Barskiy had a need to implement double-clicks inside a datagrid and oops, you can't do that... so he worked it out. Yeah, it's non-standard, but I'm doing it in datagrids in webforms... it just feels right... go grab the behavior code and give it a dance.

Chris Klug has a big post up an Push Notifications in WP7... good long discussion and code included plus external links to good info.

Stay in the 'Light!


Twitter SilverlightNews | Twitter WynApse | WynApse.com | | |

Technorati Tags: Silverlight](http://technorati.com/tag/Silverlight)    Silverlight 3](http://technorati.com/tag/silverlight-3)    Silverlight 4](http://technorati.com/tag/silverlight-4)    Windows Phone](http://technorati.com/tag/windowsphone) MIX10](http://technorati.com/tag/MIX10)

This article is part of the GWB Archives. Original Author: Dave Campbell

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.