Xaml templates




Sun, 14 Jun 2009 00:00:49 -0600

WPFAQS – Templates in WPF/XAML

by Xaml templates  @ Sun, 14 Jun 2009 00:00:49 -0600
In this post I will expand my discussion on different types of and how they are related to visual trees. All the templates In WPF all derived from the abstract FrameworkTemplate class. ControlTemplate is a visual tree of a UI ......

Sun, 14 Jun 2009 00:00:49 -0600

Customizeable web GUI?

by Xaml templates  @ Sun, 14 Jun 2009 00:00:49 -0600
I would like to create a browser based GUI that can be customized by the individual user. I've worked with user customizeable desktop GUI's for hometheater devices. Can Silverlight provide a web based GUI that individual users can ......

Sun, 14 Jun 2009 00:00:42 -0600

Tidy Up Your Xaml And Code Behind, Use UserControls Inside Templates

by Xaml templates  @ Sun, 14 Jun 2009 00:00:42 -0600
So, by encapsulating the template in a UserControl we have achieved 3 things: Both Xaml and Code Behind are cleaner, and you know that if you are looking at Window1..cs all the code there relates to the Window and only him which ......

Sun, 14 Jun 2009 00:00:42 -0600

The Cave » Blog Archive » WPF WTF?

by Xaml templates  @ Sun, 14 Jun 2009 00:00:42 -0600
So WPF, 'The UI Solution', was supposed to replace WinForms as the way to do desktop GUIs with .NET, and it sucked this hard? Gee, how much flack did Java get for not supporting anti-aliasing for years? It's a sad state of affairs when ......

Sun, 14 Jun 2009 00:00:42 -0600

Shawn Wildermuth - Blend and Visual Studio - Why Two Tools?

by Xaml templates  @ Sun, 14 Jun 2009 00:00:42 -0600
Writing wpf applications in VS is fine if you´re not gonna do any advanced designer-stuff, at least if youre not afraid of xaml :). simsod (Posted Thursday, June 11, 2009 ). Gravatar. I like the way Adobe Flex handled this situation: they ... Blend should exist (it's a great tool for GUI), but VS design tool should not be a crap tool like in VS 2008. Regards, Al. Al (Posted Thursday, June 11, 2009 ). Gravatar. I also strongly disagree: 1) Expression blend is not free. ......

Sun, 14 Jun 2009 00:00:42 -0600

A Good Mix 10: WPF, .NET Introspection, the Solver Foundation ...

by Xaml templates  @ Sun, 14 Jun 2009 00:00:42 -0600
Another selection on a wide range of topics from the last few weeks. Resolver One 1.5 Release. Resolver One is an IronPython spreadsheet system and is the largest IronPython codebase in production. Normally a new release would be big ......

Sun, 31 May 2009 00:01:54 -0600

Nested styles in WPF - Lorenz Cuno Klopfenstein - Klopfenstein.net

by Xaml templates  @ Sun, 31 May 2009 00:01:54 -0600
I have started to work on WPF GUI programming again, and finally found out how to use styles in an application (pretty basic, I know, but I'm slowly getting to know the framework on my own :) ). So, starting from the basics, ......

Sun, 31 May 2009 00:01:54 -0600

WPF Interop Part 2 - David's Blog

by Xaml templates  @ Sun, 31 May 2009 00:01:54 -0600
Create a console application (as the Calculator control has no GUI there was no point making the same a WPF application) and add a reference to the SimpleControlLib.dll. We can now consume the COM control through the managed wrapper as follows: ... ="http://schemas.microsoft.com/winfx/2006/xaml/presentation". xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml". xmlns:wfi="clr-namespace:Sy...

Sun, 31 May 2009 00:01:38 -0600

Tidy Up Your Xaml And Code Behind, Use UserControls Inside Templates

by Xaml templates  @ Sun, 31 May 2009 00:01:38 -0600
So, by encapsulating the template in a UserControl we have achieved 3 things: Both Xaml and Code Behind are cleaner, and you know that if you are looking at Window1.xaml.cs all the there relates to the Window and only him which ......

Sun, 31 May 2009 00:01:38 -0600

Readymade XAML Styles and Templates

by Xaml templates  @ Sun, 31 May 2009 00:01:38 -0600
I just saw a site which provides these type of templates.I think there will be some more companies or sites which provide ready made xaml assets.So the below list will grew as I come across new style pack providers. ......

Pages: Start 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

Tag: