Monthly Archives

October 2013

Computers & Programming

Surface RT Remote Debugging

Microsoft is making my life hell at the moment. Every official looking link that I found to get the remote debugging monitor for my Surface RT pointed me to a page with a Visual Studio 3013 toolset. WTF? There is no link to download a VS 2012 remote…

Continue reading
Computers & Programming

Visual Bug in ScrollViewer XAML

The Windows Store ScrollViewer XAML has a bug. It causes a visual error on the screen when the ScrollViewer has no scroll bars. I discovered this because I have a main page in my app that uses the Visual Studio provided framework for a tiled app. The main…

Continue reading
Computers & Programming

Move WinRT Popup When OSK Appears

I have a Windows Store app written in C# that has some popups. These are Popup objects that work like modal dialog boxes. Mine are displayed as a band across the middle of the screen. The standard built-in on-screen keyboard (OSK) handling does not alter the position of…

Continue reading