Dialog
Simple wrapper around zenity, osascript and vbscript that lets you show native alert dialogs on Linux, OSX and Windows, respectively.
Example
var dialog = ;dialog;
Usage
To show an error dialog:
dialog;
To show a generic info dialog:
dialog;// example, setting titledialog
To show a warning dialog:
dialog;// example, without setting titledialog
exitCode
indicates whether the user clicked the default (OK) button (value 0
), or if they closed the window or clicked the "No/Cancel" button (value 1
).
Both title
and callback
are optional. Default title shown is "Important".
Credits
Written by Tomás Pollak, except for the MsgBox script which was written by StackOverflow user boflynn.
Copyright
(c) 2012 Fork Ltd. MIT license.