T.R | Title | User | Personal Name | Date | Lines |
---|
3126.1 | disable session manager pulldown menu | UTOPIE::KASPAR | | Wed Jul 25 1990 11:18 | 6 |
|
MANFRED
Have a look at DECW$SYSTEM_DEFAULTS to find DECW$SESSION.dat
MANFRED_END
|
3126.2 | A1 and workstation ......said in the same breath......wow..... | CDBACA::BURKE | Andy � | Wed Jul 25 1990 20:22 | 15 |
| We (you/me/DEC) have a customer that would like to do this very thing.....
They have ALL_IN_1 users that need to access a graphics package on a
workstation...that are captive users....and very dangerous....I'm told to
assume.....
We need to remove the print_screen pull-down and take several options off
the customize pull-down......as well as eliminate the decterm/file view option
from the appl/menu/definition stuff......
I've found the decw$session.dat file.....but it's not clear what I should
be doing with it.....
Any/All Help appreciated.....
Andy �
|
3126.3 | didn't find information | MLNCSC::VOCI | | Thu Jul 26 1990 06:52 | 11 |
| I found the file decw$session.dat in the decw$system_defaults, but
I read that there were suppose to be lines like:
*MainWindow.menubar.CreatePulldowm.label: Create
I didn't find any, I checked in the other .dat files but found nothing.
Never the less I created the file decw$xdefaults.dat in the sys$login,
but nothing happend the create pulldown menu worked as usual.
Any more ideas, I really nead this information.
Thanks,
Gea,
|
3126.4 | Choose one of this resources | UTOPIE::KASPAR | | Thu Jul 26 1990 10:55 | 49 |
|
MANFRED
I don't know if this works on DECW V2 or DECM but try to choose
one of the following:
! Resource names for DECW$Xdefaults.dat (DECW$USER_DEFAULTS).
!
! Select one of the following RESOURCE names to disable Buttons or
! Pulldown Menus.
! Default value of resources listed below is TRUE.
!
!########################################################################
!
! Buttons
!
*PauseButton.sensitive: FALSE
*QuitButton.sensitive: FALSE
*TermButton.sensitive: FALSE
*VueButton.sensitive: FALSE
*KeyboardButton.sensitive: FALSE
*CursorButton.sensitive: FALSE
*PrinterButton.sensitive: FALSE
*SecurityButton.sensitive: FALSE
*WindowButton.sensitive: FALSE
*SessionButton.sensitive: FALSE
*UseLastButton.sensitive: FALSE
*UseSystemButton.sensitive: FALSE
*SaveCurrentButton.sensitive: FALSE
*PrintEntireButton.sensitive: FALSE
*PrintPortionButton.sensitive: FALSE
*CaptureEntireButton.sensitive: FALSE
*CapturePortionButton.sensitive: FALSE
*HelpAboutButton.sensitive: FALSE
*HelpOverviewButton.sensitive: FALSE
!
! Pulldown menus:
!
*SessionPulldown.sensitive: FALSE
*CreatePulldown.sensitive: FALSE
*CustomizePulldown.sensitive: FALSE
*PrintPulldown.sensitive: FALSE
*HelpPulldown.sensitive: FALSE
!
!*************************************************************************
Hopefully it helps,
MANFRED_END
|
3126.5 | where's the rest of the story........ | CDBACA::BURKE | Andy � | Fri Jul 27 1990 09:43 | 7 |
| the resources in -.1 work fine......but where are the rest....
such as the ones for the application definition and menu...
where are these resources documented ???
thanks
Andy �
|
3126.6 | | UTOPIE::KASPAR | | Tue Aug 07 1990 07:51 | 22 |
|
MANFRED
First i have asked many times where this resources are documeted,
but they aren't.
I haven't found the resource name for the Applications-Pulldown,
but set
sm.AppMenu:
sm.num_AppMenu: 0
sm.applications:
sm.num_applications: 0
*AppDefButton.sensitive: false
*AppMenuButton.sensitive: false
*AutoStartButton.sensitive: false
I hope it helps!
END_MANFRED
|