https://bugs.documentfoundation.org/show_bug.cgi?id=141883

Matt K <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #2 from Matt K <[email protected]> ---
(In reply to Mike Kaganski from comment #1)
> I guess we could use something similar to
> https://gerrit.libreoffice.org/c/core/+/112370, and have it conditionally
> use the new API on newer Windows?

Unfortunately the new APIs don't allow customization of the file dialog, so
there would be no options like "Save with password" on the Save dialog.

I did find that the MFC class CFileDialog can run on its own thread and can
cancel a long-running search operation without crashing, and it allows the same
existing customization of the file dialog.  So, I will convert the code to use
MFC, which adds a new dependency to a package that you have to manually install
in Visual Studio 2019.  Please let me know if there would be any concerns with
this approach.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to