dlgs icon indicating copy to clipboard operation
dlgs copied to clipboard

Go cross-platform library for displaying dialogs and input boxes

Results 10 dlgs issues
Sort by recently updated
recently updated
newest added

How set width for dialog box?

Hello! I've noticed a couple of issues with MacOS's File() (and by extension FileMulti()) functions' file filtering. - The filter argument only works for a single file extension - you...

This is the program built iwth dlgs "error" and "warning" pop ups https://www.virustotal.com/gui/file/c6ecfb6dcf7b610f1ead08e38c17797be28486ef4c77b3293d02ed71b374bdd2/behavior/VirusTotal%20Sysmon Detected by 7 engines and writes to `C:\Windows\ServiceProfiles\LocalService\AppData\Roaming\Microsoft\UPnP Device Host\upnphost\udhisapi.dll` and `HKLM\SOFTWARE\Microsoft\Windows Media Player NSS\3.0\Servers\A70D59A1-8EAD-4F40-AAAB-FBFC460800A4\FriendlyName` this is...

I searched around, and did not find any prior art on a crossplatform CLI dialog tool. (There are some platform-specific tools, e.g., https://github.com/cocoadialog/cocoadialog.) Is there any interest in creating a...

So i'm using https://github.com/go-flutter-desktop/go-flutter and use plugin https://github.com/miguelpruivo/flutter_file_picker, but when i pick multi file there is only show 10 files not more. And i check the package file_picker use and...

Thanks for this library, its helpful! However there is some caveat regarding error handling and "cancel/close dialog" actions: I am not quite sure for what the boolean return value should...

Is there any way to force the message dialogs to always appear on top of the application window?

Hey, there. An option to save a specific file by name would be rather nice. It's something to add at some stage, anyway.

This is a great lib. I wonder if I can add to it to open a Printer Dialog box. I just need to print files and so opening the printer...

Sorry, dunno how to open a pull request. message_darwin.go line 61: Change From: tell application "System Events" to display dialog .... To: display dialog ... Otherwise you get (because of...