(X) Hide this Watch a recording of the recent webinar Building a Silverlight 4 application end-to-end by Gill Cleeren
View the webinar recording | Download the slides | Download the demos
Become a member to receive all webinar news by email, or follow all webinar news on Twitter | Facebook | LinkedIn
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 5 results for Toolkit.
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  Silverlight Show  on  Nov 22, 2010 (1 month 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  May 28, 2009 (more than a year ago)
    Tags: MVVM , Toolkit
    Laurent Bugnion has spent some time these days working on a very simple, very light MVVM toolkit. Check out what this toolkit will include.

    I have already most of it ready, and am working on the sample apps, which is a great way to identify things that are missing from the toolkit. I already learned a lot from working on this, as well as the many discussions around this with my peers in the community.

  • 0 comments  /  posted by  Silverlight Show  on  Mar 20, 2009 (more than a year ago)
    Tags: Toolkit
    Jesse Liberty has a post dedicated to the Silverlight Toolkit Release.

    Easily lost among all the exciting announcements here at Mix is some great news about the Silverlight Toolkit.

  • 0 comments  /  posted by  Silverlight Show  on  Feb 02, 2009 (more than a year ago)
    Tags: Silverlight 2 Data Form , visual appeal , Toolkit , AutoCompleteBox

    Ken Cox is now ready with the seventh episode of his series on creating a Silverlight 2 data form and this time he is going to talk about adding visual appeal.

    Ken:
    You implement rounded borders, gradient effects, and import professional styles from the Silverlight Control Toolkit. You also learn how to use the AutoCompleteBox control to prompt users for data input.
  • Silverlight News for January 12, 2009

    0 comments  /  posted by  Silverlight Show  on  Jan 12, 2009 (more than a year ago)
    Tags: GOA Toolkit for Silverlight , videos , Toolkit , PieChart , Columns chart , Silverlight File Uploader , IoC container , a movable , rotating camera , Silverlight 2.0 Sudoku , Pool Guide , Timer , Enter Frame , Dispatcher Timer and Composition Target

    NETiKA TECH has just released the Beta 3 of their new product “GOA Toolkit for Silverlight”. This toolkit focuses on what they call “ListControl”, which is a kind of “advanced”  ItemsControl. By using a ListControl, you can build advanced Lists, Menus, Tabs, Trees, Toolbars and so on.Here are provided some pre-built controls in an open source library called “GOA Open”. Learn more about this unique product.

    Jesse Liberty announced that his videos on the Silverlight Toolkit PieChart and Columns chart are now available. According to Jesse, the great thing here is that once you understand how one of these charts works, working with the other becomes almost self-evident.

    Michael Washington has a post about Silverlight File Uploader for all you DNN folks. Silverlight File Uploader is a DotNetNuke 4 & 5 module that is a "wrapper" around the Open Source project Silverlight File Upload. It adds upload security that the original project does not currently have. It is now possible to create applications that allow your users to upload large files.

    Shawn Wildermuth has two posts these days. The first one is to announce that the PnP team shipped their Inversion of Control (IoC) container for Silverlight called the Unity Application Block. The second one is called “Fun with List Bindings in Silverlight 2”. Back in Silverlight 1.0 days, Shawn wrote a quick little sample showing off how you could use ASP.NET AJAX Web Services to drive a Silverlight 1.0 app. Now he wants to re-do it for Silverlight 2. He has also re-created his chart example.

    The Quadra team has posted one Silverlight tutorial on how to make a movable, rotating camera. This tutorial covers drawing an object on a Canvas and moving it around, rotating it, as well as a few other basic operations. In the post you will find source code and online demo.

    Terence Tsang has a post about the difference on Timer, Enter Frame, Dispatcher Timer and Composition Target. In Flash and Silverlight, there are many ways to call a method by a regular time interval. Here Terence will use a simple sample to illustrate their differences on the following methods: Flash - flash.utils.Timer, Flash - Event.ENTER_FRAME, Silverlight - System.Windows.Threading.DispatcherTimer and Silverlight - CompositionTarget.Rendering.

    Andy Beaulieu has an article about Silverlight for Interactive CD/DVD. If you want to use Silverlight as a solution for an Interactive CD, then you should definitely read Andy’s post.

    Bill Reiss has a frame based sprite animation in Silverlight. Bill is presenting one out of many ways of potentially doing frame based sprite animation. The technique he has chosen is a combination of a "sprite strip" and a clipping region.

    Here is one entry for the 10K Contest. Eric Oszakiewski has submitted his Pool Guide. With it you can test your swimming pool with any pool test kit and then use this guide to determine if the water is balanced.

    Fons Sonnemans has made a Silverlight 2.0 Sudoku. It is mainly a programming exercise, so there aren't too many multimedia bells and whistles.