SqlXml Blogs
All Tags » WPF/E » WPF/E (RSS)

Browse Site by Tags

Showing related tags and posts across the entire site.
  • Behaviors vs Subclassing in Silverlight

    As a Silverlight developer, when you want to add functionality to an existing control, you have two main options as I see it (if you want to get reuse from your code). You can either subclass the control or, as of Silverlight 3,  you can write a behavior for it. For example, one of the requests...
    Posted to Bryant Likes's Blog by bryantlikes on 09-30-2009
    Filed under: WPF/E, Silverlight
  • A “Default Command” for Silverlight

    The current Silverlight application that I’m building has a Login view. One of the things that bugged me when I started using the application is that you would have to click the Login button after typing your password. I wanted to duplicate the default button behavior of HTML forms where when you...
    Posted to Bryant Likes's Blog by bryantlikes on 09-28-2009
    Filed under: Avanade, WPF/E, Silverlight
  • Faking the Initialized Event in Silverlight

    This is another nugget of gold gleaned from the Climbing Mt Avalon workshop , although I believe this one came from Jonathan Russ . He was talking about a bunch of threading tricks in WPF and showed how if you wanted to run some code after everything was initialized you could use the BeginInvoke method...
    Posted to Bryant Likes's Blog by bryantlikes on 03-24-2009
    Filed under: WPF/E, Silverlight
  • Animation Hack Using Attached Properties in Silverlight

    In my last post I blogged about using Attached Properties to get around the limitation that only Dependency Properties can be animated. One astute commented noted that he was guessing this could be applied to animations as well and the answer is yet it can. However, it requires one extra step that makes...
    Posted to Bryant Likes's Blog by bryantlikes on 03-23-2009
    Filed under: WPF/E, Silverlight, UX
  • Styling Hack Using Attached Properties in Silverlight

    I need to find the forum post where this question was asked, but I’ll have to do that later since I’m at MIX09 and searching the forums is low on my list. But I wanted to share a cool hack that I came across in the Climbing Mt Avalon (it was definitely a climb, not a hike). One of the many...
    Posted to Bryant Likes's Blog by bryantlikes on 03-18-2009
    Filed under: WPF/E, Silverlight
  • Silverlight Streaming Utility Classes

    Yesterday I was working through another question in the Silverlight Forums about how to upload video to Silverlight Streaming via code. At first I tried to reference the Video.Show application , but there is a lot of code there and it doesn’t help if you just want to upload a bunch of videos to...
    Posted to Bryant Likes's Blog by bryantlikes on 03-11-2009
    Filed under: WPF/E, Silverlight
  • Debugging a Remotely Hosted Silverlight App

    This question has come up in the forums a few times so I thought it would be worth a blog post. Most people are pretty familiar with debugging a Silverlight application running locally during development, but what people many times don’t realize is that you can also attach your debugger to a xap...
    Posted to Bryant Likes's Blog by bryantlikes on 03-10-2009
    Filed under: WPF/E, Silverlight, Visual Studio
  • Twilight 1.5: Multiple Views with MVVM

    You may have noticed the new look for the Twilight Twitter Badge on my blog a few weeks ago. I wanted to add a few new looks for the badge and got one of them done but then decided I need to spend some more time on it before releasing it because I didn’t like the way the code was turning out. There...
    Posted to Bryant Likes's Blog by bryantlikes on 02-26-2009
    Filed under: WPF/E, Silverlight, UX, Twitter
  • Detecting Design Mode in Silverlight

    One of the things I’ve been trying to getting a better understanding of is how to make the Silverlight projects I work on more blendable : In general, WPF and Silverlight controls should be "blendable". ItemsControls need to display representative data within the design surface. The problem...
    Posted to Bryant Likes's Blog by bryantlikes on 02-25-2009
    Filed under: WPF/E, Silverlight
  • Twilight 1.1: Using a Yahoo Pipes Proxy

    I just pushed a minor update to Twilight that you can now download on the codeplex site (version 1.1). I really wanted to allow the xap file to be hosted on other servers since many bloggers don’t have the ability to host their own xap files. After reading Scott Barnes’ post about replacing...
    Posted to Bryant Likes's Blog by bryantlikes on 01-27-2009
    Filed under: WPF/E, Silverlight, Twitter
  • Bridging the Desktop/Web Divide with WPF and Silverlight - Sample Code

    Here is the code from my presentation at SoCal Code Camp on Bridging the Desktop/Web Divide with WPF and Silverlight. The code is for demonstration purposed only.
    Posted to Bryant's Files by bryantlikes on 01-28-2008
    Filed under: wpf/e, Silverlight, WPF
  • Silverlight Streaming CS Module

    This module allows you to embed silverlight from the windows live streaming server into your blog posts. Update: fixed to work with the latest streaming site and also added a view page for the feed view.
    Posted to Bryant's Files by bryantlikes on 05-02-2007
    Filed under: wpf/e, Community Server, Silverlight
  • WPF/E Data Grid Source Code v2

    The sample code that goes with part 2 of my WPF/E data grid articles.
    Posted to Bryant's Files by bryantlikes on 03-08-2007
    Filed under: wpf/e
  • Bryant's WPF/E CSModule

    This CSModule can be used to extend Community Server to display WPF/E content in a blog post. It is in use on my blog which is running Community Server 2.1.
    Posted to Bryant's Files by bryantlikes on 01-18-2007
    Filed under: wpf/e, Community Server
Page 1 of 4 (80 items) 1 2 3 4 Next >
Powered by Community Server (Non-Commercial Edition), by Telligent Systems