::tycho::Message
-
Related constructs -
Source File -
Contents:
public method
error
. If the error occured in processing a
background Tk command, then tkerror
will be invoked, which in turn
will create an instance of this class and pop up a modal dialog to
inform the user. "Modal" means that nothing further will happen until
the window is destroyed. Here is an example:
::tycho::ErrorMessage .xx -text {An error message} wm deiconify .xx
stackTrace