Welcome to WindowsClient.net | Sign in | Join

Andrej Tozon's blog

In the Attic

Browse by Tags

All Tags » Layout (RSS)
Display “My Pictures” in Silverlight application at design time
Following up on The ultimate hack for Silverlight in Blend post from Josh Smith, I tried to make Blend display pictures from the My Pictures folder right in my Silverlight application. Needless to say, it worked as advertised :) The ViewModel is set through...
Halloween Live Gallery
With Halloween around the corner, it’s time for some scary photos… In this post I’ll explain how I built my demo application I showed at my Windows 7 Launch talk . Expression Blend 3 shipped with a few interesting samples, available for immediate use...
Windows 7 Launch talk: Building cool applications with MS Expression tools
Windows 7 launch day was fun. I gave a talk on Expression tools (and related) – here’s the PowerPoint slide deck for those who asked for it: I used Expression Blend 3 to build a photo viewer application, which I’ll blog about later; key points here were...
Dynamic Data Forms for Silverlight, revisited
A couple of weeks ago, I wrote a post about handling dynamic forms in Silverlight. With this continuation post, I’m going to make a few changes to the original project: 1. Implement a new, custom, field type and provide a template for it (I’ll write about...
Dynamic Data Forms for Silverlight with a Data Template Selector Control
The basic idea behind this post is to show a simple way for items/list controls to display each item data with a different template. The ideal candidate for such exercise are data forms, where user can enter different kinds of information - text, numbers...
Disabling items in a Silverlight ListBox
This is a quick tip on making the ListBox items behave as disabled. You know the semaphore, right? STOP on red, GO on green? OK. I’m drilling this with my two-year old when driving her to kindergarten every morning so lately it’s probably stuck in my...
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 [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...
Integrating Silverlight with Community Server 2008.5
I’m sure Telligent will fully enable Silverlight parts into future Community Server releases, but until then, a couple of tricks are needed to make Silverlight play well with CS. The following points were made with Community Server 2008.5 release. Include...
Label.Target Pt.2: The return of the (not so) attached property
Following my previous example , this is another experiment with the Label.Target property. Suppose you want to restrict user’s progression with data input on a form by disabling some crucial input fields, which input depends on some other fields on the...
Label.TargetProperty as a Source
One of probably most underused features in windows desktop UI development world is got to be the use of a Label as an accessor to its pair control. I rarely see developers using this possibility to enhance keyboard UI navigation. A couple of things changed...
Experience new Silverlight skins
Corrina Barber posted a cool looking new skin for Silverlight controls, which indeed looks perfect for giving your application a sketchy appearance when in early stages of development. However, if you don't find the green color she used sketchy enough...
Page view counter