Path: utzoo!attcan!uunet!aplcen!samsung!usc!apple!rutgers!bellcore-2!dino!dana From: dana@dino.bellcore.com (Dana A. Chee) Newsgroups: comp.windows.x Subject: XDbx.ad missing parts Message-ID: <1990Jul27.131451.28883@bellcore-2.bellcore.com> Date: 27 Jul 90 13:14:51 GMT Sender: usenet@bellcore-2.bellcore.com (Poster of News) Reply-To: dana@thumper.bellcore.com Organization: Packet Communications Research Group (Bellcore) Lines: 63 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\ + : SelectStart() SelectWord() \n\ + Shift: Update() SelectEnd() PrintSelection() \n\ + : Update() SelectEnd() + *messageWindow*font: variable + *messageWindow.min: 30 + *messageWindow.max: 30 + *dialogWindow.preferredPaneSize: 200 + *dialogWindow.resizeToPreferred: True + *dialogWindow.translations: #override \n\ + : SelectStart() SelectWord() \n\ + Shift: SelectEnd() PrintSelection() \n\ + : 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\ + : SelectStart() SelectWord() \n\ + Shift: SelectEnd() PrintSelection() \n\ + : 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 * +*************************************************************************+