| Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
| Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
| Moderator: | STAR::VATNE |
| Created: | Mon Oct 30 1989 |
| Last Modified: | Mon Dec 31 1990 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 3726 |
| Total number of notes: | 19516 |
hello,
i have the problem of changing the backgroung color of the slider in a
scrollbar.
This background color is the same as the background of the sesion
manager.
How can i change this background color ?
thanks for your help,
gerard brouwers eis, holland
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 3696.1 | Slider color | SRFSUP::HERKELRATH | If they fire one, we'll fire one. One fired, sir | Sun Nov 25 1990 18:21 | 10 |
I've added the following to my DECW$XDEFAULTS.DAT:
*Slider: LightGrey
This changes the color of the slider to nicely contrast with the
dark blue or black backgrounds I use.
-RCH-
| |||||
| 3696.2 | XUI or Motif... | R2ME2::OBRYAN | Mon Nov 26 1990 12:47 | 23 | |
re:.0 > i have the problem of changing the background color of the slider in a > scrollbar. How can i change this background color ? If you're still using XUI, there are 3 color resources controlling color in scroll bars. Set them as you desire in the session manager color .DAT file. *DwtScroll*foreground: Coral *DwtScroll*slider: Khaki *DwtScroll*background: Salmon In Motif, the resource names are different, and there are more resources to set. The names are: highlightColor (highlight didn't do anything in XUI, it might in Motif) foreground background troughColor (i.e. slider color) bottomShadowColor topShadowColor Michael | |||||