Creating app bar buttons for WinRT applications is easier than creating them for Windows Phone applications. While Windows Phone uses transparent images for app bar buttons, WinRT applications use built-in Segoue UI Symbol font for that purpose. This simplifies things quite a bit since we don’t have to trouble ourselves with scaling, picking correct size for the app bar images and theming (in case we need black and white versions). If you took a look at the default styles that come for WinRT applications, you could notice that they don’t use any images, they are simply referencing a particular symbol in the font. read more
upcoming talks
none, but you can drop me an invite :)
tags
.NET asp.net async Behavior bug C# C#5 C++ C++/CX c++11 canvas debugging design DirectX DirectX Tool Kit Extensibility gamification Google HTML5 IIS js KineticJS KZ layout ListBox Metro microsoft xna OAuth OData RestSharp Team Explorer 2012 TFS11 three.js tool vs11 vs11 beta WebGL Windows 8 Windows Forms WinRT wp7 wp8 WPF XAML XNAnotable posts
- Changing the background for panorama title and panorama header
- DirectX Tool Kit - native "XNA" for Windows 8
- Create app bar button icons using Segue UI Symbols font
- Using an existing canvas element for three.js
- Using SignalR on Windows Phone 7
- Modern UI for WPF
- Why you should (almost) never write void asynchronous methods?
- Metro Studio - your modern UI style icons paradise
- Drawing the control bar for Metro-style WPF applications
Portable classes in Visual Studio 2012 are simply awesome. They allow high code reuse for multiple platforms. Another great addition in Visual Studio 2012 is support for asynchronous programming in C# 5 which, sadly, was not initially available for Windows Phone 7 developers.
In the 


Back to top