T.R | Title | User | Personal Name | Date | Lines |
---|
3399.1 | Try something similar to the following | DDIF::MUNYAN | Steve Munyan, ZK2-2/O23, DTN 381-2264 | Tue Oct 09 1990 01:23 | 32 |
|
Try creating a DDIF$VIEW.DAT resource file and reverse the values for
foreground and background.
Here's a copy of one of the test files we use in the group to make sure
that various resources work properly. I've commented out most of the
ones you wouldn't want to set normally:
*foreground: black
*background: white
!Viewer.width: 491
!Viewer.height: 276
!Viewer.x: 110
!Viewer.y: 110
!Viewer*DVRpaperWidth: 300
!Viewer*DVRpaperHeight: 500
!*initialState: 3
!*DVRbuttonBox: false
*DVRscrollHorizontal: false
*DVRscrollVertical: false
!*DVRuseComments: false
!*DVRuseBitmaps: true
!*DVRuseTrays: true
Viewer*DVRwatchProgress: true
!*DVRheaderRequired: false
Note the resource names list here are undocumented and are subject to
change without notice.
Steve
CDA Viewer Group
|
3399.2 | | KONING::KONING | NI1D @FN42eq | Fri Oct 12 1990 13:52 | 4 |
| That does what I asked for. It also causes the viewer to croak when you ask
it to view a color DDIF image!
paul
|
3399.3 | Can you mail me a pointer to the document? | DDIF::MUNYAN | Steve Munyan, ZK2-2/O23, DTN 381-2264 | Mon Oct 15 1990 11:15 | 6 |
|
Please mail me a pointer to the file that make the CDA Viewer "croak".
Steve
CDA Viewer
|
3399.4 | A change to the resource file I posted earlier | EVETPU::MUNYAN | Steve Munyan, ZK2-2/O23, DTN 381-2264 | Mon Oct 15 1990 16:52 | 9 |
| You most likely want to set the horizontal and vertical resources to true.
Failure to do so could cause the problem you're seeing since the image could
be located in the bottom left hand corner of the display (ie: at the origin).
*DVRscrollHorizontal: true
*DVRscrollVertical: true
Steve
|