(X) Hide this Watch the recordings of our recent webinars: Switching on the Cloud for Silverlight by Gill Cleeren and WCF RIA Services Validation by Brian Noyes.
Sign up for the upcoming SilverlightShow webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 43 results for David Anson.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Page 
  • 1
  • 2
  • 3
  • ...
  • 5
Next
Order by Publish Date   Ascending Title   Rating  

  • BestFitPanel collection of layout containers

    0 comments  /  posted by  Silverlight Show  on  Mar 30, 2011 (3 days ago)
    Tags: Panel , WPF , Windows Phone 7 , David Anson

    David Anson shared a collection of Panel classes he created giving flexible, easy-to-use arrangement options for Silverlight, WPF, and Windows Phone applications.

    Source: Delay's Blog

    Today I'm sharing the three Panel classes I originally wrote for Silverlight and WPF, two abstract base classes they're built on, an extra Panel I wrote just for this post and a Windows Phone 7 sample application! (Because this code supports Silverlight 3, it works just as well on the phone as on the desktop.) Hopefully the extra goodness in today's release will offset the delay in posting it... :)




  • 0 comments  /  posted by  Silverlight Show  on  Mar 04, 2011 (4 weeks ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDavid Anson explains how improving Windows Phone 7 application performance is even easier after udating the LowProfileImageLoader and DeferredLoadListBox classes.

    Source: Delay's Blog

    I've continued to hear from people who are benefitting from LowProfileImageLoader and DeferredLoadListBox - and the code has even been incorporated into the WP7Contrib project! Along the way, I've also collected some great feedback, so I recently dedicated time to make a few improvements.

  • Avoid problems with international keyboard layouts when hosting a WinForms TextBox in a WPF app

    0 comments  /  posted by  Silverlight Show  on  Feb 22, 2011 (1 month ago)
    Tags: TextBox , WinForms , WPF , David Anson

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDavid Anson explains how to fix a problem with international keyboard layouts and TextBox-like WinForms classes.

    Source: Delay's Blog

    There was a minor refresh for the Microsoft Web Platform last week; you can find a list of fixes and instructions for upgrading in this forum post. The most interesting change for the WPF community is probably the fix for a WebMatrix problem brought to my attention by @radicalbyte and @jabroersen where Ctrl+C, Ctrl+X, and Ctrl+V would suddenly stop working when an international keyboard layout was in use. Specifically, once one of the prefix keys (ex: apostrophe, tilde, etc.) was used to type an international character in the editor, WebMatrix's copy/cut/paste shortcuts would stop working until the application was restarted. As it happens, the Ribbon buttons for copy/cut/paste continued to work correctly - but the loss of keyboard shortcuts was pretty annoying. :(
  • 0 comments  /  posted by  Silverlight Show  on  Feb 17, 2011 (1 month ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) resources on TwitterDavid Anson has published this free PseudoLocalizer class which makes it easy to identify localization issues in WPF, Silverlight, and Windows Phone 7 applications.

    Source: Delay's Blog

    Two posts ago, I explained the benefits of pseudo-localization and showed an easy way to implement it for WPF - then said I'd outline how to do the same for Silverlight and Windows Phone 7. In my previous post, I went off on the seeming diversion of implementing a PNG encoder for Silverlight. With this post, I'll fulfill my original promise and unify the previous two posts! As you'll see, the basic principles of my approach to WPF localization translate fairly directly to Silverlight - though some limitations in the latter platform make achieving the same result more difficult.

  • 0 comments  /  posted by  Silverlight Show  on  Feb 08, 2011 (1 month ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDavid Anson wrote his own PNG encoder and shares with you the source code, a simple test application and the automated test suite.

    Source: Delay's Blog

    Okay, so what does a PNG (Portable Network Graphics) image encoder have to do with pseudo-localizing on the Silverlight platform? Almost nothing - except for the fact that I went above and beyond with my last post and showed how to pseudo-localize not just text, but images as well. It turns out the technique I used for that (reading the System.Drawing.Image instance from the resources class and manipulating its pixels before handing it off to the application) won't work on Silverlight.
  • 0 comments  /  posted by  Silverlight Show  on  Jan 21, 2011 (2 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter The update that David Anson made to his BlobStoreApi adds container management, fragmented response handling, other improvements, and enhanced Amazon S3 support by Delay.Web.Helpers.

    Source: Delay's Blog

    While I hadn't thought to get back to blobs quite so soon, finding out about the fragmented response issue kind of forced my hand. But all's well that ends well - I'm glad to have added container supported to Delay.Web.Helpers because that means it now has complete blob-related feature parity with the WindowsAzureStorage web helper and that seems like a Good Thing. What's more, I got confirmation that the Windows Azure Managed Library does not support Silverlight, so my BlobStoreApi is serving duty as an unofficial substitute for now.
  • How to localize a Windows Phone 7 application

    0 comments  /  posted by  Silverlight Show  on  Dec 20, 2010 (3 months ago)

    In this blog post, David Anson explains how to localize a WP7 app that uses the Windows Phone Toolkit into different languages.

    Source: Delay's Blog

    While it might be convenient if everybody spoke the same language (or communicated via telepathy), that's not the world we live in. :) Therefore, building applications that can be easily translated to other languages is an important consideration. Fortunately, it's easy - and it's covered in the MSDN article How to: Build a Localized Application for Windows Phone. But what's not covered is how to localize the controls in the Silverlight for Windows Phone Toolkit. As you might expect, it's fairly similar, but I've had a few people ask about this explicitly and I decided to do a quick post on the topic. As long as I was at it, I figured I'd show the entire process from start to finish just to make things a little easier...

  • New release of ComputeFileHashes for Silverlight, WPF and the command-line

    0 comments  /  posted by  Silverlight Show  on  Dec 07, 2010 (3 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDavid Anson updated the managed implementation of CRC32 and MD5 algorithms as well as posted the new release of ComputeFileHashes for Silverlight, WPF, and the command-line.

    Source: Delay's Blog

    It feels like a long time since I last wrote about hash functions (though certain curmudgeonly coworkers would say not long enough!), and there were a few loose ends I've been meaning to deal with...
  • DynamicOrientationChanges and TransitionFrame in Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Nov 30, 2010 (4 months ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterDavid Anson explains how DynamicOrientationChanges and TransitionFrame create a comprehensive transition experience for WP7.

    Source: Delay's Blog

    I've previously blogged about my implementation of AnimateOrientationChangesFrame, FadeOrientationChangesFrame, and HybridOrientationChangesFrame. As part of my DynamicOrientationChanges sample, these classes smoothly animate an application's layout transition as the phone orientation changes from portrait to landscape (and vice-versa).

  • 0 comments  /  posted by  Silverlight Show  on  Nov 11, 2010 (4 months ago)

    David Anson is doing some testing of his SetterValueBindingHelper on Windows Phone 7.

    Source: Delay's Blog

    I've gotten a lot of great feedback from developers who have made use of SetterValueBindingHelper in their applications. I've found it quite helpful in my own projects, and I'm glad many of you have, too! With today's announcement, I hope another "generation" is able to use SetterValueBindingHelper to benefit from the many advantages of the Silverlight platform's rich data-binding support.

    Follow us on twitter We tweet all news and content updates - follow us on Twitter! 


Page 
  • 1
  • 2
  • 3
  • ...
  • 5
Next