Programmer Guide/Macro Library/TBMGR: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
m (Text replace - "S_TOOLS-STx" to "{{STX}}") |
||
Line 32: | Line 32: | ||
===load=== | ===load=== | ||
Load a toolbox file into | Load a toolbox file into {{STX}}. | ||
=====Usage:===== | =====Usage:===== |
Revision as of 16:55, 5 April 2011
Contents
tbmgr : cobj
The tbmgr
class is used to manage toolbox files.
tbmgr member functions
tbmgr static functions
call
Call a toolbox function.
Usage:
tbmgr call keyword ; function ; arguments
Parameters:
- keyword
- A valid context keyword.
- function
- The toolbox function to call.
- arguments
- The arguments to pass to the specified function.
load
Load a toolbox file into STx.
Usage:
TBMgr load path
- path
- The toolbox file.
Result:
nErrors ; nFunctions
The number of errors which occured whilst loading and the number of successfully loaded functions.
setupdialog
Call the setup dialog for the specified toolbox function.
Usage:
tbmgr setupdialog function
Parameters:
- function
- The toolbox function name.
show
Show all loaded toolbox functions.
Usage:
tbmgr show