![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Deactivate view settings Topic Summary: Created On: 28-Feb-2007 12:09 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: of course! stupid me ![]() It works! Thank you. | |
![]() |
|
Hello,
How can I deactivate the option "Remember settings for Window size and position" for all views in a module using a DXL script? |
|
![]() |
|
![]() |
|
Iterate over the views in your module, calling useWindows(vn, false);
|
|
![]() |
|
![]() |
|
Thank you,
It looks ok, but it doesn't seem to work. Have I missed something? for vname in views current Module do { View v = view vname ViewDef vdef = get(v) useCurrent(vdef, false) useWindows(vdef, false) } Nothing has been changed in the view settings. |
|
![]() |
|
![]() |
|
You need to save the viewdef
|
|
![]() |
|
![]() |
|
of course!
stupid me ![]() It works! Thank you. |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Deactivate view settings
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.