When working with the WinRT SDK you somethimes get exceptions from it with only an hexadecimal code to help you understand what the error is. Often, when you look for it on Google/Bing, you end…
Tagged By WPDev
Windows Phone : localize your App name
When you build a Windows Phone App, you for sure take some time to translate it in several language. By default there is no easy way to translate the app name but you can do…
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…
[WPDev] CustomMessageBox + OnNavigatedTo + Navigate = Exception !
The Windows Phone Toolkit is really useful. Yesterday, while I was updating my ConsoTracker app, I met a strange bug using the CustomMessageBox : it was raising a nullReference exception. Let’s see what was the…