[comp.windows.x] XDbx.ad missing parts

dana@dino.bellcore.com (Dana A. Chee) (07/27/90)

The "real" resources were accidentally left out of the XDbx.ad file in
xdbx 2.1.  Below is a patch to put them in.  They were in the fallback
resources but not in the applications default file.

Apply this patch, do a make install, and the windows should come up
with the correct size.

*** XDbx.ad.orig	Fri Jul 27 09:04:02 1990
--- XDbx.ad	Fri Jul 27 09:09:29 1990
***************
*** 7,9 ****
--- 7,49 ----
  *messageWindow.background:	snow2
  *commandWindow.background: 	snow2
  *Scrollbar.foreground: 		snow3
+ *allowShellResize:                 True
+ *borderWidth:                      1
+ *font:                             fixed
+ *vpane.width:                      550
+ *fileWindow*font:                  variable
+ *fileLabel.width:                  500
+ *lineLabel.width:                  50
+ *sourceForm.preferredPaneSize:     320
+ *sourceWindow.leftMargin:          35
+ *sourceWindow.scrollHorizontal:    whenNeeded
+ *sourceWindow.translations:        #override \n\
+         <Btn1Down>:             SelectStart() SelectWord() \n\
+         Shift<Btn1Up>:          Update() SelectEnd() PrintSelection() \n\
+         <Btn1Up>:               Update() SelectEnd()
+ *messageWindow*font:               variable
+ *messageWindow.min:                30
+ *messageWindow.max:                30
+ *dialogWindow.preferredPaneSize:   200
+ *dialogWindow.resizeToPreferred:   True
+ *dialogWindow.translations:        #override \n\
+         <Btn1Down>:     SelectStart() SelectWord() \n\
+         Shift<Btn1Up>:  SelectEnd() PrintSelection() \n\
+         <Btn1Up>:       SelectEnd() 
+ *commandWindow.preferredPaneSize:  106
+ *commandWindow.skipAdjust:         True
+ *commandWindow.hSpace:             14
+ *commandWindow.vSpace:             10
+ *Command.height:                   20
+ *Command.width:                    60
+ *List.columnSpacing:               10
+ *displayWindow.preferredPaneSize:  50
+ *displayWindow.skipAdjust:         True
+ *displayWindow.scrollVertical:     whenNeeded
+ *displayWindow.scrollHorizontal:   whenNeeded
+ *displayWindow.translations:       #override \n\
+         <Btn1Down>:             SelectStart() SelectWord() \n\
+         Shift<Btn1Up>:          SelectEnd() PrintSelection() \n\
+         <Btn1Up>:               SelectEnd()
+ *popup*showGrip:                   False
+ 

+*************************************************************************+
*  Dana Chee				(201) 829-4488			  *
*  Bellcore								  *
*  Room 2Q-250								  *
*  445 South Street			ARPA: dana@bellcore.com		  *
*  Morristown,  NJ  07960-1910		UUCP: {gateways}!bellcore!dana	  *
+*************************************************************************+

cheung@titan.sw.mcc.com (Po Cheung) (07/28/90)

In article <1990Jul27.131451.28883@bellcore-2.bellcore.com> dana@thumper.bellcore.com writes:
>The "real" resources were accidentally left out of the XDbx.ad file in
>xdbx 2.1.  Below is a patch to put them in.  They were in the fallback
>resources but not in the applications default file.
>
>Apply this patch, do a make install, and the windows should come up
>with the correct size.

Or you can ftp a new copy from expo.lcs.mit.edu again.

Po Cheung
cheung@sw.mcc.com