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

About Jesse Liberty

Jesse Liberty has three decades of experience writing and delivering software projects and is the author of 2 dozen books and a couple dozen online courses. His latest book, Building APIs with .NET will be released early in 2025. Liberty is a Senior SW Engineer for CNH and he was a Senior Technical Evangelist for Microsoft, a Distinguished Software Engineer for AT&T, a VP for Information Services for Citibank and a Software Architect for PBS. He is a Microsoft MVP.
This entry was posted in z Silverlight Archives. Bookmark the permalink.