Recommended

  • Silverlight 4 Podcast Pack with Tim Heuer
  • Building Modular Silverlight Applications
  • Prism -  10 Things to Know
  • Securing Silverlight Application and WCF Service using ASP.Net Authentication Techniques
  • Model– View – ViewModel in Silverlight
Skip Navigation LinksHome / Search

Search

 
Results Per Page

Found 3 results for Notifications.
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  Apr 06, 2010 (1 week ago)
    Jeff Wilcox introduces a base class for dealing with INotifyPropertyChanged classes that is safe to use from background threads in Silverlight.

    As I’ve been developing more complex Silverlight business applications, I’ve been increasingly relying on BackgroundWorker to offload complex calculations and operations to the background thread.

    Something I didn’t have to worry about in the typical user interface thread-only implementation of my app was which thread change notifications fire on.



  • NotificationWindow – Silverlight 4

    0 comments  /  posted by  Silverlight Show  on  Nov 19, 2009 (4 months ago)
    Tags: Notifications , Out-of-Browser , Silverlight 4 , NotificationWindow
    In this post of Corey Schuman you will learn some interesting facts around one of the new additions to Silverlight 4 - the NotificationWindow.Image

    This type of window enables you to show a System notification much like when you receive an Outlook new mail notification or a Growl notification in OSX. Since it operates like a system message, this feature is only available in Out of Browser (OOB) scenarios.

    This example shows how to instantiate a NotificationWindow, with the resulting application like the below screenshot.

  • Silverlight 3 “Toast” Notifications

    0 comments  /  posted by  Silverlight Show  on  Aug 11, 2009 (8 months ago)

    In this post Tim Heuer explains what is "toast" and gives examples of “toast” notifications.

    Aside from a delicious breakfast treat, it’s a term that most people refer to those little notification windows that popup from applications in the Windows system tray.  Sometimes annoying, mostly useful (depending on how many notifications you get of course).