dialog icon indicating copy to clipboard operation
dialog copied to clipboard

Show native alert dialogs on Windows, OSX and Linux with Node.js.

Results 6 dialog issues
Sort by recently updated
recently updated
newest added

Optional text input box can be added to dialog boxes in Darwin (MacOS) to capture additional user response. Support to add custom icon to dialog boxes in Darwin. Support to...

I am getting exitCode as '3221225477' whatever I pressed OK button or exit 'x' button from dialog title at top-right.

Dialog always on top adding vbSystemModal to the dialog type.

This would allow users to respond "yes" or "no" to a dialog with a new method `dialog.confirm`. My initial thoughts on implementing this in a cross platform manner are: -...

There is no way for the user to give a negative response on El Capitan. exitCode will always be 0 ![image](https://user-images.githubusercontent.com/14932492/35763037-f9c7791c-0870-11e8-994f-6bafa7823ec3.png)

The default AppleScript icon is shown instead of anything informative. Is there any way to show something relevant to my application? ```javascript var dialog = require('dialog') dialog.info('Hello there') ``` ![image](https://user-images.githubusercontent.com/14932492/35763037-f9c7791c-0870-11e8-994f-6bafa7823ec3.png)