Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: Deactivate view settings
Topic Summary:
Created On: 28-Feb-2007 12:09
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
Answer This question was answered by Lucian Bodron, on Thursday, March 1, 2007 12:25 PM

Answer:
of course!

stupid me

It works!

Thank you.
 28-Feb-2007 12:09
User is offline View Users Profile Print this message


Lucian Bodron

Posts: 24
Joined: 12-Oct-2005

Hello,

How can I deactivate the option "Remember settings for Window size and position" for all views in a module using a DXL script?
Report this to a Moderator Report this to a Moderator
 28-Feb-2007 16:40
User is offline View Users Profile Print this message


Chris Raplee

Posts: 15
Joined: 26-Sep-2006

Iterate over the views in your module, calling useWindows(vn, false);
Report this to a Moderator Report this to a Moderator
 1-Mar-2007 12:00
User is offline View Users Profile Print this message


Lucian Bodron

Posts: 24
Joined: 12-Oct-2005

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.
Report this to a Moderator Report this to a Moderator
 1-Mar-2007 12:16
User is offline View Users Profile Print this message


ron lewis

Posts: 650
Joined: 20-Sep-2004

You need to save the viewdef
Report this to a Moderator Report this to a Moderator
 1-Mar-2007 12:25
User is offline View Users Profile Print this message


Lucian Bodron

Posts: 24
Joined: 12-Oct-2005

Answer Answer
of course!

stupid me

It works!

Thank you.
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 2 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 2 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.