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.
September 16th, 2005 at 7:28 pm
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!
September 30th, 2005 at 10:40 am
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.
October 3rd, 2005 at 7:17 am
Great issue in the previous comment. I’ve taken the opportunity to post my response as an entry rather than leave it in comments.
October 3rd, 2005 at 8:15 am
Thank you very much for detailed explanation of the issue in your post!