Page view counter

Update on Video Source Code

Update on Video Source Code

First, thanks for your patience. I’m happy to confirm that the source code for Element to Element Binding and Using 3d are all correct for the Beta release. In addition, we’ll be posting the source code for Part 1 of Using 3d today as well.

ElementBinding

Element to Element Binding

3dPart1

Using 3-d Part 1

3d Part 2

Using 3-d Part 2

 


Timer Input

There was a very minor change to the enumeration for showing seconds used in the Timer control and we are uploading the revised code for that video immediately,

Timer

Timer Input Control

 


Domain Up/Down

The DomainUpDown control requires two minor changes. First, you’ll want to allow just a bit more room in the Xaml for the control,

image

Domain Up Down Control

<StackPanel x:Name="AirportStackPanel"
   Grid.Row="3"
   Grid.Column="0"
   VerticalAlignment="Stretch"
   Margin="0,10,-0.25,0"
   Grid.RowSpan="2">
    <ContentControl Content="Airport List"
          Style='{StaticResource Header}' />
    <StackPanel x:Name="DomainUpDownPanel"
      VerticalAlignment="Stretch"
      Background="#aa000000"
      Height="89">
       <input:DomainUpDown x:Name="AirportUpDown"
                 ItemsSource="{Binding}"
                 Height="90">
<input:DomainUpDown.ItemTemplate>
 
 
Be sure to compile your Toolkit controls against the appropriate Toolkit library (for Silverlight 2 or for Silverlight 3).  The code is unchanged, the API is unchanged, but you must choose the correct set of APIs. 
 
More about where the Toolkit libraries are now stored in my next post.

Previous: Compiling the Silverlight 3 Video Code                 Next Quick 3-d Update

Published Thursday, March 19, 2009 7:33 PM by jesseliberty
Filed under: ,

Comments

# Quick 3-d Update

I mentioned in a previous blog post that I'd posted a two part video on the new 3d capabilities in Silverlight

Sunday, March 29, 2009 11:02 PM by

# Quick 3-d Update

I mentioned in a previous blog post that I'd posted a two part video on the new 3d capabilities in Silverlight

Sunday, March 29, 2009 11:31 PM by Microsoft Weblogs