lmgrVerbose
lmgrVerbose (x_level) =>x_level/nil
Description
Aids in debugging the callbacks registered in the cdsLibMgr.il file. It is possible to get additional informational messages to be shown inshown in the CIW.
Arguments
|
An integer representing the verbose level to use. |
Value Returned
Examples
The example shows the effect of selecting several menus after setting verbose to 1.
lmgrVerbose ( 1 ) => 1
( lmgr ) Calling: abCopyEnableCallback ( "popup_L" "andrew" "" "" "" "" )
( lmgr ) Calling: abRadioExample ( "RadioOption1" "andrew" "" "" "" "" )
( lmgr ) Calling: abRadioExample ( "RadioOption2" "andrew" "" "" "" "" )
( lmgr ) Calling: abShowAllCheckOuts ( "ShowAllCheckOuts" "andrew" "" """" "" )
Related Topics
Library Manager Customization Using lmgr SKILL Functions
Return to top