Recommended

  • Silverlight.FX
    Silverlight.FX is a light-weight application framework for building RichInternet Applications with Silverlight 2.
  • 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 FloatableWindow.
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  Aug 10, 2009 (1 month ago)
    In this post Tim Heuer expalins about confirming delete with DataForm.

    When DeleteItem is called on DataForm (via the built-in toolbar or via your own methods), it deletes the current item.  After all, that’s what you told it to do!  The problem is that the delete is fast and there is no easy “undo” method. 

    Luckily, DataForm provides a method interceptor for us: DeletingItem. 



  • FloatableWindow Source on CodePlex

    0 comments  /  posted by  Silverlight Show  on  Jul 22, 2009 (2 months ago)

    Tim Heuer decided to put the code of his FloatableWindow project on CodePlex rather than package zips on his blog.

    I got enough feedback and suggestions that I figured it would be better just to put the code up on CodePlex rather than package zips on my blog :-).  Here it is: FloatableWindow project.  The latest build I have is up there which incorporates some feedback that I’ve received.

  • 0 comments  /  posted by  Silverlight Show  on  Jul 09, 2009 (2 months ago)

    A while back Tim Heuer wrote a post where he refactored the Silverlight ChildWindow to create a non-modal window and called it FloatableWindow. Now his friend Karl Shifflett helped him to add two new features - a start position and resizing capabilities to the window.

    My buddy Karl Shifflett decided to use it (FloatableWindow) in Glimpse as the diagnostic window – thanks Karl!  Karl even added some code to it to basically provide a start position (HorizontalOffset and VerticalOffset).  Another request Karl had was to add resizing capabilities to the window. I’m pleased to say that I added both of these features to the source.