Jason Nadal

Restless C#ding

  • Longhorn "Verification Mode"

    After changing some system settings in Longhorn in Virtual PC, and deciding just to “turn off” the window, the next time I started up, Longhorn was running very slowly.  After a while, a piece of toast popped up explaining Longhorn was in “Verification Mode” due to the crash.  It then allowed me to disable it, by brining up an “Is system allowed to run in verification mode?” dialog.  Very interesting... perhaps this is the next evolution of Safe Mode?

  • Avalon Control Collection - UIElementCollection

    One of the first things I noticed when trying to iterate through the controls of a Longhorn form looking for a control was the absence of the Controls class.  In its place is the UIElementCollection, a member of the MSAvalon.Windows.Controls namespace for the PDC build. This is an array which you can use to gain access to the child controls of an element from the codebehind.  For example, if you had this scenario in the XAML document:

  • "Blog" hits mainstream

    I was surprised to hear “What is a weblog or blog?” as one of the questions for Jeopardy today.  The answer? Presidential candidate Howard Dean made these popular for candidates during the 2003 democratic primary campaign (I'm working from memory here, so it's not a quote.) The Category? 21st Century Trends

  • New Pages, & President Atchinson

    For any loyal readers of my site, I've made available a Download Page available on the left menu of my blog. This will have links to software and samples I've written.  Also an articles (published) page will be added soon.

  • eXcentrics Controls

    I've used controls from eXcentrics world on a few projects I have been involved in, and am impressed with their reliability and ease-of-use.  The controls are donate-ware, and $75 for source code access.  The collapsable panel and bread crumb trail are my favorites.