Browse by Tags
All Tags »
WPF Samples (
RSS)
Added support to store which projects each XAML file is associated with, along with app.xaml and assembly reference info. Notice that I’m using XAML2009 support for Name references in XAML . I’m able to define object graphs (not just trees) via this mechanism...
My Window now works exactly like I want: remembers WindowState it was in (Maximized, Restored, Minimized, FullScreen) remembers monitor is was on remembers where to restore to. I had to use a bit more code that I would have liked, but it all is good....
Enjoyed the feedback I got via blog comment/email about XamlPad/XamlDesigner. I decided today to focus on some of Mike Taulty’s feedback . Already Done One comment from Mike Taulty was already taken care of: Allow for quick navigation through a set of...
Rudi and his Attached Property Rudi considered the following options: binding to a collection, Application.Windows (but it was not an ObservableCollection) building a special subclass of Window, but that requires people to use a different item template...
A very cool set of apps that I'm just catching up with now... 1 - a tablet app written in C++ 2 - Silverlight 2 + a c# physics engine 3 - Wii Remote + WPF 4 - Silverlight 2 + data visualization 5 - WPF "mirror" shopping experience ...
I like Nigel's RibbonBar ...put it in XamlPad* and see a working Ribbon. He also discusses the problem confronting developers when they try to do something like drawing a star . Several ways to do it. * - or XamlPad like app - http://robrelyea...
Kevin thinks I hate his mom . Untrue. I just like Kevin's demos... that Karsten posted ...So maybe it is Karsten who should be asked, why do you hate Kevin's mom?
Interesting experiments that Sam is blogging about showing Metabolic Pathway Diagrams . No code or exe yet...
Got a pointer to Brad Cunningham's writeup on WPF "Master Page" like functionality from Adam Calderon . This is a popular ASP.NET feature that many like to enable in WPF. How do you like Brad's approach...please give him...
Ricciolo did a post about a new control that he built that can visualize audio spectrum in WPF . His post has a video of it in action and the source code. Cool stuff!