![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: load module Command Topic Summary: open but hide a module Created On: 23-Jun-2006 20:00 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: You can open a module invisibly using 'false' in the read command: Module mod = read(Name, false). Such opens are much faster and take far less memory than opening "true" or visible. I'm pretty sure that the 'Standard' view is sort-of-used, meaning no sorting and no filtering and deleted objects are not 'seen'. However, you cannot deal with Views when the module is invisible. Don't know why. As far as "in the background" I'd say "no": you cannot be working while a DXL script is working, without a different instance of DOORS or running a job batch. Some DXLs display a dialog that sits there waiting for you to push a button, while you do other things, but that's not really working concurrently. - Louie | |
![]() |
|
I was wondering if anyone knew if there was a way to open a module in the background and then be able to run a script with respect to the views/ load or change between views. The script I would want to use this in is used to copy the views and attributes between 2 modules.
|
|
![]() |
|
![]() |
|
You can open a module invisibly using 'false' in the read command: Module mod = read(Name, false). Such opens are much faster and take far less memory than opening "true" or visible. I'm pretty sure that the 'Standard' view is sort-of-used, meaning no sorting and no filtering and deleted objects are not 'seen'.
However, you cannot deal with Views when the module is invisible. Don't know why. As far as "in the background" I'd say "no": you cannot be working while a DXL script is working, without a different instance of DOORS or running a job batch. Some DXLs display a dialog that sits there waiting for you to push a button, while you do other things, but that's not really working concurrently. - Louie |
|
![]() |
|
![]() |
|
<Edit>Err, nevermind, Louie's got a better grip on it than I do. </Edit>
Regarding copying views and attributes, you can look through the built-in scripts for ideas. Try utils\copyview.inc for starters. Chris Edited: 23-Jun-2006 at 20:37 by Chris Jones |
|
![]() |
|
![]() |
|
Thanks, we were thinking that we would not be able to deal with views without the module being visable but we wanted to make sure.
|
|
![]() |
Telelogic DOORS
» DXL Exchange
»
load module Command
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.