Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Find out the new features and enhancements added in Silverlight 5.

Moderators

Top Categories · View All
Controls Enhancements 11
Text Enhancements 3
Trusted Applications Features 2

Browse by Tags · View All
Silverlight 5 16
Controls 11
Text Enhancements 3
RichTextBlockOverflow 2
RichTextblock 2
CharacterSpacing 1
UpdateSourceTrigger 1
PropertyChanged 1
Out Of Browser Features 1
P/Invoke 1
Multiple Windows 1
Trusted Applications 1
Styles 1
Relative Source Binding 1
PivotViewer 1
Custom Markup Extensions 1
Implicit Data Templates 1
Data Templates 1
Debugging 1
Debugging in XAML 1

Browse by Release · View All
All 15
RC 1

What is new in Silverlight 5

Silverlight 5 - Multiple window support for Out Of Browser applications

Dec 18 2011 12:08AM by Ramireddy   

Often we will show pop-up windows in applications. One problem with the pop-ups is user needs to close the popup to continue with the background application. Suppose, if you want your application to continue to work while playing some audio in a separate window, in OOB applications it’s difficult. For applications, which are running in-browser, they can use javascript “Window.Open” function. For Out of Browser applications, there is no alternative.

Now in Silverlight 5, there is multiple window support for trusted Out of browser applications. You can open multiple windows for Out of browser applications also. But remember, application should run in “Elevated trust” mode.

  1. Create a new user control say, “AudioPlayer.xaml”.
  2. When you wants to open a new window, put the below code.

     new Window()
            {
                Content = new AudioPlayer(),
                Visibility = Visibility.Visible,
                Width = 400,
                Height = 400
            };
    

Read More Have you written a blog post or article related to this feature and want to get them added here? Read More...
Category : Trusted Applications Features
Release : All
Tags : Silverlight 5,Controls,Trusted Applications,Multiple Windows


Ramireddy
2 · 41% · 12972
1



Submit

Your Comment


Sign Up or Login to post a comment.

"Silverlight 5 - Multiple window support for Out Of Browser applications" rated 5 out of 5 by 1 readers
Silverlight 5 - Multiple window support for Out Of Browser applications , 5.0 out of 5 based on 1 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]