Nates Stuff

Perspectives on Computing :: Leave a Comment

Browse by Tags

All Tags » XAML (RSS)
6 Things I Bet You Didn't Know About Data Binding in WPF
I fell in love with WPF the first time I saw it in action! WPF is a thing of pure beauty! Anyway, from the second I saw how the data binding worked I knew that there was going to be a lot to figure out there! It also seems as though there is no real data...

Posted by Nathan Zaugg | 18 comment(s)

Great WPF Editor
There is Expression Blend, Visual Studio, XamlPad that we are all aware of and use on a regular biases for creating our XAML. One that I am adding to the top of my XAML editor list is Kaxaml! This is the lightest weight most useful XAML editor I have...

Posted by Nathan Zaugg | 6 comment(s)

Filed under: , , ,

Utah DNUG :: UI Design Patterns
Presenter: Joe McBride Date: Thursday November 13, 2008 Place: Neumont University I am pretty excited about this. I am a big fan of design patterns and the presentation promises to cover MVC and MVP design patterns and those are not well understood architectures...

Posted by Nathan Zaugg | 1 comment(s)

Ink in WPF -- Using TextInputPanel for Text Input
WPF has built-in controls for ink, but is missing much of the API that is available in the TabletPC SDK 1.7. As a result, unless you are doing the most basic and mundane ink you will be required to use this library. One of those basic things that are...

Posted by Nathan Zaugg | 5 comment(s)

Bug in Visual Studio 2008 SP1?
This is just a quick post. I had a bug where any time I tried to compile a WPF project on my laptop I got the following pair of errors: Error Message 1: The "SplashScreen" parameter is not supported by the "MarkupCompilePass1" task...

Posted by Nathan Zaugg | 5 comment(s)

Moving a WPF Window Without a Title Bar
here is some great code for moving a window without a title bar. Step 1: Make your window transparent < Window x : Class ="TestWpfApp.Window1" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x ="http...

Posted by Nathan Zaugg | 1 comment(s)

Filed under: , ,

XAML Cheat Sheet
A few weeks ago I gave a presentation on Silverlight at the Utah Code Camp . I was really impressed by a presentation I saw last time on Ruby and everyone really liked the cheat sheet that was provided. For my presentation this year I created an XAML...

Posted by Nathan Zaugg | with no comments