Did you remember Windows 8 ? The theme of your app was set once at the launch and you could’nt change it dyamically or set once by control. This was really annoying in some case…
Tagged By xaml
[WinRT] How to get the language code actually used to resolve a resource
I am working on an app with a lot of different languages. This is really great because there is a lot more chances that the user get the app in its spoken tongue. You can…
Win8/XAML : how to create a TextBlock with clickables hyperlinks in it
Xaml is really powerful and you can build nearly any user interface you want with it. However it can be hard sometimes and in this post I will describe how you can create something I…
WP Toolkit : Adding a item in the SelectedItems collection of a LongListMultiSelector actually adds 2…
A quick blog post about a bug I encountered today with the LongListMultiSelector : adding 2 items in its SelectedItem property actually adds 2 items (twice the same) in the SelectedItem collection. This is quite…
Windows 8 Metro apps – a lot of icons are available out of the box !
In Metro apps, the Metro design is everywhere and that’s pretty cool ! When you start an application, you want and need it to be compliant with this theme and one main part of it…