![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Steps to create a MENU in DB Explorer Topic Summary: How to... Created On: 21-May-2008 16:52 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
I created a DB to request access to X Project, Folder, Module or Section.
I need to publish this in the DB Explorer for all DOORS users. What are the steps to acomplish that task. Thanks. Attached is the code i want to publish. |
|
![]() |
|
![]() |
|
Here's how I add a menu to the DOORS Explorer.
I save the script off to a network drive (i.e. U:\DXL Scripts\script.dxl). I then create another dxl file to create my menu and save that off to a network drive (i.e. U:\DXL Scripts\menus\doorsExplorerMenu.dxl). The menu script looks something like the attached DXL. Then I create an include file (doorsExplorerMenu.inc) with the following line of code including the DXL menu script: #include <U:\DXL Scripts\menus\doorsExplorerMenu.dxl> The include file (doorsExplorerMenu.inc) is then placed in the baseWindowMenuFiles directory of the DOORS client installation ($DOORSHOME$/lib/dxl/config/baseWindowMenuFiles). This will add My Menu to the DOORS Explorer. ------------------------- Scott Boisvert Engineering Tools Administrator L-3 Communications - Avionics Systems scott.boisvert@l-3com.com |
|
![]() |
|
![]() |
|
Forgot to add that you would call your script using the createItem command as show in the above script.
------------------------- Scott Boisvert Engineering Tools Administrator L-3 Communications - Avionics Systems scott.boisvert@l-3com.com |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Steps to create a MENU in DB Explorer
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.