(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 5 results for Ryan Alford.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • WPF – Using Data Triggers

    0 comments  /  posted by  Silverlight Show  on  Mar 08, 2011 (1 week ago)

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on Twitter In this tutorial, Ryan Alford is binding a set of data to a ListBox, and uses Data Triggers to let him know when something is wrong.

    Source: Eclipsed4utoo's Blog

    Data triggers are a great feature of WPF. They allow you to change the style properties of a control depending on the data of the bound items of that control.


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

    Ryan Alford explains how to cope with an error in Silverlight 4 when using Entity Framework 4.

    Source: Eclipsed4utoo's Blog

    Recently, I wanted to do a project in Silverlight 4 using EF4(Entity Framework 4). When I went to add the ADO.Net Entity Data Model class, I received this error message:

    The project’s target framework does not contain Entity Framework runtime assemblies. Please review the target framework information in the project’s property page.

    I checked my .Net framework version, and it was .Net 4.0. So I went searching on Google and found this thread on MSDN. It seems that there is a problem with VS2010/Productivity Power Tools when using EF4.

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

    SilverlightShow Page for all Silverlight and Windows Phone 7 (WP7) things on TwitterRyan Alford starts a new series of posts highlighting the new controls that have been added to the WP7 Toolkit and in this first post he talks about the ToggleSwitch control.

    Source: Eclipsed4utoo

    So the first control I am going to talk about is the ToggleSwitch control. It’s a control that resembles a lightswitch and is a nice was of showing an On/Off or True/False setting instead of using a plain checkbox.

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

    In this tutorial, Ryan Alford shows how to use Silverlight 4 to get access to the client clipboard.

    Source: Eclipsed4utoo's Blog

    Silverlight 3 had limited clipboard access, but Microsoft implemented more complete access to the clipboard.

    For security purposes, access to the clipboard is only allowed through a user-initialed event. For example, you couldn’t have a timer running in the background to constantly get text from the clipboard.

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

  • 0 comments  /  posted by  Silverlight Show  on  Sep 14, 2010 (6 months ago)
    In this Blend tutorial, Ryan Alford is going to use the Visual State Manager and Behaviors to do animations.

    Source: Eclipsed4utoo's Blog

    I will be using Blend 4 to do this tutorial. Blend will make this much easier to do rather than writing the XAML by hand.

    The Visual State Manager allows you to create “states” of objects and then move to those states. Moving to those states can be done through code(just one line of code), or by using behaviors.