Definition in file error.tcl.
Go to the source code of this file.
Functions | |
bgerror (TclList args) | |
catch (TclCommand script, TclString varName="") | |
error (TclString message, TclString info="", TclCommand code="") | |
Variables | |
TclNumber | _catchFlag = 0 |
TclNumber | _errorFlag = 0 |
|
overwrite the system bgerror command. This function simply flags the error in the global variable References bgerror(). Referenced by bgerror(). |
|
overwrite the system cache command. This function basically sets the global variable |
|
overwrite the system error command. This flag safely deactivates the CdgBusy dialog, i.e. when the References error(). Referenced by CdgMenu::_setFlag(), error(), MyTable::hscrollmode(), Parse::init(), and MyTable::vscrollmode(). |
|
|
global flags used in catch(), error() and bgerror() Definition at line 23 of file error.tcl. Referenced by CdgBusy::compute(), CdgMenu::init_data(), and CdgBusy::interrupt(). |