Welcome to WindowsClient.net | Sign in | Join

Andrej Tozon's blog

In the Attic

January 2009 - Posts

Design a Vista-like account display picture for Silverlight application
If you like the way how Windows Vista shows your account picture on the Login screen, or how Windows Live Messenger’s display picture looks like on, you have probably already thought about putting something like it in your Silverlight application, either...
Silverlight TreeView: MVVM and editing [5 – Add]
In the previous post, we enabled editing for our TreeView. The last operation we need to implement is adding a new item to the hierarchy. With our tree item editor in place, there’s not so much left to do… The only change we need to make with the View...
Silverlight TreeView: MVVM and editing [4 – Edit]
In the fourth post in this series we’ll get to actually edit an item in the TreeView. First, we have to make our HelpTopic class editable. Well, yes, it is editable now, but we’ll make it even more editable :) by a] implementing the IEditableObject interface...
Silverlight TreeView: MVVM and editing [3 – Delete]
After the first two introductory posts, we're ready to move into the TreeView control itself. We’ll begin by implementing the easiest of the three update commands (insert/update/delete) – to delete an item in a TreeView. This one actually looks very...
Silverlight TreeView: MVVM and editing [2 – Commanding]
This post is about commanding. In MVVM application context, one way to describe commanding would be to call it a ‘declarative way of connecting Actionable Elements with some A ctions by the means of Commands ’. Right… First things first – what’s an ‘...
Silverlight TreeView: MVVM and editing [1]
This is the first post in a series with a simple, yet specific goal: to add editing capabilities to Silverlight Toolkit ’s TreeView control and build a MVVM (Model-View-ViewModel) pattern application with it. This introductory post will deal with really...
I put a Tag on you…
This blog has been tagged . Microsoft Tag Reader is available for a range of mobile devices, including iPhone . This is the second (I think) Microsoft app available in the iTunes Store - a way for Microsoft to introduce and promote their latest technologies...
Sing a Songsmith
Been playing with a Songsmith a little today. It’s a music generation software, but with additional twist: you’re doing the vocals and Songsmith stands in as your backing band. It’s actually following your singing by choosing the right...
Decimal separators in Silverlight
I run English Windows with regional settings set to Slovenian, which means I’m also using a comma (,) for my decimal separator character, not a dot (.), which is mostly used in English-speaking countries. Silverlight sees my configuration as: CultureInfo...
WLW: spell checker for your language
With the latest RC release , Windows Live Writer introduced a couple of new languages for spell checking, including Slovenian. But there’s a catch – you won’t get any of them when you install the English version of Windows Live Essentials (a fancy name...
This blog’s address changed
I broke most of the external referrals to my blog posts when moving to a new blog engine, so why not take this opportunity to change my blog’s address as well? From now on, the official address of this blog is http://tozon.info/blog/ The old address will...
Page view counter