[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

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

3399.0. "DDIF viewer resources?" by KONING::KONING (NI1D @FN42eq) Wed Sep 26 1990 14:55

I'm now running VMS V5.4 rather than V5.3, and noticed that the DDIF Viewer
now understands my "global" Background and Foreground color settings.  Sounds
good... except that I'm using light text on dark background.  My eyes
like that for text, but if you view an image that way, it looks like a 
negative.

Could someone tell me what resource names I would use to get "dark on light"
back again for the DDIF viewer's main window?  I tried the UWS documentation,
but that didn't have anything to say about it either.

	paul
T.RTitleUserPersonal
Name
DateLines
3399.1Try something similar to the followingDDIF::MUNYANSteve Munyan, ZK2-2/O23, DTN 381-2264Tue Oct 09 1990 01:2332
    
    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.2KONING::KONINGNI1D @FN42eqFri Oct 12 1990 13:524
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.3Can you mail me a pointer to the document?DDIF::MUNYANSteve Munyan, ZK2-2/O23, DTN 381-2264Mon Oct 15 1990 11:156
    
    Please mail me a pointer to the file that make the CDA Viewer "croak".
    
    Steve
    CDA Viewer
    
3399.4A change to the resource file I posted earlierEVETPU::MUNYANSteve Munyan, ZK2-2/O23, DTN 381-2264Mon Oct 15 1990 16:529
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