(X) Hide this Sign up for the upcoming webinar on WCF RIA Services Validation by Brian Noyes. March 16th, 10 am PST (check your local time)
Full info | Sign up | More webinars
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 4 results for Loek van den Ouweland.
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  Feb 18, 2011 (3 weeks ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) resources on TwitterThis post of Loek van den Ouweland is about sound clipping on Windows Phone 7.

    Source: Loek's Blog

    Today I’ve noticed some strange behavior on my Windows Phone. I was working on a game which uses the SoundEffect to play wave files.



  • Silverlight Templated Image Button with two images

    0 comments  /  posted by  Svetla Stoycheva  on  Feb 13, 2011 (4 weeks ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) resources on TwitterLoek van den Ouweland posted his next video tutorial showing how to create a Templated ImageButton Control for Windows Phone 7 that holds one Image for the normal state and another for the hover state.

    Source: Loek's Blog

    In my previous article I showed a video in which I created a Windows Phone ImageButton just using styling & templating. In this tutorial I’ll show how to create a Templated ImageButton Control that holds one Image for the normal state and another for the hover state.

    The trick here is to choose the proper property type (ImageSource) so Blend let’s you choose images like this:

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

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterLoek van den Ouweland has a video on the Image Button in WP7.

    Source: Loek van den Ouweland's Blog

    Silverlight for Windows Phone 7 has no Image Button control. Of course you can subclass an Image or create a UserControl, but it is much easier through the great Silverlight Styling & Templating. In this video I’ll show you how it’s done.

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

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterLoek van den Ouweland has a post and demo on using the background thread on WP7.

    Source: Loek van den Ouweland's Blog

    When time-consuming operations are executed on the Main Thread on WP7, the user interface can
    stop responding to user input and even freeze so it won’t update bindings, visual states or progress bars.