home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: WPS_PM / WPS_PM.zip / CLIPEDIT.ZIP / CLIPEDIT.HLP (.txt) < prev    next >
OS/2 Help File  |  1991-06-17  |  38KB  |  1,023 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Extended Help for Clip Edit ΓòÉΓòÉΓòÉ
  3.  
  4. Clip Edit is an OS/2 Presentation Manager (PM) tool that allows you to view, 
  5. print, alter and save the contents of the OS/2 PM clipboard. These help panels 
  6. will help you get started with Clip Edit, and find out how much power it adds 
  7. to your applications. Select one of the following topics by double clicking or 
  8. selecting with the tab key and pressing enter. 
  9.  
  10.  The OS/2 PM clipboard 
  11.  Description of Clip Edit 
  12.  What can I do with Clip Edit? 
  13.  Other information 
  14.  Clip Edit is Shareware. Please Register! 
  15.  
  16.  
  17. ΓòÉΓòÉΓòÉ 1.1. The OS/2 PM clipboard ΓòÉΓòÉΓòÉ
  18.  
  19. The clipboard is a place for storing data.  The data on the clipboard is 
  20. available for use by the application that placed it there, and it is also 
  21. available for other applications. 
  22.  
  23. You might expect that it only holds one type of data, but it is capable of 
  24. holding many different types of data concurrently.  For example, the clipboard 
  25. for a spreadsheet might hold textual data of the selected cells, a picture 
  26. (metafile or bitmap) of the graph, and some private data that contains the 
  27. formulas in the selected cells. 
  28.  
  29. There are 7 types of data or formats that the clipboard can hold: 
  30.  
  31.  CF_TEXT 
  32.            Plain ascii textual data 
  33.  CF_DSPTEXT 
  34.            Private textual data 
  35.  CF_BITMAP 
  36.            Picture data in bitmap format 
  37.  CF_DSPBITMAP 
  38.            Private bitmap data 
  39.  CF_METAFILE 
  40.            Picture data in metafile format 
  41.  CF_DSPMETAFILE 
  42.            Private metafile data 
  43.  PRIVATE 
  44.            Private data of virtually any type.  The application that created 
  45.            the data names the format, and it is shown in the Clip Edit details 
  46.            area. 
  47.  
  48.  Applications put data into the clipboard when you do a CUT or a COPY. 
  49.  Applications may put several of the formats listed above into the clipboard. 
  50.  
  51.  When you do a PASTE into an application, the application uses ONE of the 
  52.  formats, usually using the format that is most appropriate.  Some (very few) 
  53.  applications let an operator specify which format to paste.  Clip Edit allows 
  54.  you to clear the clipboard (see Clear Others ) of unwanted formats so that 
  55.  your application only sees the type that you want PASTED. 
  56.  
  57.  
  58. ΓòÉΓòÉΓòÉ 1.2. Description of Clip Edit ΓòÉΓòÉΓòÉ
  59.  
  60. Clip Edit looks very similar to other Presentation Manager programs. It has a 
  61. client area or presentation area that is divided into 3 sections, and an action 
  62. bar with menu pull downs. 
  63.  
  64. The presentation area is divided into 3 sections. The sections are shown in the 
  65. picture below: 
  66.  
  67. The Format Listbox lists the different formats that are currently in the 
  68. clipboard.  The list is updated automatically when any changes to the clipboard 
  69. are made (OS/2 sends a message to Clip Edit when other applications update the 
  70. clipboard).  The list will have one item that says Clipboard Empty when it does 
  71. not contain any data. 
  72.  
  73. The formats in the Format Listbox may be selected with the mouse or up/down 
  74. cursor keys. When a format is selected, two things happen: 
  75.  
  76.   1. The data for the format is presented in the Display Area 
  77.  
  78.   2. Information about the data in the format is presented in the Format 
  79.      Details area. 
  80.  
  81.  An explanation of the information presented in the Format Details area can be 
  82.  found in: Fields in Format Details 
  83.  
  84.  The action bar has 5 menu pull downs.  The menu options on these pull downs 
  85.  are each described in the following sections of Clip Edit help. 
  86.  
  87.  File Pull Down 
  88.  Clipboard-Edit Pull Down 
  89.  Options Pull Down 
  90.  Bitmap-Options Pull Down 
  91.  Help Pull Down 
  92.  
  93.  
  94. ΓòÉΓòÉΓòÉ 1.3. What can I do with Clip Edit? ΓòÉΓòÉΓòÉ
  95.  
  96. Clip Edit lets you control the clipboard like no other program does. Need to 
  97. get a text file into the clipboard so you can paste it into a Lotus 123/G 
  98. spreadsheet?  Try Load File into Clipboard. 
  99.  
  100. Want to save a bitmap image to a file of a Microsoft Excel spreadsheet? Try 
  101. Save Selected Format As. 
  102.  
  103. How about printing the clipboard? Clip Edit lets you Print the selected format 
  104. to your default printer. 
  105.  
  106. Here's a real life example of what Clip Edit can do: 
  107.  
  108. Let's say you are using Microsoft Excel and Microsoft Word (OS/2 versions). 
  109. Your spreadsheet has some data that you want to insert into your document via 
  110. the clipboard. If you copy the Excel data and paste it into Word, Word decides 
  111. to paste the metafile format, so you get a picture of the area of the 
  112. spreadsheet. That's great if you want the metafile.  But what if you're printer 
  113. doesn't print metafiles? Or what if you wanted the text from the spreadsheet 
  114. instead of the picture? 
  115.  
  116. That's where Clip Edit comes in.  Just select the format you want to keep, and 
  117. use the Clear Others option. Try pasting into Word now, and you'll see that 
  118. Word gladly accepts the text or the bitmap. 
  119.  
  120. Even better, try doing a Clear Others on the private type Rich Text Format, and 
  121. paste it into Word.  You'll see that you get the text and the column 
  122. formatting.  So you've just now given Microsoft Excel and Microsoft Word a 
  123. synergism that not even Microsoft had allowed you. (if that's not enough to 
  124. motivate you to sending in your $20, we don't know what is). 
  125.  
  126. There are many more examples like this in the world of OS/2 applications and 
  127. tools. If you have one that is especially good, let us know. 
  128.  
  129. A less obvious benefit is that since Clip Edit can read and write both the old 
  130. (PM 1.1) and new (PM 1.2+) bitmap formats, you should be able to solve any 
  131. compatibility problems related to this format change.  For example, let's say 
  132. you have a new (PM 1.2+) bitmap that you want to use with IBM's Image Support 
  133. program, which, the last time we saw it, only reads the old format. You can 
  134. either do a Load file into clipboard and then paste it into Image Support, or 
  135. you can Load it and then Save it in the PM 1.2+ format. The latter turns Clip 
  136. Edit into a bitmap converter! 
  137.  
  138.  
  139. ΓòÉΓòÉΓòÉ 1.4. Other Information ΓòÉΓòÉΓòÉ
  140.  
  141.  Why doesn't my metafile print on my dot matrix printer? 
  142.  Why do some formats take so long to display? 
  143.  What is a bitmap? 
  144.  What is a metafile? 
  145.  What do the fields in Format Details mean? 
  146.  
  147.  
  148. ΓòÉΓòÉΓòÉ 1.4.1. Why doesn't my metafile print? ΓòÉΓòÉΓòÉ
  149.  
  150. It appears that some printer drivers, mostly the ones for small dot matrix 
  151. printers like the EPSON or the IBM5152, do not print most vector graphics 
  152. instructions from metafile, hence they don't print metafiles. 
  153.  
  154. These printers seem to be able to print bitmaps, so if you use one of these 
  155. printers and find that your metafiles don't print, all we can do is suggest 
  156. that you try a bitmap instead. 
  157.  
  158.  
  159. ΓòÉΓòÉΓòÉ 1.4.2. Delayed Rendering ΓòÉΓòÉΓòÉ
  160.  
  161. Delayed Rendering is a technique that OS/2 applications can use to aid 
  162. performance when doing clipboard operations.  When an application performs a 
  163. CUT or COPY, it can either copy data to the clipboard now, or delay copying it. 
  164. The advantage of delaying it is that if it is never pasted anywhere, the 
  165. application never has to take the time to produce it. 
  166.  
  167. When you ask to PASTE the information, the application gets a message that says 
  168. produce the data; for some applications (like Microsoft Excel) this can take a 
  169. moment, especially for larger metafiles.  When Clip Edit displays a format, it 
  170. also asks the application to produce the data, hence the delay for applications 
  171. that use this technique. 
  172.  
  173. As an interesting comparison, Lotus 123/G does not use delayed rendering, while 
  174. Microsoft Excel does.  Excel is noticeably quicker for cut and paste within 
  175. itself, but when pasting to other applications the delayed rendering is 
  176. noticeable (although the delay shows up in the other application). 
  177.  
  178.  
  179. ΓòÉΓòÉΓòÉ 1.4.3. What is a bitmap? ΓòÉΓòÉΓòÉ
  180.  
  181. A bitmap is an image that is constructed by dividing the picture into a large 
  182. number of very small pieces.  Each piece has a different color or shade of 
  183. gray.  When the pieces are put together, it forms an image you can see. 
  184. Bitmaps usually come from paint programs or scanners. 
  185.  
  186. Small bitmaps draw very fast (provided they are not scaled) and can be printed 
  187. on dot matrix printers.  However, bitmaps are device dependent, (i.e. they look 
  188. different on a VGA vs. an EGA display) and they do not scale quickly. When they 
  189. are scaled, resolution tends to be reduced. 
  190.  
  191. Note:  See also metafile. 
  192.  
  193.  
  194. ΓòÉΓòÉΓòÉ 1.4.4. What is a metafile? ΓòÉΓòÉΓòÉ
  195.  
  196. A metafile is a picture that is composed of graphics instructions. For example 
  197. a metafile might consist of: 
  198.  
  199.   1. Paint the background white 
  200.   2. Draw a blue circle of radius x at some position 
  201.   3. Draw a red line from a position to another position 
  202.   4. Draw some text at some position 
  203.  
  204.  (It is actually a little more complicated, but this gives you an idea.) 
  205.  
  206.  Metafiles are for the most part device-independent; that is, it should look 
  207.  the same on a VGA display as it does on the EGA display (subject to the 
  208.  limitation that the EGA has lower resolution).  Metafiles are a good choice 
  209.  for Postscript graphics, because the printed metafile will seek the higher 
  210.  resolution of your printer, regardless of the resolution of your display. 
  211.  
  212.  Note:  See also bitmap. 
  213.  
  214.  
  215. ΓòÉΓòÉΓòÉ 1.4.5. Fields in Format Details ΓòÉΓòÉΓòÉ
  216.  
  217. Definitions of Fields in Format Details... 
  218.  
  219.  CF_TEXT and CF_DSPTEXT 
  220.            Selector is essentially a pointer to the start of the text data. 
  221.            The length of the text string in bytes is also shown. 
  222.  CF_BITMAP and CF_DSPBITMAP 
  223.            Data size is the logical size in bytes of the bitmap data, not 
  224.            including the color palette and the header data. The dimensions of 
  225.            the bitmap are also shown.  The width (x) and height (y) in pels (or 
  226.            pixels) are shown, as is the number of planes and the number of bits 
  227.            per plane (bit count). 
  228.  CF_METAFILE and CF_DSPMETAFILE 
  229.            The handle is a logical address to the metafile data. The return 
  230.            code is the code that OS/2 returned after playing the metafile 
  231.            (drawing it to the screen).  If there was an error detected when 
  232.            playing the metafile, a non-zero error code will be shown.  The size 
  233.            of the metafile data in bytes is also shown. 
  234.  PRIVATE 
  235.            The first item shown in the details box for private types is the 
  236.            name given to the type by the application.  The clipboard format 
  237.            code and format information is shown (This information is directed 
  238.            more to programmers than users). The size of the data in bytes is 
  239.            also shown. 
  240.  
  241.            Note:  When Clip Edit displays private data, it tries to show it as 
  242.            text. If the data is a binary format, the display will not show 
  243.            much.  That's the problem with private types, Clip Edit doesn't know 
  244.            how to properly display them because they're private. 
  245.  
  246.  
  247. ΓòÉΓòÉΓòÉ 1.4.6. Clip Edit Registration Information ΓòÉΓòÉΓòÉ
  248.  
  249. This version of Clip Edit is Shareware.  Please support the shareware concept 
  250. (not to mention the authors of Clip Edit) by registering your copy. 
  251.  
  252. If you received this program via a Bulletin board or on-line service, you 
  253. should have received 4 files all together. 
  254.  
  255.  CLIPREAD.ME  - description, information, installation instructions 
  256.  CLIPEDIT.EXE - executable file 
  257.  CLIPEDIT.HLP - these help panels 
  258.  CLIPEDIT.LIC - license agreement and ordering information 
  259.  
  260.  Please look at CLIPEDIT.LIC and follow the instructions in it to get your copy 
  261.  registered.  If you are missing this file, write us and we'll send you a 
  262.  complete package. Include the $20 registration fee, $3.50 for shipping, 
  263.  handling, and diskette cost, and the size of diskette you need (3.5 or 5.25 
  264.  inch). Our address is: 
  265.  
  266.  Solaris Precision Software 
  267.  203 South Blvd. 
  268.  Gunnison, CO 81230 
  269.  
  270.  Support for Clip Edit is available by sending a letter to the above address or 
  271.  sending a note to 70304,126 at CompuServe. We'll try to respond as soon as we 
  272.  can. 
  273.  
  274.  For those of you who register your copy of Clip Edit - 
  275.  
  276.  THANK 
  277.  
  278.    YOU! 
  279.  
  280.  
  281. ΓòÉΓòÉΓòÉ 2. Help for Menu Pull Downs ΓòÉΓòÉΓòÉ
  282.  
  283. The following panels provide help for each menu pull down. 
  284.  
  285.  File 
  286.  Clipboard-Edit 
  287.  Options 
  288.  Bitmap-Options 
  289.  Help 
  290.  
  291.  
  292. ΓòÉΓòÉΓòÉ 2.1. Help for File ΓòÉΓòÉΓòÉ
  293.  
  294. Use the File pull-down choice to select the following options: 
  295.  
  296.  Save Selected Format As 
  297.  Load File into Clipboard 
  298.  Print Selected Format 
  299.  Exit 
  300.  
  301.  
  302. ΓòÉΓòÉΓòÉ 2.2. Help for Save Selected Format As... ΓòÉΓòÉΓòÉ
  303.  
  304.  Help for Save Selected Format As... 
  305.  
  306. This option allows you to save the contents of the clipboard in a file. The 
  307. format that it is saved in is dependent on the format that is currently 
  308. selected. When this option is selected, Clip Edit displays a File Dialog Box 
  309. with which you select the file name for the clipboard format to be saved as. 
  310.  
  311. Note:  For bitmaps, the default is to save the file in the 1.2+ format. 
  312. Optionally, you can save it in the 1.1 format.  See Save Bitmaps in PM 1.1 
  313. Format for details. 
  314.  
  315.  
  316. ΓòÉΓòÉΓòÉ 2.2.1. Help for File Dialog Box ΓòÉΓòÉΓòÉ
  317.  
  318. The file dialog box is a standard (CUA compliant) dialog box for selecting a 
  319. file.  Double click on the drive id that you want to change to (e.g. A: ) 
  320. and/or the path that you want to change to (e.g. CLIPEDIT or ..). To select a 
  321. file, double click on the file name, or single click on it and then select LOAD 
  322. or SAVE. To select a file (for SAVE) that doesn't yet exist, you can type in 
  323. the name in the entry box at the top, and then select SAVE. 
  324.  
  325.  
  326. ΓòÉΓòÉΓòÉ 2.3. Help for Load File into Clipboard... ΓòÉΓòÉΓòÉ
  327.  
  328. Help for Load File into Clipboard... 
  329.  
  330. This option allows you to alter the contents of the clipboard by reading a file 
  331. and inserting it into the clipboard.  Select a file using the File Dialog Box. 
  332. The dialog box starts out only showing valid file names (extension is as shown 
  333. below) for Clip Edit to load. 
  334.  
  335. The format that Clip Edit will attempt to load it as depends on the extension 
  336. of the file that you have selected. 
  337.  
  338.  BMP - Bitmap 
  339.       Will load an OS/2 1.1 or 1.2+ bitmap as CF_BITMAP 
  340.  
  341.  MET - Metafile 
  342.       Will load an OS/2 metafile as CF_METAFILE 
  343.  
  344.  TXT - Text 
  345.       Will load a text file as CF_TEXT 
  346.  
  347.  DOC - Text 
  348.       Will load a text file as CF_TEXT 
  349.  
  350.  DSP - Text 
  351.       Will load a text file as CF_DSPTEXT 
  352.  
  353.  Note:  Clip Edit will determine whether a bitmap is a PM 1.1 format or a PM 
  354.  1.2+ format, and read it accordingly. 
  355.  
  356.  
  357. ΓòÉΓòÉΓòÉ 2.3.1. Help for File Dialog Box ΓòÉΓòÉΓòÉ
  358.  
  359. The file dialog box is a standard (CUA compliant) dialog box for selecting a 
  360. file.  Double click on the drive id that you want to change to (e.g. A: ), the 
  361. path that you want to change to (e.g. CLIPEDIT or ..). To select a file, double 
  362. click on the file name, or single click on it and then select LOAD or SAVE. To 
  363. select a file (for SAVE) that doesn't yet exist, you can type in the name in 
  364. the entry box at the top, and then select SAVE. 
  365.  
  366.  
  367. ΓòÉΓòÉΓòÉ 2.4. Help for Print Selected Format ΓòÉΓòÉΓòÉ
  368.  
  369. The print option prints the selected clipboard format on your default printer 
  370. queue.  If you have not set up a default queue, you can use the OS/2 Print 
  371. Manager to do so. 
  372.  
  373. Clip Edit prints CF_TEXT, CF_DSPTEXT, and private types as plain ASCII text. 
  374. Clip Edit prints metafiles and bitmaps graphically. Some printers may not be 
  375. capable of printing metafiles, while others (especially plotters) may not be 
  376. capable of printing bitmaps. 
  377.  
  378. Note:  While it is true that you need a default queue, you do not need to have 
  379. the spooler enabled for Clip Edit to print. 
  380.  
  381.  
  382. ΓòÉΓòÉΓòÉ 2.5. Help for Exit ΓòÉΓòÉΓòÉ
  383.  
  384. Use this choice to end the Clip Edit program. Since Clip Edit doesn't keep any 
  385. of your data in memory, you are not asked to confirm whether you want to quit 
  386. or not.  If you inadvertently exit when you don't want to, just re-start Clip 
  387. Edit and you'll be back to where you were. 
  388.  
  389.  
  390. ΓòÉΓòÉΓòÉ 2.6. Help for Clipboard-Edit ΓòÉΓòÉΓòÉ
  391.  
  392. Use the Clipboard-Edit pull-down choice to select the following options: 
  393.  
  394.  Edit Text 
  395.  Clear Others 
  396.  Clear All 
  397.  
  398.  
  399. ΓòÉΓòÉΓòÉ 2.7. Help for Edit Text ΓòÉΓòÉΓòÉ
  400.  
  401. The Edit Text option allows you to edit the clipboard text data (CF_TEXT). 
  402. Selecting this option brings up a dialog box with an editor. The editor 
  403. functions essentially the same as the OS/2 System Editor. 
  404.  
  405. Note:  This version of Clip Edit empties the other clipboard data when you edit 
  406. the CF_TEXT.  If you don't like this behavior, let us know and we'll put it on 
  407. our list of potential changes. 
  408.  
  409.  
  410. ΓòÉΓòÉΓòÉ 2.8. Help for Clear Others ΓòÉΓòÉΓòÉ
  411.  
  412. The Clear Others option is probably the most powerful feature of Clip Edit.  It 
  413. will retain the selected format and delete all the others from the clipboard. 
  414.  
  415. This feature allows you to "force" applications to paste the type of data that 
  416. you select, instead of the default for the application. An application may not 
  417. accept the format that you try to paste, but it will not cause any harm if this 
  418. is the case.  Just copy the data again and try another format. 
  419.  
  420. Note:  Clear Others will currently not support private types that are larger 
  421. than 64Kbytes in size.  Most private types are not nearly this large, so it 
  422. should not pose too much of a problem.  If it does, let us know, and we will 
  423. put it on our list of potential changes. 
  424.  
  425.  
  426. ΓòÉΓòÉΓòÉ 2.9. Help for Clear All ΓòÉΓòÉΓòÉ
  427.  
  428. The Clear All option empties the clipboard. 
  429.  
  430.  
  431. ΓòÉΓòÉΓòÉ 2.10. Help for Options ΓòÉΓòÉΓòÉ
  432.  
  433. Use the Options pull-down choice to select the following options: 
  434.  
  435.  Beep on Clipboard Update 
  436.  Window Background Color 
  437.  
  438.  
  439. ΓòÉΓòÉΓòÉ 2.11. Help for Beep on Clipboard Update ΓòÉΓòÉΓòÉ
  440.  
  441. The Beep on Clipboard Update option tells Clip Edit to sound a tone when the 
  442. clipboard is updated. Select once to enable beeping (a check mark will appear 
  443. on the menu item); select it again to disable the feature. 
  444.  
  445.  
  446. ΓòÉΓòÉΓòÉ 2.12. Help for Window Background Color ΓòÉΓòÉΓòÉ
  447.  
  448. Use the Window Background Color option to set the background color of the 
  449. display window. 
  450.  
  451. Note:  The Window Default option sets the color back to your default color. 
  452. This color corresponds to the "Window Background" color on the OS/2 control 
  453. panel. 
  454.  
  455.  
  456. ΓòÉΓòÉΓòÉ 2.13. Help for Bitmap-Options ΓòÉΓòÉΓòÉ
  457.  
  458. Use the Bitmap-Options pull-down choice to select the following options: 
  459.  
  460.  Bitmap Fit to Window 
  461.  Don't Fit to Window 
  462.  Save Bitmaps in PM 1.1 Format 
  463.  
  464.  
  465. ΓòÉΓòÉΓòÉ 2.14. Help for Bitmap Fit to Window ΓòÉΓòÉΓòÉ
  466.  
  467. Selecting the Bitmap Fit to Window option tells Clip Edit that you would like 
  468. bitmaps to be displayed by scaling them to fit within the display area window. 
  469.  
  470. A check mark will appear next to this item when it is enabled. To revert back 
  471. to the option of not scaling the bitmap, select Don't Fit to Window. 
  472.  
  473.  
  474. ΓòÉΓòÉΓòÉ 2.15. Help for Don't Fit to Window ΓòÉΓòÉΓòÉ
  475.  
  476. Selecting the Don't Fit to Window option tells Clip Edit that you would like 
  477. bitmaps to be displayed without scaling. If the bitmap is larger than the 
  478. window, it will be clipped. 
  479.  
  480. A check mark will appear next to this item when it is enabled. To change to the 
  481. option of scaling the bitmap, select Bitmap Fit to Window. 
  482.  
  483.  
  484. ΓòÉΓòÉΓòÉ 2.16. Help for Save Bitmaps in PM 1.1 Format ΓòÉΓòÉΓòÉ
  485.  
  486. The default for saving bitmaps is the PM 1.2+ format. Save Bitmaps in PM 1.1 
  487. Format tells Clip Edit to save bitmaps in the old format. A check mark will 
  488. appear next to this item if it is enabled. 
  489.  
  490.  
  491. ΓòÉΓòÉΓòÉ 2.17. Help for About Clip Edit ΓòÉΓòÉΓòÉ
  492.  
  493. Use this choice to see some fascinating details about Clip Edit. 
  494.  
  495.  
  496. ΓòÉΓòÉΓòÉ 3. Help for Clip Edit Help ΓòÉΓòÉΓòÉ
  497.  
  498. Use these choices to find out how to use help, to get extended help, to go to a 
  499. list of keys, or to go to the help index. 
  500.  
  501.  Help for help 
  502.       Provides detailed information on the kinds of help available and how to 
  503.       use help. 
  504.  
  505.  Extended help 
  506.       Displays general help. 
  507.  
  508.  Keys help 
  509.       Displays a list of keys. 
  510.  
  511.  Help index 
  512.       Displays the help index. 
  513.  
  514.  Note:  Clip Edit has a fairly extensive amount of information available in 
  515.  this help text.  Please feel free to rummage through this data in pursuit of 
  516.  information about Clip Edit and the OS/2 PM clipboard. 
  517.  
  518.  
  519. ΓòÉΓòÉΓòÉ 4. Help for Help ΓòÉΓòÉΓòÉ
  520.  
  521. Use this choice to obtain information on how to use the Help facility. 
  522.  
  523.  
  524. ΓòÉΓòÉΓòÉ 5. Help for Extended Help ΓòÉΓòÉΓòÉ
  525.  
  526. Use this choice to obtain general information on the tasks you can perform 
  527. while you are viewing a help window. 
  528.  
  529.  
  530. ΓòÉΓòÉΓòÉ 6. Help for Help Index ΓòÉΓòÉΓòÉ
  531.  
  532. Use this choice to display the help index. 
  533.  
  534. The help index lists the titles of the help information that is available. 
  535.  
  536.  
  537. ΓòÉΓòÉΓòÉ 7. Help for Keys ΓòÉΓòÉΓòÉ
  538.  
  539. Use this choice to see a list of keys and a description of the function of the 
  540. keys. 
  541.  
  542.  
  543. ΓòÉΓòÉΓòÉ 8. Help for Key Assignments ΓòÉΓòÉΓòÉ
  544.  
  545. The list of keys is arranged in groups. 
  546.  
  547. ACCELERATOR KEYS 
  548.  
  549.  Alt+a 
  550.       Clear All - This selection clears the contents of the clipboard. Select 
  551.       Clear All for more detail. 
  552.  
  553.  Alt+c 
  554.       Clear Others - This selection clears the contents of the clipboard except 
  555.       for the format that is currently selected. Select Clear Others for more 
  556.       detail. 
  557.  
  558.  Alt+e 
  559.       Edit Text - If there is currently text data (CF_TEXT) in the clipboard, 
  560.       this selection allows you to edit it.  If there is no text data in the 
  561.       clipboard, Edit Text allows you to add text data to the clipboard. Select 
  562.       Edit Text for more detail. 
  563.  
  564.  Ctrl+S 
  565.       Save Selected Format As - This selection save the selected clipboard 
  566.       format to a disk file. Select Save Selected Format As for more detail. 
  567.  
  568.  Ctrl+L 
  569.       Load File into Clipboard - This selection loads a disk file into the 
  570.       clipboard. Select Load File into Clipboard for more detail. 
  571.  
  572.  Ctrl+P 
  573.       Print Selected Format - This selection prints the selected clipboard 
  574.       format to your default printer. Select Print Selected Format for more 
  575.       detail. 
  576.  
  577.  F3 
  578.       Exit - Exit the Clip Edit program. Select Exit for more detail. 
  579.  
  580.  HELP KEYS 
  581.  
  582.  F1 
  583.       Get help 
  584.  
  585.  F2 
  586.       Get extended help (from within any help window) 
  587.  
  588.  Alt+F4 
  589.       End help 
  590.  
  591.  F9 
  592.       Go to a list of keys (from within any help window) 
  593.  
  594.  F11 
  595.       Go to the help index (from within any help window) 
  596.  
  597.  Esc 
  598.       Previous Help Panel, or End help if only one panel 
  599.  
  600.  Alt+F6 
  601.       Go to/from help and programs 
  602.  
  603.  Shift+F10 
  604.       Get help for help 
  605.  
  606.  SYSTEM KEYS 
  607.  
  608.  Alt+F6 
  609.       Switch to the next windowed program 
  610.  
  611.  Alt+Esc 
  612.       Switch to the next program, including full-screen programs 
  613.  
  614.  Ctrl+Esc 
  615.       Switch to the Task List 
  616.  
  617.  WINDOW KEYS 
  618.  
  619.  F3 
  620.       Close a window 
  621.  
  622.  F10 
  623.       Go to/from the action bar 
  624.  
  625.  Arrow keys 
  626.       Move among choices 
  627.  
  628.  End 
  629.       Go to the last choice in a pull-down 
  630.  
  631.  Esc 
  632.       Cancel a pull-down or the system menu 
  633.  
  634.  Home 
  635.       Go to the first choice in a pull-down 
  636.  
  637.  PgUp 
  638.       Scroll the contents of the window up one page 
  639.  
  640.  PgDn 
  641.       Scroll the contents of the window down one page 
  642.  
  643.  Underlined letter 
  644.       Move among the choices on the action bar and pull-downs 
  645.  
  646.  Alt+F10 
  647.       Go to/from the action bar 
  648.  
  649.  Alt+F4 or F3 
  650.       Close the window 
  651.  
  652.  Alt+F5 
  653.       Restore the window 
  654.  
  655.  Alt+F7 
  656.       Move the window 
  657.  
  658.  Alt+F8 
  659.       Size the window 
  660.  
  661.  Alt+F9 
  662.       Minimize the window 
  663.  
  664.  Alt+F10 
  665.       Maximize the window 
  666.  
  667.  Ctrl+PgDn or Shift+F8 
  668.       Scroll the contents of the window right one page 
  669.  
  670.  Ctrl+PgUp or Shift+F7 
  671.       Scroll the contents of the window left one page 
  672.  
  673.  Shift+Esc or Alt+Spacebar 
  674.       Go to/from the system menu 
  675.  
  676.  Shift+Esc or Alt 
  677.       Go to/from the system menu of a text window 
  678.  
  679.  
  680. ΓòÉΓòÉΓòÉ 9. Help for messages ΓòÉΓòÉΓòÉ
  681.  
  682. The panels in this section relate to error and information messages that may 
  683. occur while using Clip Edit. 
  684.  
  685.  
  686. ΓòÉΓòÉΓòÉ 9.1. Help for messages ΓòÉΓòÉΓòÉ
  687.  
  688. 9000 
  689.  
  690. An error occurred trying to query the clipboard for the format information for 
  691. the selected private type. This probably means that the private type in the 
  692. clipboard is faulty. 
  693.  
  694.  
  695. ΓòÉΓòÉΓòÉ 9.2. Help for messages ΓòÉΓòÉΓòÉ
  696.  
  697. 9001 
  698.  
  699. The file that you selected to save the clipboard format as currently exists. 
  700. Clip Edit verifies that you want to overwrite the file before the contents are 
  701. lost. 
  702.  
  703. If you want to replace the contents of the file with the selected clipboard 
  704. format, select Yes.  If you do not, select No, and the file will remain intact, 
  705. and the save operation will be cancelled. 
  706.  
  707.  
  708. ΓòÉΓòÉΓòÉ 9.3. Help for messages ΓòÉΓòÉΓòÉ
  709.  
  710. 9002 
  711.  
  712. Clip Edit received an indication that the operation to replace the bitmap 
  713. during a "Clear Others" failed. This error should not occur in normal 
  714. operations.  It may indicate a faulty bitmap, or that Clip Edit is corrupted. 
  715. You may want to try another bitmap or re-start Clip Edit, or even OS/2. 
  716.  
  717.  
  718. ΓòÉΓòÉΓòÉ 9.4. Help for messages ΓòÉΓòÉΓòÉ
  719.  
  720. 9003 
  721.  
  722. Clip Edit received an indication that the operation to replace the metafile 
  723. during a "Clear Others" failed. This error should not occur in normal 
  724. operations.  It may indicate a faulty metafile, or that Clip Edit is corrupted. 
  725. You may want to try another metafile or re-start Clip Edit, or even OS/2. 
  726.  
  727.  
  728. ΓòÉΓòÉΓòÉ 9.5. Help for messages ΓòÉΓòÉΓòÉ
  729.  
  730. 9004 
  731.  
  732. Clip Edit received an indication that the operation to replace the text during 
  733. a "Clear Others" failed. This error should not occur in normal operations.  It 
  734. may indicate faulty text or memory allocation, or that Clip Edit is corrupted. 
  735. You may want to clear the clipboard and try different text or re-start Clip 
  736. Edit, or even OS/2. 
  737.  
  738.  
  739. ΓòÉΓòÉΓòÉ 9.6. Help for messages ΓòÉΓòÉΓòÉ
  740.  
  741. 9005 
  742.  
  743. Clip Edit received an indication that the operation to replace the DSP text 
  744. during a "Clear Others" failed. This error should not occur in normal 
  745. operations.  It may indicate faulty text or memory allocation, or that Clip 
  746. Edit is corrupted. You may want to clear the clipboard and try different DSP 
  747. text or re-start Clip Edit, or even OS/2. 
  748.  
  749.  
  750. ΓòÉΓòÉΓòÉ 9.7. Help for messages ΓòÉΓòÉΓòÉ
  751.  
  752. 9006 
  753.  
  754. Clip Edit received an indication that the operation to replace the private type 
  755. during a "Clear Others" failed. This error should not occur in normal 
  756. operations.  It may indicate a faulty atom table entry or memory allocation, or 
  757. that Clip Edit is corrupted. You may want to clear the clipboard and try a 
  758. different private type or re-start Clip Edit, or even OS/2. 
  759.  
  760.  
  761. ΓòÉΓòÉΓòÉ 9.8. Help for messages ΓòÉΓòÉΓòÉ
  762.  
  763. 9007 
  764.  
  765. This is an informational message that is telling you how many bytes and in what 
  766. format the bitmap has been saved.  The number of bytes shown should correspond 
  767. exactly with the number of bytes OS/2 reports for the file size. 
  768.  
  769.  
  770. ΓòÉΓòÉΓòÉ 9.9. Help for messages ΓòÉΓòÉΓòÉ
  771.  
  772. 9008 
  773.  
  774. This is an informational message that is telling you that the metafile has been 
  775. properly saved. 
  776.  
  777.  
  778. ΓòÉΓòÉΓòÉ 9.10. Help for messages ΓòÉΓòÉΓòÉ
  779.  
  780. 9009 
  781.  
  782. This is an error message that is telling you that the save operation for the 
  783. metafile has returned an error. This may be due to several causes, the most 
  784. common of which may be not enough room on the disk, disk is read only, device 
  785. not ready, etc.. 
  786.  
  787.  
  788. ΓòÉΓòÉΓòÉ 9.11. Help for messages ΓòÉΓòÉΓòÉ
  789.  
  790. 9010 
  791.  
  792. This is an informational message that is telling you that Clip Edit has written 
  793. the indicated number of bytes to disk. The number of bytes should match exactly 
  794. the file size indicated by OS/2. 
  795.  
  796.  
  797. ΓòÉΓòÉΓòÉ 9.12. Help for messages ΓòÉΓòÉΓòÉ
  798.  
  799. 9011 
  800.  
  801. This is an informational message that is telling you that Clip Edit cannot Save 
  802. the selected format. Clip Edit currently does not allow you to load or save 
  803. private types.  This may be supported in future releases. 
  804.  
  805.  
  806. ΓòÉΓòÉΓòÉ 9.13. Help for messages ΓòÉΓòÉΓòÉ
  807.  
  808. 9012 
  809.  
  810. This is an error message that is telling you that Clip Edit cannot Open the 
  811. selected File. In this case, Clip Edit is trying to read the file, and if it 
  812. doesn't exist, this error occurs. 
  813.  
  814.  
  815. ΓòÉΓòÉΓòÉ 9.14. Help for messages ΓòÉΓòÉΓòÉ
  816.  
  817. 9013 
  818.  
  819. This is an error message that is telling you that Clip Edit cannot Open the 
  820. selected File. In this case, Clip Edit is trying to read the file, and if it 
  821. doesn't exist, this error occurs. 
  822.  
  823.  
  824. ΓòÉΓòÉΓòÉ 9.15. Help for messages ΓòÉΓòÉΓòÉ
  825.  
  826. 9014 
  827.  
  828. This is an error message that is telling you that Clip Edit cannot find the 
  829. start of the bitmap data. The file looks like a bitmap, but does not contain an 
  830. indication of where the bitmap "bits" start. 
  831.  
  832.  
  833. ΓòÉΓòÉΓòÉ 9.16. Help for messages ΓòÉΓòÉΓòÉ
  834.  
  835. 9015 
  836.  
  837. This is an error message that is telling you that Clip Edit does not recognize 
  838. the format of the bitmap that has been selected.  OS/2 bitmaps contain a code 
  839. in the header that tells the reader how to read/interpret the bitmap data that 
  840. follows.  The selected file does not contain this code. 
  841.  
  842.  
  843. ΓòÉΓòÉΓòÉ 9.17. Help for messages ΓòÉΓòÉΓòÉ
  844.  
  845. 9016 
  846.  
  847. This is an error message that is telling you that the bit count for the bitmap 
  848. is greater than 24. Clip Edit cannot read this bitmap, and in fact the bitmap 
  849. is probably in error. 
  850.  
  851.  
  852. ΓòÉΓòÉΓòÉ 9.18. Help for messages ΓòÉΓòÉΓòÉ
  853.  
  854. 9017 
  855.  
  856. This is an error message that is telling you Clip Edit cannot create a new 
  857. bitmap to read this bitmap data into.  This error should not occur during 
  858. normal operations.  It may indicate that OS/2 is out of memory or resources. 
  859.  
  860.  
  861. ΓòÉΓòÉΓòÉ 9.19. Help for messages ΓòÉΓòÉΓòÉ
  862.  
  863. 9018 
  864.  
  865. This is an error message that is telling you Clip Edit cannot allocate enough 
  866. memory to create a new bitmap to read this bitmap data into. 
  867.  
  868.  
  869. ΓòÉΓòÉΓòÉ 9.20. Help for messages ΓòÉΓòÉΓòÉ
  870.  
  871. 9019 
  872.  
  873. This is an error message that is telling you Clip Edit received an error trying 
  874. to place the bitmap into the clipboard.  This may indicate a faulty bitmap. 
  875.  
  876.  
  877. ΓòÉΓòÉΓòÉ 9.21. Help for messages ΓòÉΓòÉΓòÉ
  878.  
  879. 9020 
  880.  
  881. This is an error message that is telling you Clip Edit received an error trying 
  882. to read a metafile. This may indicate a faulty metafile. 
  883.  
  884.  
  885. ΓòÉΓòÉΓòÉ 9.22. Help for messages ΓòÉΓòÉΓòÉ
  886.  
  887. 9021 
  888.  
  889. This is an error message that is telling you Clip Edit received an error trying 
  890. to place the metafile into the clipboard.  This may indicate a faulty metafile. 
  891.  
  892.  
  893. ΓòÉΓòÉΓòÉ 9.23. Help for messages ΓòÉΓòÉΓòÉ
  894.  
  895. 9022 
  896.  
  897. This is an error message that is telling you Clip Edit received an error trying 
  898. to place the text data into the clipboard.  This may indicate faulty text or 
  899. memory allocation. 
  900.  
  901.  
  902. ΓòÉΓòÉΓòÉ 9.24. Help for messages ΓòÉΓòÉΓòÉ
  903.  
  904. 9023 
  905.  
  906. This message occurs when you ask to load a file into the clipboard and the 
  907. selected file does not have one of the following extensions: 
  908.  
  909.  BMP 
  910.  MET 
  911.  TXT 
  912.  DSP 
  913.  DOC 
  914.  
  915.  Clip Edit uses the extension to understand what type of file you are loading 
  916.  into the clipboard.  For example a file extension of .BMP tells Clip Edit to 
  917.  read the file as a bitmap and place it into the clipboard as CF_BITMAP.  See 
  918.  the Load File into Clipboard section for more detail of how this function 
  919.  works. 
  920.  
  921.  
  922. ΓòÉΓòÉΓòÉ 9.25. Help for messages ΓòÉΓòÉΓòÉ
  923.  
  924. 9024 
  925.  
  926. Clip Edit can only perform the "Clear Others" operation on private types that 
  927. are less than 64Kbytes. This message indicates that the selected private type 
  928. is greater than 64K. Clip Edit does not alter the clipboard in this case. 
  929.  
  930.  
  931. ΓòÉΓòÉΓòÉ 9.26. Help for messages ΓòÉΓòÉΓòÉ
  932.  
  933. 9025 
  934.  
  935. Clip Edit received an error when trying to open (create) the selected file. 
  936. This may be due to several causes, the most common of which may be not enough 
  937. room on the disk, disk is read only, device not ready, etc.. 
  938.  
  939.  
  940. ΓòÉΓòÉΓòÉ 9.27. Help for messages ΓòÉΓòÉΓòÉ
  941.  
  942. 9026 
  943.  
  944. Clip Edit received an error when trying to open (read) the selected file. This 
  945. error should not occur in normal operations, and may indicate that OS/2 is out 
  946. of memory or resources. 
  947.  
  948.  
  949. ΓòÉΓòÉΓòÉ 9.28. Help for messages ΓòÉΓòÉΓòÉ
  950.  
  951. 9027 
  952.  
  953. The handle (logical address) for the bitmap in the clipboard is NULL.  This 
  954. error should not occur in normal operations, and indicates a faulty bitmap. 
  955.  
  956.  
  957. ΓòÉΓòÉΓòÉ 9.29. Help for messages ΓòÉΓòÉΓòÉ
  958.  
  959. 9028 
  960.  
  961. Clip Edit cannot open your default printer. You may want to use the OS/2 Print 
  962. Manager to ensure that you have an "Application Default" printer and queue. 
  963.  
  964.  
  965. ΓòÉΓòÉΓòÉ 9.30. Help for messages ΓòÉΓòÉΓòÉ
  966.  
  967. 9029 
  968.  
  969. An error occurred while trying to print the selected bitmap. It may be a faulty 
  970. bitmap, a printer device or setup problem, or a memory or resource shortage 
  971. problem. 
  972.  
  973.  
  974. ΓòÉΓòÉΓòÉ 9.31. Help for messages ΓòÉΓòÉΓòÉ
  975.  
  976. 9060 
  977.  
  978. An error occurred while trying to find the requested drive. The drive may not 
  979. exist on this system, or the operating system may not be properly configured. 
  980.  
  981.  
  982. ΓòÉΓòÉΓòÉ 9.32. Help for messages ΓòÉΓòÉΓòÉ
  983.  
  984. 9061 
  985.  
  986. Clip Edit does not currently support mode than 8 character file name and 3 
  987. character extensions.  Upgrading to support long HPFS filenames is planned for 
  988. the next release of Clip Edit. 
  989.  
  990.  
  991. ΓòÉΓòÉΓòÉ 9.33. Help for messages ΓòÉΓòÉΓòÉ
  992.  
  993. 9062 
  994.  
  995. Clip Edit detected that a drive is not ready.  Insert a diskette and close the 
  996. drive door if your drive has one. 
  997.  
  998.  
  999. ΓòÉΓòÉΓòÉ 9.34. Help for messages ΓòÉΓòÉΓòÉ
  1000.  
  1001. 9063 
  1002.  
  1003. Clip Edit detected a "sector not found" error.  This probably indicates that 
  1004. the disk or diskette is not formatted, or has a bad sector. 
  1005.  
  1006.  
  1007. ΓòÉΓòÉΓòÉ 9.35. About Dialog Box ΓòÉΓòÉΓòÉ
  1008.  
  1009. This dialog box is a little free advertising for Solaris.  While we're at it, 
  1010. we'd just like to say to you registered users, THANK YOU and to you 
  1011. non-registered users, PLEASE REGISTER. 
  1012.  
  1013.  
  1014. ΓòÉΓòÉΓòÉ 9.36. Help for Edit Text Dialog Box ΓòÉΓòÉΓòÉ
  1015.  
  1016. This dialog box enables you to edit the clipboard textual data (CF_TEXT). Just 
  1017. use it like you would any other editor (it behaves very much like E.EXE, the 
  1018. OS/2 System Editor).  Select Done to have your changes applied to the 
  1019. clipboard.  Select Cancel to return to Clip Edit without affecting changes to 
  1020. the clipboard. 
  1021.  
  1022. Use the Word Wrap option for paragraph based text, turn it off if you want the 
  1023. text to appear as lines strictly with carriage returns.