See: [tk_dialog] ---- [http://incrtcl.sourceforge.net/iwidgets/iwidgets/dialog.gif] [incr Widgets] also has a dialog command - see the docs at http://incrtcl.sourceforge.net/iwidgets/iwidgets/dialog.html and http://purl.org/tcl/home/man/iwidgets3.0/dialog.n.html . ---- [LV] When using wish, there are at times errors reported in what I presume are dialog boxes . When these boxes appear, the user is unable to copy and paste the information about the error into another file. Is there anything which can be done in these cases? ---- See also [A file properties dialog] and "The Humble Dialog Box" [http://www.objectmentor.com/resources/articles/TheHumbleDialogBox.pdf]. ---- [A little value dialog] ---- [Another little value dialog] ---- [An option dialog] ---- See also the dialog in the [tklib] widget package. ---- Here is a list of the built-in Tk dialog commands: * [tk_chooseColor] * [tk_chooseDirectory] * [tk_dialog] * [tk_getOpenFile] * [tk_getSaveFile] * [tk_messageBox] ---- [Category Dialog] - [Arts and Crafts of Tcl-Tk Programming]