Poser une questionPoser une question
 

TraitéeDisplay a dialog in a xbap?

Réponses

  • lundi 24 avril 2006 22:18Karen Corby - MSFT Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     Traitée

    Yes, a fully trusted application (any app with SecurityPermission w/ UnmanagedCode flag and UIPermission with AllWindows flag) can lanch standalone windows.

    In some of your scenarios, it may be possible to use the Popup control to provide a dialog-like experience.

    In future versions of WPF, we hope to enable standalone windows in the internet sandbox.   As a part of the enabling process, as Ashish mentioned above, we will analyze both our implementation as well as provide some protection against phishing/spoofing.  Unfortunately, due to time/resourcing constraints, bringing Window into this version's internet sandbox was not possible.

    Your feedback here is really important to us - thank you!

     

Toutes les réponses

  • jeudi 13 avril 2006 13:29viliescuModérateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    What do you mean by dialog box? You can show a MessageBox but you cannot show modal or non-modal windows.
  • jeudi 13 avril 2006 13:35Lei Jiang Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Yes, what I mean is that why I can't show a modal window? In a typical client application, there are a lot of modal window to get user input. If these window can be shown in xbap, it must be much easier to migrate a client application to a xbap.
  • jeudi 13 avril 2006 16:38Ashish Shetty - MSFTModérateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     
    Enabling any operation in the partial trust sandbox involves analyzing the implementation to ensure it poses no security risk to the end user. A lot of features important to developers in this space were made to safely work in the sandbox, in this version. Of course there are other features that you care about but we couldn't include in this version. Karen Corby has chimed in elsewhere in the forum that a feature request like this could be considered for future versions.
  • samedi 15 avril 2006 02:01Lei Jiang Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    This is not possible even in a Full-Trust environment, e.g. enterprise intranet?

    Another question is : is showing a window related to security risk?

  • samedi 15 avril 2006 18:24Billy Porter Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    As noted in several places, this weakness is making is extremely difficult to use browser apps for any real life client aplications.

  • lundi 24 avril 2006 22:18Karen Corby - MSFT Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     Traitée

    Yes, a fully trusted application (any app with SecurityPermission w/ UnmanagedCode flag and UIPermission with AllWindows flag) can lanch standalone windows.

    In some of your scenarios, it may be possible to use the Popup control to provide a dialog-like experience.

    In future versions of WPF, we hope to enable standalone windows in the internet sandbox.   As a part of the enabling process, as Ashish mentioned above, we will analyze both our implementation as well as provide some protection against phishing/spoofing.  Unfortunately, due to time/resourcing constraints, bringing Window into this version's internet sandbox was not possible.

    Your feedback here is really important to us - thank you!

     

  • dimanche 18 novembre 2007 23:10drb Médailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateurMédailles de l'utilisateur
     

    Now that we are getting closer to shipping, has anything changed with respect to being able to use a Window in an XBAP?

     

    Thanks

    David