Monthly Archives: January 2012

Another XamlParseException – “Unknown parser error: Scanner 2147500037″

Yesterday I got one of those XamlParseExceptions that do not seem to make sense. It happened after I moved most of the code from my Windows Phone application to a class library. In fact the only things I left in … Continue reading

Posted in Computers and Internet | Tagged , , , | Leave a comment

Displaying Webcam Preview in a Metro App Using WinRT and XAML

I was looking at the controls available in WinRT () and I’ve stumbled upon this control called – CaptureElement. What it does is it “Represents a media capture from a capture device, for example recorded video content.” I thought I’d … Continue reading

Posted in Computers and Internet, Uncategorized | Tagged , , | 2 Comments

GridSplitters – Part 3: Limiting the Range of a GridSplitter

Sometimes I look at what people search for when they hit my blog and see some trending questions that don’t seem to have easily findable answers. This one seems to be related to how to set the limit for moving … Continue reading

Posted in Computers and Internet | Tagged , , , , , | Leave a comment

Beginning WinRT Development – Part 2: Learning Resources

This is just a short post that I will likely update in the future. A where to start/how to ramp up sort of link list on WinRT development. Main Reference Resources http://dev.windows.com – Windows Dev Center Home http://channel9.msdn.com/Events/Build/Build2011?sort=sequential&direction=desc&term=&t=windows%2Bruntime – Build … Continue reading

Posted in Computers and Internet | Tagged , , , , | 2 Comments

Vibration Behaviors for Windows Phone – Part 1

So I got my wife an HTC Titan for Christmas and I loved the way it vibrates compared to my Focus. It just feels nice with much lower frequency, while the vibrations on the Focus are a bit like an … Continue reading

Posted in Computers and Internet | Tagged , , , , | Leave a comment

“Moving GridSplitter with code behind” is not the right question

Occasionally I see people searching for how to move the GridSplitter with code behind… This is not the right question. You can in theory move the GridSplitter itself with code – it is just a control that is hosted in … Continue reading

Posted in Computers and Internet | Tagged , , , , , | 1 Comment

ProgressBar and PerformanceProgressBar performance issues with IsIndeterminate = true

Abstract The gist of this post is that if you use the ProgressBar that comes out of the box with the Windows Phone tools or use the PerformanceProgressBar that comes in the Silverlight Toolkit – you should always set its … Continue reading

Posted in Computers and Internet | Tagged , , , , , | 1 Comment