Customization of Menus Using the cdsLibMgr.il File
The Library Manager uses the cdsLibMgr.il extension file as follows:
-
The Library Manager loads the
cdsLibMgr.ilextensions file containing menu customization as well as any initialization and termination commands. - The modification of GUI menus take place to reflect the customization directives from the extension file.
- Library Manager then sends the defined initialization commands to the Message Passing Subsystem (MPS) client, which is Virtuoso.
-
The Library Manager GUI interaction triggers MPS callbacks to SKILL routines run in Virtuoso, repeating this sequence as often as necessary.
Custom SKILL routines can modify GUI menu attributes via the MPS interface. These two steps are repeated as often as necessary. - The user requests to terminate the Library Manager.
- The Library Manager sends the defined termination commands to the MPS client.
- At the end, the Library Manager process terminates.
Related Topics
Library Manager Customizations Using SKILL Functions
Return to top