Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 10 results for Blend.
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  Phil Middlemiss  on  Mar 11, 2010 (3 months ago)
    Phil Middlemiss describes a behavior he has written that allows you to create an Opacity Mask that can be animated.

    Masking with a behavior
    An Opacity Mask "layer" allows for animation, so you can do things like a moving spot light revealing parts of an image, or have a foggy border animating around something.

    This is a Behavior I've written that lets you turn a FrameworkElement into an opacity mask for it's parent container.


  • 0 comments  /  posted by  Phil Middlemiss  on  Mar 08, 2010 (3 months ago)
    The final part of the tutorial of Phil Middlemiss on building a Watermarked TextBox control is now here. In Part 1 and Part 2 Phil created the visual elements for the Watermarked TextBox UserControl

    Thumbnail for Watermarked TextBox controlIn this conclusion to the tutorial, we write a little bit of code to make all the parts of the UserControl work together.
  • 0 comments  /  posted by  András Velvárt  on  Mar 05, 2010 (3 months ago)

    Introduction

    In the first part of the series, I introduced the application, and created the “ugly duckling” version, where the end user could already browse the and watch the videos. In this part, I am going to add some bling to the app – namely the Intro animation, the ability to skip it, and to replay it. The Intro animation itself is not created with Silverlight, so I will just use it as a video. This part takes heavy use of Visual States, Behaviors and Easings.

    Visual States

    The application builds on Sample Data for displaying the videos’ metadata, and it uses Visual States to differentiate between the states of the application.

  • 0 comments  /  Show #19  with  András Velvárt   /   42 minutes   /   Mar 04, 2010 (3 months ago)

    In the first part of the series, I introduced the application, and created the “ugly duckling” version, where the end user could already browse the and watch the videos. In this part, I am going to add some bling to the app – namely the Intro animation, the ability to skip it, and to replay it. The Intro animation itself is not created with Silverlight, so I will just use it as a video. This part takes heavy use of Visual States, Behaviors and Easings.

    That screencast is connected with the Transforming an Ugly Duckling to a Graceful Swan with Expression Blend and Silverlight - Part 2 Intro Animation article.

    Here is what happens in the screencast:

    Time Content
    @ 0:00 Introduction and showing off what we are building in this screencast
    @ 1:40 Adding the intro animation – preparation
    @ 2:40 Adding the intro animation - MediaElement
    @ 3:47 Visual State for playing the intro and transition between PlayingIntro and ShowingUIAfterIntro states
    @ 4:57 Make the App start up in the PlayingIntro state
    @ 6:07 Adding the EndCueTrigger
    @ 9:40 Adding the playback status display
    @ 12:50 Adding IntroStatusVisible and IntroStatusHidden states and transitions
    @ 14:38 Creating the MediaElementStateToVSMBehavior
    @ 16:18 Using the MediaElementStateToVSMBehavior to show and hide the video status display
    @ 19:08 Creating the DisplayMediaStatusBehavior
    @ 21:00 Using the DisplayMediaStatusBehavior to set the text for the video status display
    @ 22:30 Adding the skip intro button
    @ 24:30 Adding a glow effect to the skip intro button
    @ 25:50 Creating MouseOverOpacityBehavior
    @ 28:14 Applying the MouseOverOpacityBehavior to the skip intro button
    @ 29:35 Making the skip intro button skip the intro
    @ 31:30 Replay Intro – creating the highlight on the box
    @ 33:20 Creating ReplayIntroVisible and ReplayIntroHidden states and transitions
    @ 38:10 Adding some code to the skip intro and replay intro features
    @ 41:30 Summing up
  • 0 comments  /  posted by  Phil Middlemiss  on  Mar 02, 2010 (3 months ago)
    Phil Middlemiss has started a tutorial for creating a TextBox control with a watermark.

    The UserControl has a watermark and a button for quickly clearing the text. The text and the watermark are bindable, and the textbox can be fully styled. It also supports commanding for MVVM patterns.

  • 3 comments  /  posted by  András Velvárt  on  Feb 11, 2010 (4 months ago)

    Introduction

    As I promised earlier on Silverlight Show, this screencast series will show how to create the showcase application shown on www.response.hu (you may want to read the interview to get some background information on the project). The screencast series shows a real life example of how designers can add value to a project, and how a developer can support this effort by creating small, reusable behaviors that allow the designer to tweak things to shape the end result to be exactly as he wanted it.

  • 2 comments  /  Show #18  with  András Velvárt   /   20 minutes   /   Feb 10, 2010 (4 months ago)

    The first screencast shows how to create the ugly version that I am going to work from in the later parts of the series. The ugly version lists all the videos (or ReferenceItems), and allows the user to see the explanation and play back the showcase videos.

    That screencast is connected with the Transforming an Ugly Duckling to a Graceful Swan with Expression Blend and Silverlight - Part I article.

    Here is what happens in the screencast:

    Time Content
    @ 0:00 Introduction and showing off the finished application
    @ 1:59 Creating the application in Blend
    @ 2:50 Using Blend’s Sample Data feature to store the data for the video
    @ 6:58 Displaying the sample data in a ListBox
    @ 8:37 Creating the Details view with title, description, video and the more information link
    @ 13:33 Running the project for the first time, master-detail scenario works
    @ 14:39 Importing the videos into the project
    @ 15:42 Importing the thumbnail images to the project
    @ 16:20 Replacing the sample data with real data
    @ 17:20 Running the Ugly Duckling application with the real data
    @ 19:10 Wrapping up
  • 0 comments  /  posted by  Silverlight Show  on  Dec 07, 2009 (6 months ago)
    Tags: Blend , Silverlight , state

    Paul Yanez presents a video tutorial demonstrating the Transition Preview within Microsoft Expression Blend.

    This will save lots of time when creating states and not having to run the project.

     

     

  • 0 comments  /  posted by  Ilia Iordanov  on  Aug 19, 2009 (9 months ago)

    Gavin Wignall shows a very intersting Silverlight demo, based on physical laws. You should see it.

    This example uses no C# work, all the work was done inside Blend using behaviours added from the Farseer Physics Engine.
  • 0 comments  /  posted by  Silverlight Show  on  Mar 06, 2009 (more than a year ago)

    Alex Knight has a great tutorial up on simple Parent/Child navigation in Silverlight. 

    The best part about Silverlight is it provides heaps of great tools to use, so people like me who are completely graphically minded and a little bit developer stupid are still able to create sweet menus and the like.

    This blog will show a simple way to create a menu that has all the main categories visible and when clicked will show your child links for that category, and when clicked again will make them disappear.


Help us make SilverlightShow even better and win a free t-shirt. Whether you'd like to suggest a change in the structure, content organization, section layout or any other aspect of SilverlightShow appearance - we'd love to hear from you! Need a material (article, tutorial, or other) on a specific topic? Let us know and SilverlightShow content authors will work to have that prepared for you. (hide this)