windowBehavior
cdsLibManager.open windowBehavior cyclic { "newWindow" | "raiseExisting" }
Description
Specifies whether an application always opens a cellview in a new window or brings up a window that already has the cellview open.
The default value is newWindow. In this case, the application opens the cellview in a new window.
When the value is raiseExisting, the application brings up the window that already has the cellview open, with the cellview tab as the active one.
GUI Equivalent
Examples
envGetVal("cdsLibManager.open" "windowBehavior")
envSetVal("cdsLibManager.open" "windowBehavior" 'cyclic "raiseExisting")
Related Topics
Return to top