Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-47802

WinRT: Native dialog with PickMultipleFilesAsync not supported on Windows Phone 8.1

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.5.0
    • None
    • Windows Phone 8.1
    • WinRT

    Description

      I get errors from qwinrtfiledialoghelper.cpp such as:
      Failed to open multi file picker (The request is not supported.)

      when running code such as:
      QFileDialog::getOpenFileNames(this);

      Same sort of errors when it calls PickMultipleFilesAsync, PickSingleFileAsync, PickSaveFileAsync, and presumably all the others.

      Doing a little looking around online, it appears that for Windows Phone functions such as PickSaveFileAndContinue are preferred over PickSaveFileAsync, which seems to be confirmed on: https://msdn.microsoft.com/en-us/library/windows/apps/xaml/dn614994.aspx?f=255&MSPPError=-2147217396 Though they don't outright say the async versions aren't supported, that's what it appears.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            owolff Oliver Wolff
            jirauser37306 user-f06f0 (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes