The taming of the Metro GridView 10 July 2012 Diederik-Krols Metro, WinRT This article describes how to restyle the Metro GridView to host a single page app like the sample Weather and Finance apps. I'll show you how to get rid of the default disco effects of this control - like the swiping behavior and the pressed animation. For this article... [More]
Modal Dialogs in Windows 8 Metro 13 June 2012 Diederik-Krols Metro, WinRT This article describes how to create modal dialogs in a Windows 8 MVVM Metro-style app. Here's the use case: a main page opens a dialog and provides it with some information. The dialog is displayed in the center of the screen, and collects some information. As long as the dialog is o... [More]
Binding to a ConverterParameter in Windows 8 Metro 01 June 2012 Diederik-Krols Metro, WinRT This article describes how to simulate databinding to a ConverterParameter in a Windows 8 Metro XAML app. Let's say we have a TextBlock that displays a value from the ViewModel, and a Converter that takes this value together with some Range object as parameter. The converter should return ... [More]
Look Mom, I’m on the Tablet Show 29 May 2012 Diederik-Krols Metro, WinRT People that know me will definitely confirm that I’m a silent, modest person, always trying to keep a low profile . Last week, however, Carl Franklin and Richard Campbell from the Tablet show pulled me way out of my comfort zone to produce a podcast on the development of enterprise application... [More]
Using Dynamic XAML in Windows 8 Metro 23 May 2012 Diederik-Krols Metro, WinRT This article describes how the Windows 8 Metro Consumer Preview deals with three standard ways of dynamically applying a look-and-feel to XAML controls. When working in Metro with XAML and data, you will want to maximally leverage the data binding capabilities of the platform fro... [More]
Creating updatable Live Tiles from A to Z (part 1) 08 May 2012 Michael-Van-Wesemael Something I haven’t found on the webs, is a nice overview of how to create updatable live tiles. Sure, you can gather all the data, but all the do’s and gotcha’s in one article would be nice. So I decided to get everything together myself. OK: here’s the scenario. We need an app that visually show... [More]
Using a Sterling-database in Windows Phone as alternative to SQL CE 25 April 2012 Michael-Van-Wesemael Windows Phone, databases, Sterling I you remember my blogpost from a very long time ago, I wrote about using SQL CE with Windows Phone (you can find it here). SQL CE can be queried with LINQ to SQL, making it interesting for storing relational data. Recently I came in contact with the Sterling-database (check it here), an Object-data... [More]
A XAML Settings Panel for Windows 8 Metro 08 April 2012 Diederik-Krols This article describes how to create a custom Settings Panel for a Windows 8 Metro app (Consumer Preview) using XAML and C#. It also describes a way to broadcast the new settings to the app's components. Apps written in JavaScript and HTML5 can make use of the SettingsFlyout control. There's a full ... [More]
Using Reactive extensions for feeding test sensor-readings in Windows Phone 29 March 2012 Michael-Van-Wesemael Reactive Extensions, Rx, sensors, testing, Windows Phone An interesting technology you might have heard of is Reactive Extension (MSDN Rx Site). It’s available for different types of applications, although you may need to add the necessary assemblies through NuGet. But in WP7.5 it’s included in the SDK. The only thing you need are references to Micr... [More]
Using the CarouselPanel in Windows 8 Metro 28 March 2012 Diederik-Krols Metro, WinRT Warning: content applies to Windows 8 Consumer Preview only. In the current release, the CarouselPanel can not be used in stand alone mode anymore. This short article describes how to use the CarouselPanel in a Windows 8 Consumer Preview Metro style app. Don't expect the spectacular rotating 3D eff... [More]