Recommended

Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 9 results for Silverlight Toolkit.
Date between: <not defined> and <not defined>
Search in: News , Articles , Tips , Shows , Showcase , Books

Order by Publish Date   Ascending Title   Rating  

  • Sparkling Client Podcast on The Bubble Chart

    0 comments  /  posted by  Silverlight Show  on  Mar 11, 2009 (more than a year ago)
    Tags: Bubble Chart , Silverlight Toolkit

    Jesse Liberty has posted a link to a discussion with Erik Mork about the Bubble Chart from the Silverlight Toolkit.



  • Controls are like diapers: you don't want a leaky one

    0 comments  /  posted by  Silverlight Show  on  Mar 10, 2009 (more than a year ago)
    Tags: WeakEvent , Silverlight Toolkit

    David Anson will explain to you how to implement the WeakEvent pattern on Silverlight with the WeakEventListener class.

    One of the nice things about developing on a platform that uses a garbage collecting memory manager (like Silverlight and WPF) is that the traditional concerns about memory leaks pretty much go away; most common types of memory leaks are impossible in a garbage collected environment. I say "most" and not "all" because there are still a few ways to leak memory - typically by creating a reference to an object and then "forgetting" about that reference. Sometimes this forgetfulness is simply an oversight on the part of the developer, but sometimes it is due to the reference being created in such a way that it's not obvious it even exists...

  • 0 comments  /  posted by  Silverlight Show  on  Feb 04, 2009 (more than a year ago)

    Andrej Tozon will explain you how to make Silverlight Toolkit’s TreeView bindable two-way.

    Andrej:
    One of the most common scenarios in LOB applications is a list control, displaying some sort of items, and clicking on an item provides the user with some details about selected item. This is called a Master-detail scenario. Take Microsoft Outlook, as a typical three level example [Folder-Mail-Content]. I’m going to implement this scenario with Silverlight Toolkit’s TreeView using the MVVM pattern.
  • 0 comments  /  posted by  Silverlight Show  on  Feb 04, 2009 (more than a year ago)

    Jesse Liberty has posted the second part of his articles about the Expander control.

    Jesse:
    I recently examined the Expander control and in that entry I promised to return and show how templating can add value to the user experience of this Silverlight Toolkit control.
  • 0 comments  /  posted by  Silverlight Show  on  Jan 20, 2009 (more than a year ago)

    Michael S. Scherotter explains how to use Silverlight Toolkit WrapPanel in your Listbox.

    Michael: “One of the great components of the Silverlight Toolkit is a WrapPanel that “Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box.”  I wanted to see if I could adapt a Listbox to use the WrapPanel instead of its default vertical StackPanel.  It turns out that all I have to do is change the ItemsPanelTemplate to use the WrapPanel.”
  • 0 comments  /  posted by  Silverlight Show  on  Jan 19, 2009 (more than a year ago)
    Tags: The Header Content Control , Silverlight Toolkit

    Jesse Liberty has created a quick introduction to the HeaderContentControl of the Silverlight Toolkit that will lay the ground work for future entries on the Expander control.

  • Silverlight News for December 05, 2008

    0 comments  /  posted by  Silverlight Show  on  Dec 05, 2008 (more than a year ago)

    Pete Brown has an article on the theme “Pie Chart Styling in the Silverlight Toolkit - Cross-Slice Gradients”. He was inspired to write this post by Mehdi and Jafar Husain. Reading this will help you to apply your own pallet to your pie charts and to create some nice subtle shading effects.

    The new release of ComponentOne Studio Enterprise 2008 v3 is now here and it includes over 30 Silverlight controls. Illuminate your RIAs today with rich design, interactivity, and enhanced performance.

     
    A few days ago Google announced “event tracking” for their Google Analytics platform. That’s why Tim Heuer created a little sample to see how Event (analytics) tracking might work with Silverlight.
     
    Jobi Joy has created an interactive Silverlight greeting card. In most of the work Jobi used Microsoft Expression Blend. You may see the card in action or just download the source code for it.
     
    Matthias Shapiro has a great example of Mac Style Button Tray in Silverlight. He apologizes that the code is a mess right now but you may still download the project files if you want.
     
    Russell Greenspan submitted 6 of his 10 "How-To" posts for Silverlight. Here they are: 
    • How-To #1/10: sharing code between Silverlight and WPF applications

    • How-To #4/10: enforcing an MVC-style architecture

    • How-To #6/10: creating a horizontal WrapPanel that is transform-aware and exposes row and column counts
    • How-To #8/10: trapping and processing mouse movement in an InkPresenter

    • How-To #9/10: creating a Path object from a Stroke

    • How-To #10/10: manually detecting and installing the Silverlight plug-in 
    Jesse Liberty announced that his tutorial on Multi-page applications is now available in both C# and VB and in both HTML and PDF format. It shows how to build an application that allows you to switch from one page to another, passing data from the first to the second.
     
    Azret Botash has written the article “Silverlight on a Desktop” in which you can find the new Fiji project and download the preview bits.
     
    Adam Kinney is proud to announce that Project Rosetta turns into a MIX09 workshop. The MIX workshop he is going to present is entitled “Shio o Totte: Using What You Know”. Its purpose will be to teach you how to use your skills and toolset in the world of XAML, Silverlight and WPF.
     
    Michael Wolf has dedicated his last article to Silverlight and Encryption. According to Michael, encrypting data in isolated storage is a pretty simple procedure and makes perfect sense for storing sensitive data to the client.
  • Silverlight news for October 29, 2008

    0 comments  /  posted by  Nikolay Raychev  on  Oct 29, 2008 (more than a year ago)
    Tags: Silverlight , PDC08 , Silverlight Toolkit , bugs , Expression Encoder , Silverlight Streaming

    Silverlight Toolkit launched – check out all the articles, samples, demos and comments about the Silverlight Toolkit release.

    News from the PDC08 - Part 2 – check out also what’s new from the Microsoft Professional Developer Conference.

    Silverlight Bugs and Workarounds – Here you can see a list of some bugs and how you can work around them.

    Expression Encoder 2 SP1 and IIS Smooth Streaming – Check out what is new about the Expression Encoder.

    Currently Silverlight 2.0 application are not supported by Silverlight Streaming. Silverlight Streaming will be upgraded shortly to Silverlight 2 RTW. More details here.

  • 0 comments  /  posted by  Nikolay Raychev  on  Oct 29, 2008 (more than a year ago)
    Tags: Silverlight , PDC08 , Silverlight Toolkit , AutoCompleteBox , TreeView , Charts , DataVisualization

    As you may already know Scott Guthrie announced the launch of Silverlight Toolkit at PDC08. A lot of cool features are included. Check out yourself at CodePlex. You can also see the Demo.

    Here are some related resources:

    Silverlight Toolkit Now Available For Download - Shawn Burke talks about the launch of the Silverlight Toolkit.

    Sorry boss, I just released the new Silverlight Controls source code to the world – Jeff Wilcox who was working on the AutoCompleteBox control in Silverlight Toolkit describes what features are included in the control.

    Silverlight Toolkit - Using Silverlight TreeView Control – Michael Sync wrote the first QuickStart tutorial about Silverlight Toolkit dedicated to the TreeView control.

    The Silverlight Toolkit is Live – Andy Beaulieu also wrote an article about using the TreeView control in Silverlight Toolkit.

    Silverlight Toolkit (Silverlight 2 Control Pack) - Charting – Pete Brown also posted about the new Silverlight Toolkit. His article is about charting.

    Silverlight Toolkit Overview and Samples - Dan Wahlin makes an overview of the controls in Silverlight Toolkit and gives some examples.

    Silverlight Toolkit Released – More controls – Tim Heuer made some samples about Silverlight Toolkit.

    Announcing a free, open source Charting solution for Silverlight - David Anson also made some samples focusing on the features included in the DataVisualization assembly.

    New Silverlight controls suite delivered by Microsoft #PDC08 - Laurent Bugnion also makes an overview of the controls included in Silverlight Toolkit.

    Toolkit release & Themes - Jesse Liberty is talking about themes in Silverlight Toolkit.


Help us make SilverlightShow even better. 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 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)