| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 2350.1 | Session Manager menu resource names | STAR::BROUILLETTE |  | Thu Mar 08 1990 17:03 | 36 | 
|  |     
    Here are the names for V2.  The names may change in the future. 
    Making these buttons insensitive in a decw$xdefaults file is not
    supported and may not work in future releases.
    
    There is no supported way in V2 to get a captive account.  We know
    there is a BIG demand for this feature.  We are working on solving this
    need in a future release of DECwindows.
    
    	Session Menu:
    
        Pause = PauseButton
    	Quit = QuitButton
    	
    	Customize Menu:
    
    	Application Definitions = AppDefButton
    	Application Menu = AppMenuButton
    	AutoStart = AutoStartButton
    	Keyboard = KeyboardButton
    	Languages = InternationalButton
    	Pointer = CursorButton
    	PrintScreen = PrinterButton
    	Security = SecurityButton
        Session = SessionButton	
    	Window = WindowButton
    	Use Last Saved Settings = UseLastButton
    	Use System Defaults = UseSystemButton
    	Save Current Settings = SaveCurrentButton
    
    	Print Screen Menu
    
    	PrintEntireButton
    	PrintPortionButton
    	CaptureEntireButton
    	CapturePortionButton
 | 
| 2350.2 | this may be obvious but... | STAR::BROUILLETTE |  | Thu Mar 08 1990 17:07 | 5 | 
|  |     
    Remember that the user's decw$xdefaults.dat file is read and merged
    last when resource files are loaded.  So, if the user can get to that
    file and change it, they can "uncaptivate" their account.
    
 | 
| 2350.3 | thanks | BERN01::RUGGIERO |  | Fri Mar 09 1990 05:16 | 17 | 
|  | re .2:
Yes, I am aware of that, and I am trying to prevent the user from messing
around with this file.
re .1:
Thank you for the resource names. I alread found them by just dumping the 
.UID-file and lloking what's in there. Nevertheless your list tells me that
I found the right stuff - and it works.
Thanks again
---markus---
Markus Ruggiero
EIS/PublicSector
DEC Z�rich
 | 
| 2350.4 | An example please | SNOC01::NICHOLLS | Elvis lives only in an anagram | Thu Mar 15 1990 01:03 | 4 | 
|  |     Could someone please give an example of disabling the de-sensitizing
    the Quit button, please, as an example of how to do what is in .1?
    
    Michael
 | 
| 2350.5 | here's the example | BERN01::RUGGIERO |  | Thu Mar 15 1990 03:58 | 13 | 
|  | I finally did it. Here is the DECW$XDEFAULTS.DAT I constructed.
*AutoStartButton.sensitive:		False
*AppMenuButton.sensitive:		False
*AppDefButton.sensitive:		False
*SecurityButton.sensitive:		False
*SessionButton.sensitive:		False
*UseSystemButton.sensitive:		False
---markus---
 |