Set Account Pictures Problem (Windows.System.UserProfile.UserInformation.setAccountPicturesAsync )

Unanswered Set Account Pictures Problem (Windows.System.UserProfile.UserInformation.setAccountPicturesAsync )

  • Montag, 25. Juni 2012 06:33
     
     

    Hello everyone,

    I downloaded the sample code from Account picture name sample

    It will popup "Confirm change to account picture" dialog when set account picture.

    After click "change" to confirm this picture, it can not popup this dialog anymore unless reboot system.

    How to set the dialog "Confirm change to account picture" popup every time  if user want to set picture to account profile ?

Alle Antworten

  • Dienstag, 26. Juni 2012 02:28
    Moderator
     
     

    Hi Dogtim,

    The permissions dialog is raised by the broker and cannot be controlled by your application.

    Why do you want the user to be asked every time rather than remembering that the user had granted permission.

    --Rob

  • Dienstag, 26. Juni 2012 03:25
     
     

    Hi Rob,

    Not for specific purpose, i'm just curious about this mechanism whether developer could control or not.

    in this way, it means that i have to make a customized dialog if i want to check user action (something like "Are you sure to change your profile picture", "yes"/"no").

    thx your reply.