![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: run Trigger only on visible module Topic Summary: Trigger Created On: 6-Nov-2006 22:07 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi
Is it possible to invoke a trigger only when a module is opened in Visible i.e the trigger should not run when the module is opened by a program in visible false mode.. Regards Tarun |
|
![]() |
|
![]() |
|
In the trigger's callback function use the perm: bool isVisible(Module m) with appropriate If statements.
Ewen Miller QinetiQ |
|
![]() |
|
![]() |
|
I don't think you can defined such a trigger, but as Ewen suggested the trigger itself can check to see if the module is open visible, and if it isn't then it would simply halt:
Module mCurr = current if (!isVisible(mCurr)) halt. - Louie |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
run Trigger only on visible module
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.