DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Writing a SCOadmin manager

Dialog boxes

SaDisplay(TCL_ADM) describes a set of routines for displaying error dialog boxes. Such boxes alert the user to problems that occur commonly, such as lack of authorization for an operation, or errors that have occurred in operations.

Here is an example from the template that displays the result of the Who->Examine selection, a simple dialog with a single Close button:

   set details [VtFormDialog $parent.UiExamineCB \
           -ok -okLabel [IntlMsg CLOSE] -okCallback VxEndFormCB \
           -cancelButton OK \
           -title [IntlMsg DETAILS] \

See also:


Next topic: Navigating in character mode
Previous topic: Two-lists

© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003