Opening a dialog fails on Windows 10
See original GitHub issueHey great library!. I’ve been using it for a personal project for a few months and as i try to port my app to windows 10 i noticed this.
Offending code is called after parsing the json recieved from window.external.invoke
let file_name = view.dialog(Dialog::SaveFile, "Choose Database File", "");
And in another spot
let file_name = view.dialog(Dialog::OpenFile, "Choose Database File", "");
Both react the same way, i never see the file dialog and it immediately returns an empty string. Any ideas what might cause this?
Issue Analytics
- State:
- Created 5 years ago
- Comments:9 (1 by maintainers)
Top Results From Across the Web
Settings Dialog Won't Open in Windows 10? 10 Ways to Fix
1. Press Windows + X to open the Power User Menu. Then, type Windows PowerShell.
Read more >Windows 10 Open File dialog problem - Microsoft Community
First try to access the Bios Setup, activate the UEFI option and disable the Secure Boot and Fast Boot options. To finish, press...
Read more >Fix: Settings Dialog Won't Open in Windows 10 - Get Droid Tips
How to fix Settings Dialog Won't Open in Windows 10? Re-register the Settings App in Windows 10: Re-install and Re-register All Windows Apps ......
Read more >Dialog Box Has No Text Error In Windows 10/8/7 [Tutorial]
Dialog Box Has No Text Error In Windows 10 /8/7 [Tutorial]Some users become empty, blank and do not have text dialog boxes on...
Read more >Windows 10 Open File dialog problem
Windows 10 Open File dialog problem · Open a new Explorer window. · Click View in the ribbon. · Click Options. · Under...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Of coarse here is a test program showing the bug
All of the alerts work so ignore those, but none of the file dialog’s ever open
~This also happens to me on Window 10, but only on the stable-msvc toolchain. Dialog functions normally when built on the stable-gnu toolchain.~ nvm, still having the same problem.