home *** CD-ROM | disk | FTP | other *** search
/ MPC Wizard 3.0 / WIZARD3_0.ISO / drivers / graf_p_z / stb_evl1 / disk1 / acadp / turbodld.hlp < prev   
Text File  |  1993-01-04  |  24KB  |  553 lines

  1. This is the Help file for DLDSETUP v2.02. It may be no larger than
  2. 48K in size or strange things will happen. The help messages may be
  3. modified, as long as the "tags" (single words preceded by a ":") are
  4. not changed. One possible reason to modify this file is to translate
  5. it into a foreign language. WARNING: Do not start any line with a
  6. colon (":") character because it will be mistaken for a help tag.
  7.  
  8. Copyright (c) 1990  Panacea Inc. - All Rights Reserved
  9.  
  10. :Intro
  11.                           Welcome to TurboDLD!
  12.  
  13.     Please take a moment and call Panacea Inc. at 800-729-7400
  14.     or 603-437-5022 to register your copy of TurboDLD. We will keep
  15.     you informed of updates, upgrades, and special offers. Thank you
  16.     for using TurboDLD.
  17.  
  18.     The following configuration utility is used to configure 
  19.     TurboDLD's operating environment, including things like font 
  20.     size, board type, and resolution. This utility will create a
  21.     file called DLDSETUP.DAT. This file contains TurboDLD's 
  22.     configuration information.
  23.     
  24.     After configuring TurboDLD with this utility, you may want to also
  25.     customize your color selections. This is accomplished by running
  26.     DLDCOLOR from the AutoCAD command prompt. Just type "DLDCOLOR" at
  27.     any AutoCAD command prompt. This color configuration program will 
  28.     allow you to manipulate menu colors, drawing colors, and even the 
  29.     physical colors.
  30.     
  31.     Press the question-mark ("?") key at any time in DLDSETUP to get help.  
  32.  
  33. :DrvConfig
  34. Select this menu to configure basic TurboDLD options such as display
  35. list enable/disable, drawing cache enable/disable, number of command 
  36. prompt lines.
  37.  
  38. :DlxConfig
  39. Select this menu to configure TurboDLDDeluxe's Deluxe features.
  40.  
  41. :AdvConfig
  42. Select this menu to configure TurboDLD's advanced features.
  43.  
  44. :SaveExit
  45. Saves your current configuration.
  46.  
  47. :SaveNoExit
  48. Exits WITHOUT saving your current configuration. Any configuration changes
  49. will be lost.
  50.  
  51. :Dlist
  52. You may enable or disable TurboDLD's display list. Disabling it will save
  53. memory, but AutoCAD pan, zoom, and redraw time will be significantly
  54. slower.
  55.  
  56. :Dcache
  57. Enabling the drawing cache lets TurboDLD operate at full speed. The only 
  58. reason to disable the drawing cache is to conserve memory. If you find
  59. you are paging to disk significantly, then you may want to disable the
  60. drawing cache.
  61.  
  62. :32bit
  63. AutoCAD Release 12 supports a 31 bit regen space. Selecting 31 bit will
  64. virtually eliminate regens at the expense of significantly higher memory
  65. usage. If you do not have enough additional memory, select 15. Versions
  66. of AutoCAD before R12 ignore this variable.
  67.  
  68. :CmdEcho
  69. Internal TurboDLD commands are commands which are understood by 
  70. TurboDLD. These commands are used to invoke the BP, bring up menus,
  71. or execute your actual menu commands. To echo these commands on the
  72. command line, choose Enable. To suppress the echo, choose disable.
  73.  
  74. :FlipScreen
  75. The Flip Screen Method is a fail-safe feature. In virtually all
  76. cases, the "Instant" selection will suffice, but in some rare cases,
  77. the combination of a given VGA with a particular system will result
  78. in artifacts left on the display when doing a flip-screen back from
  79. the text screen to the graphics screen. If this occurs on your system,
  80. use the "Force Redraw" option.
  81.  
  82. :bpZoom
  83. There are two modes used to zoom the BP, Float and Freeze. Float mode
  84. always centers the current zoom area in the middle of the BP. Freeze
  85. mode does not center the current zoom area after a zoom. The contents
  86. of the BP area "frozen" in the BP.
  87.  
  88. :dlCompact
  89. Forces a manual clean-up of Display List memory returning any unused
  90. memory back the AutoCAD memory pool.
  91.  
  92. :BPHilite
  93. You may highlight the current viewport with either patterned
  94. lines, a highlight rectangle, or both.
  95.  
  96. :BPRefresh
  97. Choose Enable if you want to have the contents of the Big Picture 
  98. updated as you edit the drawing. This will slow your editing operations
  99. down. Choose Disable if you do not want the Big Picture updated.
  100. This is the faster option.
  101.  
  102. :RegenMode
  103. Choose Fast for the fastest regens possible. If you choose this 
  104. option, you will not see the drawing until the regen is complete.
  105. Choose Incremental if you want to see your drawing displayed 
  106. incrementally during the regen. This option is slower than
  107. fast mode.
  108.  
  109. :BoardList
  110. Hit F1 for a list of VGA cards from which to choose yours.
  111.  
  112. :BoardSelect
  113. Choose a video card from this list. If the list does not include
  114. your specific brand of VGA, you can either select the "Your own
  115. BIOS" option, which will allow you to custom configure DLD386deluxe-VGA,
  116. or you can call Panacea technical support at 603-437-5022 for the
  117. type of card you should select.
  118.  
  119. :YourOwnBIOS
  120. If your VGA card is not in the list of supported cards, you can
  121. still set up DLD386deluxe-VGA to use it by telling this Setup program which
  122. BIOS codes the the card uses. The BIOS codes can usually be found
  123. in the manual which came with the VGA card.
  124.  
  125. :VGAResolutions
  126. You must choose a resolution from the list of resolutions
  127. supported by your VGA.
  128.  
  129. :ACADCustom
  130. Not used
  131.  
  132. :ACADRegAX
  133. This is typically where the mode select code goes. The mode MUST
  134. correspond to the color mode (16 or 256 colors) you have chosen,
  135. as indicated at the top of the active window. The mode select code
  136. is generally the same as the mode number listed in your VGA manual
  137. for a given resolution, with BX, CX, and DX all set to 0000. In
  138. some rare cases, though, such as with Video Seven and Everex VGAs,
  139. a special code is put into AX and the mode code goes into BX (see
  140. help for BX).
  141.  
  142. :ACADRegBX
  143. Most of the time this should be 0000. However, certain card
  144. manufacturers (Most notably Video Seven and Everex) set a
  145. special code in AX to indicate that the actual mode select
  146. code goes into BX.
  147.  
  148. :ACADRegCXDX
  149. No known VGA cards use these registers, and you should simply 
  150. leave them set to 0000. They are provided so that if some
  151. future VGA card uses them, DLD386deluxe-VGA will support them.
  152.  
  153. :ACADModeCode
  154. If you put the BIOS code into AX, then select "AL". If you put the
  155. code in to BX for Everex VGAs, select "AL". If you put the code
  156. into BX for VIDEO-7, then select "BL". This is the register that
  157. DLD386deluxe-VGA must use to prevent the screen from clearing when changing
  158. modes. Failure to do this correctly will result in the flip screen 
  159. not working correctly in the "FAST" mode, but no harm will be done.
  160. If you're not sure, pick "AL".
  161.  
  162. :ACADRes
  163. Enter the resolution that your card will display in when it goes into
  164. the mode specified above. Note that resolutions above 800x600 (namely
  165. 1024x768) will require the correct setting of the chip type (in the
  166. next menu).
  167.  
  168. :ChipSelect16
  169. If the AutoCAD resolution you chose is 800x600 or less, AND the
  170. AutoShade resolution you are about to chose is 320x200 or less,
  171. then you can get away with selecting "GENERIC". Otherwise, you
  172. must know the brand of VGA chip used in your VGA card. You can
  173. find this information in the manual or by actually looking at the
  174. card and locating the square, flat, black VGA controller chip.
  175.  
  176. :ChipSelect256
  177. Unless you have chosen the 320x200 resolution, you MUST specify
  178. the correct VGA chip type for your board. You can find this
  179. information in the manual or by actually looking at the card and
  180. locating the square, flat, black VGA controller chip.
  181.  
  182. :ShadeCustom
  183. Not used.
  184.  
  185. :ShadeRegAX
  186. This is typically where the mode select code goes. The mode MUST be
  187. a 256 color mode, not 16, 4, or 2. If your VGA manual gives you a 
  188. number, but doesn't tell you where to put it, it probably goes here, 
  189. and you can leave BX, CX, and DX set to 0000. Some VGA's (Video Seven
  190. and Everex) put a special code into AX and put the mode code into BX 
  191. (see help for BX).
  192.  
  193. :ShadeRegBX
  194. Most of the time this should be 0000. However, certain card
  195. manufacturers (Most notably Video Seven and Everex) set a special
  196. code in AX to indicate that the actual mode select code goes into BX.
  197.  
  198. :ShadeRegCXDX
  199. No current VGA cards use these registers, and you should simply 
  200. leave them set to 0000. They are provided so that if some future
  201. VGA card uses them, DLD386deluxe-VGA will support them.
  202.  
  203. :ShadeRes
  204. Enter the resolution that your card will display in when it goes into
  205. the mode specified above. Note that resolutions above 320x200 will
  206. require the correct setting of the chip type (in the previous menu).
  207.  
  208. :FontSize
  209. Select the font size which you would like used in all the AutoCAD
  210. drawing screen menus, including pull-downs and dialog boxes. The
  211. 8x8 font is rather small, so we recommend that you use either the
  212. 8x14 or 8x16 fonts. A large 12x24 font is available for resolutions
  213. 1024x768 or above.
  214.  
  215. :VGAColor
  216. Specify whether you want to run AutoCAD in a 16 color mode, a 256
  217. color mode, or CEG mode on your VGA. If your VGA does not support a
  218. resolution of at least 640x400 in 256 colors (see your VGA owner's
  219. manual), then you should select the "16 color driver" option,
  220. otherwise you will end up with a very odd display. If your VGA
  221. has an Edsun Labs CEG RAM/DAC, then you can select the CEG 
  222. antialiasing driver. In any case, if you want to change the individual 
  223. AutoCAD color assignments, run COLOR16.EXE for the 16 color 
  224. configuration, COLOR256.EXE for the 256 color configuration, or 
  225. COLORCEG.EXE for the CEG configuration.
  226.  
  227.  
  228. :DblClickTime
  229. Select the amount of time needed to determine that a double click
  230. has occurred. This is measured as the time from when a button is
  231. released to when it is pressed again. If the button is not pressed
  232. again during the Double Click Interval, then a normal button press
  233. occurs. Longer Double Click Intervals will result in a noticable
  234. lag for single button press operations, whereas a short Double
  235. Click Interval may not be easy to always get right. The default is
  236. 1/3 of a second (33). Please note that all timing parameters, such
  237. as this one, are in hundredths of a second, but that the timing
  238. resolution of a normal PC is approximately 5/100ths of a second.
  239. This means, for example, that a value of 25 is the same as 23 or 27.
  240.  
  241. Double clicks are one way of using a digitizer button for additional
  242. functionality, such as pulling up The Big Picture.
  243.  
  244. :LngClickTime
  245. Select the amount of time needed to determine that a long click
  246. has occurred. If a digitizer button is held down for a period of
  247. time equal to the Long Click Time, the long click command for that
  248. button is executed. A long click is also another way to abort a
  249. Big Picture operation or remove the Panacea PopUp Menu from the
  250. display. We have found that a Long Click Time of half a second (50)
  251. is sufficient for most users. Please note that all timing parameters,
  252. such as this one, are in hundredths of a second, but that the timing
  253. resolution of a normal PC is approximately 5/100ths of a second.
  254. This means, for example, that a value of 25 is the same as 23 or 27.
  255.  
  256. :EdgePanTime
  257. When you enable Automatic Edge Panning in the Deluxe driver, you
  258. may also set the amount of time the cursor must be motionless at
  259. the edge of the viewport in order to start panning. An Edge Pan
  260. Time of half a second (50) is recommended, but if you frequently
  261. leave the cursor sitting somewhere while you're thinking, you may
  262. want to lengthen the wait time. Please note that all timing param-
  263. eters, such as this one, are in hundredths of a second, but that
  264. the timing resolution of a normal PC is approximately 5/100ths of
  265. a second. This means, for example, that a value of 25 is the same
  266. as 23 or 27.
  267.  
  268. :ButtonDefs
  269. Press the 'F1' key to access the Digitizer Button Programming Menus.
  270. These menus allow you to specify what type of command will be sent
  271. to AutoCAD for double or long clicks of specific digitizer buttons.
  272.  
  273. :ButtonPage1
  274. For each button, you may specify both a double click and long click
  275. command, which gets sent to AutoCAD when a double click or long
  276. click on the specified digitizer button occurs. Note that special
  277. DLD commands, such as invoking The Big Picture, can be flagged with
  278. a "@" in front of the command. This indicates to the driver that the
  279. command can be executed transparently without going through AutoCAD.
  280. The text for the command can be anything you want it to be, up to
  281. 25 characters in length, including LISP or ADS function calls. 
  282. Anything that is valid when typed at the AutoCAD prompt is valid as
  283. one of these commands. To simulate a Ctrl-C, type "^C", which counts
  284. as two characters. Also, if you want the command executed, don't
  285. forget to add a ' ' (space) or an ^M (carriage return) after the
  286. command so that AutoCAD knows to use the command. Lastly, to send
  287. just a "^" (carat), you must actually enter "^^". Some useful Deluxe
  288. DLD commands include DLDBIGPIC - which calls up the bird's eye, and
  289. DLDMENU0 - which pops the main pop-up menu on the screen.
  290.  
  291. Note for Mouse Users: Button 2 refers to your mouse's right button,
  292. while Button 3 refers to the middle button, if your mouse has three
  293. buttons. Button 1, the Pick Button, is not listed because it cannot
  294. be redefined.
  295.  
  296. :ButtonPageOth
  297. For each button, you may specify both a double click and long click
  298. command, which gets sent to AutoCAD when a double click or long
  299. click on the specified digitizer button occurs. Note that special
  300. DLD commands, such as invoking The Big Picture, can be flagged with
  301. a "@" in front of the command. This indicates to the driver that the
  302. command can be executed transparently without going through AutoCAD.
  303. The text for the command can be anything you want it to be, up to
  304. 25 characters in length, including LISP or ADS function calls. 
  305. Anything that is valid when typed at the AutoCAD prompt is valid as
  306. one of these commands. To simulate a Ctrl-C, type "^C", which counts
  307. as two characters. Also, if you want the command executed, don't
  308. forget to add a ' ' (space) or an ^M (carriage return) after the
  309. command so that AutoCAD knows to use the command. Lastly, to send
  310. just a "^" (carat), you must actually enter "^^". Some useful Deluxe
  311. DLD commands include DLDBIGPIC - which calls up the bird's eye, and
  312. DLDMENU0 - which pops the main pop-up menu on the screen.
  313.  
  314. :ButtonSet
  315. Not used.
  316.  
  317. :MenuSet
  318. Not used.
  319.  
  320. :DeluxeMenu
  321. Not used.
  322.  
  323. :DlxMenuDefs
  324. Press the 'F1' key to access the Pop-Up Menu definitions screens.
  325. These screens allow you to specify up to 8 pop-up menus, each with
  326. up to 8 entries. The Pop-Up Menus can then be popped-up with the
  327. DLDMENUx commands, where "x" is a number between 1 and 8. These
  328. DLDMENUx commands can also be assigned to your digitizer buttons,
  329. so that the pop-up menus can be summoned by either a double or 
  330. long click. Note that there is also a special DLDMENU0, which
  331. consists of the titles of all the other menus, so you can quickly
  332. pop between the various menus.
  333.  
  334. :MenuItems
  335. For each pop-up menu entry you need to specify both a menu item
  336. description, as well as the actual command which gets executed when the
  337. menu item is selected.
  338.  
  339. The menu item description consists of any normal characters, up to 20
  340. characters in length.
  341.  
  342. The menu item command is identical in format to the command used by the
  343. reconfigurable digitizer buttons. This means that special DLD commands,
  344. such as invoking The Big Picture, can be flagged with a "@" in front of
  345. the command. This indicates to the driver that the command can be
  346. executed transparently without going through AutoCAD. The text for the
  347. command can be anything you want it to be, up to 25 characters in length,
  348. including LISP or ADS function calls. Anything that is valid when typed
  349. at the AutoCAD prompt is valid as one of these commands. To simulate a
  350. Ctrl-C, type "^C", which counts as two characters. Also, if you want the
  351. command executed, don't forget to add a ' ' (space) or an ^M (carriage
  352. return) after the command so that AutoCAD knows to use the command.
  353. Lastly, to send just a "^" (carat), you must actually enter "^^". Some
  354. useful Deluxe DLD commands include DLDBIGPIC - which calls up the bird's
  355. eye, and DLDZMVMAX - which does a regen-less Zoom All.
  356.  
  357. :MenuTitle
  358. Specify the title of the pop-up menu. This title is then used in the
  359. main menu, DLDMENU0, for quick menu access. The menu title may be up
  360. to 20 characters in length. Note that when a pop-up menu is pulled up
  361. on the AutoCAD drawing screen, that a click on the title bar brings
  362. you to the main pop-up menu.
  363.  
  364. :NtextLines
  365. Specify the number of lines you desire for the AutoCAD text area at the
  366. bottom of the AutoCAD graphics screen. This number must be between 1
  367. and 10. If you do not want a text area, probably because you have a
  368. dual screen configuration, then you must disable the text area during
  369. the AutoCAD configuration of the display device.
  370.  
  371. :
  372.  
  373. :returnPrev
  374. Choose this option to return to the previous menu.
  375.  
  376. :SideMenu
  377.  
  378. :BMfont
  379. Select the desired font size you wish to use with AutoCAD's menus and
  380. dialog boxes. If you are using a high resolution, you may wish to use 
  381. a large font such as 12x20 as a small font may be too difficult to read.  
  382. Otherwise use the smaller fonts with the lower resolutions. 
  383.  
  384. :regenMode
  385. This option allows you to set up how you wish your drawing to be displayed
  386. when a REGEN is performed.  Either set it up for Fast, to display the image
  387. all at once or select Incremental, to display the image in "chunks" or as 
  388. it is created in the display list.
  389.  
  390. :dualScreen
  391. Select enable if you want to run in dual screen mode. You must have
  392. a second display to do use dual screens. Select disable to run with
  393. a single screen.
  394.  
  395. :PolySpeed
  396. Drawing Solids, Wide Polylines, Donuts, and the like, requires a
  397. slow method if other objects are going to overlay and obscure them.
  398. If you do not draw objects on top of polygons, or do not care about
  399. high quality antialiasing where polygons intersect, then choose FAST.
  400. Otherwise, choose GOOD and things will run a bit slower but look
  401. a lot nicer.
  402.  
  403. :EdsunYesNo
  404. If you have a VGA board equipped with an Analog Devices Edsun CEG RAM/DAC 
  405. and you want to use this chip's antialiasing capabilities, select Yes. If
  406. your VGA does not have a CEG RAM/DAC or you are unsure about this
  407. question, select No.
  408.  
  409. :ManualBoard
  410. Select the type of video board you will be using with TurboDLD.
  411.  
  412. :ReturnMain
  413. To return to TurboDLD's Main Menu, select this option.
  414.  
  415. :pickRes
  416. Make your selection for the resolution you will be using with Turbodld
  417. here.   Please note that the resolution selected will depend on the 
  418. capability of your video board to support it.
  419.  
  420. :SelectRes
  421. Select the resolution you wish to use with your video board for the Display/
  422. Rendering screens.
  423.  
  424. :BPCache
  425. Enables or disables the Drawing Cache for TurboDLD advanced features,
  426. real-time panning, the Big Picture, Zoom Preview, etc. BPCACHE is normally 
  427. disabled. Disabling the cache will conserve memory, but may or may not have
  428. a visible effect on Zoom, PAN and REDRAW performance while the advanced 
  429. commands are actively in use. 
  430.  
  431. Performance benefits of the Drawing Cache will vary from one graphics
  432. platform to another.  For example, on VGA's    the performance benefit of
  433. the Drawing Cache is as little as 1%.  With    TIGA-based graphics boards,
  434. however, the performance benefit of the Drawing Cache is as high as 400%
  435. therefore it is highly recommended for use with them.
  436.  
  437. :digiMode
  438. You can either enable the long and double clicks for Turbo or disable them
  439. altogether.  If you elect to disable the digitizer, then please keep in
  440. mind that if you programmed your digitizer with the Menu or Button 
  441. Configuration menus for certain commands, these commands will no longer 
  442. function.
  443.  
  444. :YesNo
  445. If you do not wish to save your TurboDLD configuration changes, select 
  446. "YES".  If you wish to return to TurboDLD configuration Main Menu, then
  447. select "NO".
  448.  
  449. :IntroColor16
  450. Welcome to DLDCOLOR!
  451.  
  452. This program is used to customize the colors used by a Panacea DLD
  453. Display List Driver. Upon completion, this program will create a
  454. file, DLDCOLOR.DAT, in either the directory pointed to by the
  455. environment variable DLDCFG or in the current directory if DLDCFG
  456. does not exist.
  457.  
  458. The operations this program can perform are:
  459.  
  460. (O)bject:      Used to change the color of any AutoCAD screen object. A 
  461.                few examples are the graphics area background color, the
  462.                text color, or the border line color.
  463.  
  464. (D)rawing:     This allows you to remap any color between 0 - 255 to
  465.                one of 16 physical colors.
  466.  
  467. (P)hysical:    This allows you to specify the RGB intensities of any
  468.                of the 16 physical colors.
  469.  
  470. (A)DI Pal:     This constructs a default ADI color palette.
  471.  
  472. (V)GA Pal:     This constructs a default VGA color palette.
  473.  
  474. (R)eset:       This resets the physical colors to either the default
  475.                ADI or VGA palette. The initial default is ADI palette.
  476.  
  477. (L)oad:        This reloads the file DLDCOLOR.DAT. It will be loaded from
  478.                the directory pointed to by DLDCFG if that environment
  479.                variable exists or from the current directory.
  480.  
  481. (S)ave:        Save the current color palette to DLDCOLOR.DAT.
  482.  
  483. (E)xit:        Exit the program.
  484.  
  485. :IntroColor256
  486. Welcome to DLDCOLOR!
  487.  
  488. This program is used to customize the colors used by a Panacea's
  489. TurboDLD    Display List Driver. Upon completion, this program will
  490. create a    file, DLDCOLOR.DAT, in the sub-directory specified during
  491. TurboDLD setup.
  492.  
  493. The operations this program can perform are:
  494.  
  495. (O)bject:      Used to change the color of any AutoCAD screen object. A 
  496.                few examples are the graphics area background color, the
  497.                text color, or the border line color.
  498.  
  499. (D)rawing:     This allows you to remap drawing colors 0, 8 and 9 to
  500.                one of 16 or 256 physical colors, depending on the screen
  501.                resolution selected, 16 or 256 colors.
  502.  
  503. (P)hysical:    This allows you to specify the RGB intensities of any
  504.                of the 16 available physical colors.
  505.  
  506. (A)DI reset:   This constructs a default ADI color palette, as defined
  507.                in the Autodesk Device Interface Development Kit.
  508.  
  509. (V)GA reset:   This constructs a default VGA color palette in the first
  510.                16 color entries.    Remaining palette colors are identical
  511.                to those used for ADI devices.
  512.  
  513. (L)oad:        This reloads the file DLDCOLOR.DAT. It will be loaded from
  514.                the directory pointed to by DLDCFG if that environment
  515.                variable exists or from the current directory.
  516.  
  517. (S)ave:        Save the current palette to DLDCOLOR.DAT.
  518.  
  519. (E)xit:        Exit the program.
  520.  
  521. :ObjectColorMode
  522. This mode allows you to assign a physical color to any AutoCAD screen 
  523. object. Use the left and right cursor keys to select the object. Each
  524. object is represented by a box at the top of the screen. The name of 
  525. each object is displayed at the top of the screen. When you have 
  526. selected an object, hit "Enter" and pick a physical color to assign 
  527. to the object. The object will immediately appear in its new color.
  528.  
  529. :DrawColorMode
  530. This mode allows you to modify AutoCAD drawing colors 0, 8 and 9 to
  531. a physical color of your choice.    Use the cursor keys to select a
  532. Drawing Color from the matrix. Then hit    "Enter" and select the
  533. physical color to assign to that Drawing Color.
  534.  
  535. :PhysColorMode
  536. This mode allows you to assign the actual RGB intensities of each
  537. configurable physical color. Use the cursor keys to select the 
  538. physical color to modify. Then hit "Enter" and three RGB slides will
  539. appear. Use the    cursor up and cursor down keys to select the Red,
  540. Green, or Blue slide.    The slides can be positioned by using the left
  541. and right cursor keys or by entering the desired numerical value at
  542. the keyboard. The physical    color will change as the slides are being
  543. adjusted. When you have created the desired color, hit "Enter", or
  544. hit "Esc" to abort.
  545.  
  546. :BPButton
  547. Choose which digitizer button you want to double click on to invoke
  548. the Big Picture. You may not choose button #1 which is the AutoCAD
  549. pick button. Note that on three button mice, button #2 is the right
  550. button and button #3 is the middle button.
  551.  
  552. :EndOfFile
  553.