Xaml templates




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

What's New In Silverlight 3 - Jesse Liberty - Silverlight Geek

by Xaml templates  @ Sun, 31 May 2009 00:01:38 -0600
I would approach this by temporarily setting aside the issue of error handling and start with visual states and templates. We have a series of videos that walk you through this, and I'd view them in this order: ... Visual Studio creates the infrastructure for you, opening with four Xaml files: MainPage. and in the Views folder, AboutPage.xaml, ErrorWindow.xaml and HomePage.xaml. Running the app...

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

Asim Sajjad: Changing Theme In WPF

by Xaml templates  @ Sun, 31 May 2009 00:01:38 -0600
I have downloaded the sample from the Xaml Template and checked the controls, they look very fantastic, then I have search about the control template on the net and found some usefull link about the control template. ......

Sun, 17 May 2009 00:02:09 -0600

Garden Race Pt 3: It's GUI time!

by Xaml templates  @ Sun, 17 May 2009 00:02:09 -0600
Here is the xaml.cs file. This was originally wired up piece by piece, manually testing in between (we don't have automated tests for the view remember). partial class GardenRaceView : Window, IGameView { public GardenRaceView() ......

Sun, 17 May 2009 00:02:09 -0600

Silverlight 3,0 Split styles and templates into different files ...

by Xaml templates  @ Sun, 17 May 2009 00:02:09 -0600
If you want to globally want to merge different resource you can for example do it on a application level by using the App.xaml file. To merge a Resource file, you need to use the ResourceDictionary object and it’s ......

Sun, 17 May 2009 00:02:09 -0600

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

by Xaml templates  @ Sun, 17 May 2009 00:02:09 -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 ......

Sat, 09 May 2009 00:38:36 -0600

User defined Silverlight 2 DataGrid

by Xaml templates  @ Sat, 09 May 2009 00:38:36 -0600
Adding the generic. template file to the Silverlight application. When we use a replaceable template to define a control we place the original template information in a .xaml document named generic.xaml. This document must be placed ......

Sat, 09 May 2009 00:38:36 -0600

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

by Xaml templates  @ Sat, 09 May 2009 00:38:36 -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 ......

Sat, 09 May 2009 00:38:36 -0600

Readymade XAML Styles and Templates

by Xaml templates  @ Sat, 09 May 2009 00:38:36 -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. ......

Sat, 09 May 2009 00:38:33 -0600

Robbie Clutton: WPF and the Web21C SDK

by Xaml templates  @ Sat, 09 May 2009 00:38:33 -0600
Using Expression Blend, I created my (awesome) GUI for a sample app I've been working on using the SDK. Added a few buttons, text boxes and the like and then added some on click events. Indecently, this was one of the issues I came across where you couldn't edit the .cs code files behind the XAML and trying to an event wouldn't create the signatures in the code. The nice thing about this package is that it...

Sat, 09 May 2009 00:38:33 -0600

Garden Race Pt 3: It's GUI time!

by Xaml templates  @ Sat, 09 May 2009 00:38:33 -0600
Here is the xaml.cs file. This was originally wired up piece by piece, manually testing in between (we don't have automated tests for the view remember). partial class GardenRaceView : Window, IGameView { public GardenRaceView() ......

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

Tag: