I have a situation where I have my own custom code that I want deployed to all the clients, this I can do no problem, the problem is that I don't want the users to be able to even see the 'User' module level menu that comes pre-configured with DOORS. Has anyone been able to successfully do this? If so what are the steps I need to follow? I do have access to all the clients which I imagine would be an important thing to have. |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS kbmurphy - Tue Jul 17 12:27:57 EDT 2012 |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS -Louie |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS Richard_Hesketh - Wed Jul 18 11:06:12 EDT 2012 |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS kbmurphy - Tue Jul 17 12:27:57 EDT 2012
How would all that DXL work that uses relative include files?
-Louie Hmmm, I suppose you could corrupt variable "DOORSHOME" but that will trigger all sorts of problems. |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS llandale - Wed Jul 18 13:16:56 EDT 2012 One suggestion you had got me thinking. What if you want to add a folder to the browseable DXL library, but not the dropdown menu? Is this possible, especially if it's pointing to the network and not on a local folder? |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS kbmurphy - Wed Jul 18 14:01:11 EDT 2012 I did "invent" the "linkmodaddins" variable which displays scripts suitable for Link Modules. To "link.dxl" I added:
Tried to suppress a DXL in the menu by editing the *.idx file:
Anyway, just discovered these non-overrideable folder locations:
I also see I don't have it quite right, as the "addins" folder itself is not in the Browse menu; whereas the "standard" folder is. So you can add browseable folders not in a pulldown if you add them to the "standard" or "example" folder. Not much help. I see that the "Browse" menu is calculated the 1st time it is used per session, whereas the Module Menues are recalculated each time you open a module. -Louie I never "browse" anyway. Maybe I'll write a pull-down "BrowseForObscureDXL.dxl" file. |
Re: I'd like to disable the 'User' menu that comes pre-configured with DOORS llandale - Wed Jul 18 16:54:01 EDT 2012
Tried to suppress a DXL in the menu by editing the *.idx file:
Anyway, just discovered these non-overrideable folder locations:
I also see I don't have it quite right, as the "addins" folder itself is not in the Browse menu; whereas the "standard" folder is. So you can add browseable folders not in a pulldown if you add them to the "standard" or "example" folder. Not much help. I see that the "Browse" menu is calculated the 1st time it is used per session, whereas the Module Menues are recalculated each time you open a module. -Louie I never "browse" anyway. Maybe I'll write a pull-down "BrowseForObscureDXL.dxl" file. Regards, Mathias Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS |