8000 Windows: no way to populate "Save as type" for FileSave dialogs? · Issue #78 · sqweek/dialog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Windows: no way to populate "Save as type" for FileSave dialogs? #78

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
dweymouth opened this issue Jul 28, 2023 · 1 comment
Open

Comments

@dweymouth
Copy link

As far as I can tell, there is currently no way to populate the "Save as type" dropdown when creating file save dialogs on Windows. This leads to a confusing user experience with setting a default save filename and an extension filter, since Windows hides filename extensions in the dialogs

@roffe
Copy link
roffe commented Jul 28, 2023

Have you tried using .Filter?

// Filter adds a category of files to the types allowed by the dialog. Multiple
// calls to Filter are cumulative - any of the provided categories will be allowed.
// By default all files can be selected.
//
// The special extension '*' allows all files to be selected when the Filter is active.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0