(X) Hide this Upcoming webinar by Brian Noyes: Querying and Updating Data From Silverlight Clients with WCF RIA Services. February 2nd, 10 am PST (see your local time)
Full webinar info | Register | Read WCF RIA Services Article series by Brian Noyes
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 4 results for Windows Phone Toolkit.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • 0 comments  /  posted by  Silverlight Show  on  Dec 29, 2010 (2 weeks ago)

    Alex Golesh discusses how to make icons work properly when using the DatePicker control from the WP7 Toolkit.

    Source: Alex Golesh's Blog

    Recently in one of my applications I used DatePicker control from Silverlight for Windows Phone 7 Toolkit.

    When launched the app and tried to change the date I “discovered” unpleasant surprise – the Done/Cancel icons in Application Bar were missed.



  • How to localize a Windows Phone 7 application

    0 comments  /  posted by  Silverlight Show  on  Dec 20, 2010 (3 weeks 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...

  • DynamicOrientationChanges and TransitionFrame in Windows Phone 7

    0 comments  /  posted by  Silverlight Show  on  Nov 30, 2010 (1 month 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  Sep 23, 2010 (3 months ago)
    In this post, David Anson discusses the Date and Time picker for Windows Phone 7.

    Source: Delay's Blog

    As with the rest of the Phone Toolkit, our primary goal was to make it easy for developers to match the core Windows Phone 7 experience in their own applications. Toward that end, adding an instance of DatePicker or TimePicker to a page gives the same "small button expands to full-page date/time picker with infinite scrolly thingies" experience that's found in the core Settings, Calendar, and Alarms applications. But sometimes you want to do things a little differently, and maybe you've got a date/time picking interface in mind that's more relevant to your scenario...