PDC Materials Posted

I just posted all of the materials from my PDC talk here. Feel free to download and play with this stuff. The apps were strictly created as demos and are definitely not full featured apps. They are built to show of styling technologies (styles, templates, triggers, storyboards) and some UI concepts. Check them out and contact me if you have any questions.

4 Responses to “PDC Materials Posted”

  1. Darius Says:

    Very nice demo app and a great way to make the transition to the PDC build. I really really love the ability to reference in the ResourceDictionary’s now, and the reflection is so cool that it’s done in so little code. Great Job!

  2. lexp Says:

    Please help me fix the following issue:

    I have a XAML file:
    —-
    <Window x:Class=”AvalonApplication2.Window1″
    xmlns=”http://schemas.microsoft.com/winfx/avalon/2005″
    xmlns:x=”http://schemas.microsoft.com/winfx/xaml/2005″
    >
    <Canvas Name=”myCanvas” ClipToBounds=”True” MouseLeftButtonDown=”MouseDownHandler”>
    </Canvas>
    </Window>
    —-

    MouseLeftButtonDown event is not triggered until I set Background property of Canvas to some color. Please help.

    PS
    I’m using CTP September build of Avalon.

  3. Robby Says:

    Great issue in the previous comment. I’ve taken the opportunity to post my response as an entry rather than leave it in comments.

  4. lexp Says:

    Thank you very much for detailed explanation of the issue in your post!

Leave a Reply