Clipview will allow you to view the contents of OS/2 PM's system clipboard.
Program is distributed as ZIP package: download to temporary directory and unpack to destination folder. See below for download link(s).
Following ones are the download links for manual installation:
| IBM Clipview v. 1.40 (16/6/1993, Joseph A. Latone) | Readme/What's new |
IBM License Agreement for Clipview
IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
International Business Machines corporation grants you a license to use the
Program only in the country where you acquired it. The Program is
copyrighted and licensed (not sold). We do not transfer title to the
Program to you. You obtain no rights other that those granted you under
this license.
Under this license, you may:
1. use the Program on one or more machines at a time;
2. make copies of the Program for use or backup purposes within your
Enterprise; and
3. modify the Program and merge it into another program.
You must reproduce the copyright notice and any other legend of ownership
on each copy or partial copy, of the Program.
Except as expressly provided in the DAPTOOLS LIBRARY Licence
Agreement (LIBRARY.LIC), you may NOT:
1. distribute the program in any manner, including through electronic
bulletin board systems or other means;
2. sublicense, rent, lease, or assign the Program; and
3. reverse assemble, reverse compile, or otherwise translate the object
code of the Program.
We do not warrant that the Program is free from claims by a third party of
copyright, patent, trademark, trade secret, or any other intellectual
property infringement.
Under no circumstances are we liable for any of the following:
1. third-party claims against you for losses or damages;
2. loss of, or damage to, your records or data; or
3. economic consequential damages (including lost profits or savings) or
incidental damages, even if we are informed of their possibility.
Some jurisdictions do no allow these limitations or exclusions, so they may
not apply to you.
We do not warrant uninterrupted or error free operation of the Program. We
have no obligation to provide service, defect correction, or any
maintenance for the Program. We have no obligation to supply any Program
updates or enhancements to you even in such are or later become available.
IF YOU DOWNLOAD OR USE THIS PROGRAM YOU AGREE TO THESE TERMS.
THIS PROGRAM IS PROVIDED "AS IS" WITHOUT ANY WARRANTIES, EXPRESS OR
IMPLIED, INCLUDING THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE.
Some jurisdictions do not allow the exclusion of implied warranties, so the
above exclusion may not apply to you.
You may terminate this license at any time. We may terminate this license
if you fail to comply with any of its terms. In either event, you must
destroy all your copies of the Program.
You are responsible for the payment of any taxes resulting from this
license.
You may not sell, transfer, assign, or subcontract any of your rights or
obligations under this license. Any attempt to do so is void.
Neither of us may bring a legal action more than two years after the cause
of action arose.
If you acquired the Program in the United States, this license is governed
by the laws of the State of New York. If you acquired the Program in
Canada, this license is governed by the laws of the Province of Ontario.
Otherwise, this license is governed by the laws of the country in which you
acquired the Program.
-----------------------------------------------------------------------------
ClipView -- View the contents of OS/2 PM's system clipboard
| Version of 06/07/1990
(c) Copyright IBM Corp, 1990
ClipView is an active read-only viewer of OS/2 PM's system clipboard.
ClipView will allow you to view the clipboard's text, bitmap, and
metafile formatted data all at once. (OS/2 PM's clipboard has
the feature of being able to keep a single copy of each
type of data in the clipboard at one time.)
By "active," I mean ClipView will automatically update its display when
the contents of the clipboard change. By "read-only," I mean
ClipView will only display copied versions of the
clipboard's data and will never change the
actual contents of the clipboard.
Simply invoke the program's name and away you go...
| -----------------------
| Version 1.40 06/07/1990
| -----------------------
| 1. I added minimize and maximize buttons to each data window,
| at the request of Tim Francis from Toronto.
| These attributes are also remembered.
| 2. There is still an occassional problem with printing. I'm using
| the same printing code that I've successfully used elsewhere.
-----------------------
Version 1.33 02/06/1990
-----------------------
1. I implemented David Kerr's suggestions (1) for using a normal PS
to play the metafile into, (2) for adding the 9th
metafile option which is new in 1.2, and (3) for adding the
GpiPlayMetafile() return code on the title line.
-----------------------
Version 1.32 02/02/1990
-----------------------
1. Rob Perry from Bethesda fixed another problem with CLIPVIEW when
it tries to become the clipboard owner.
-----------------------
Version 1.31 01/25/1990
-----------------------
1. Rob Perry from Bethesda found a bug that prevented CLIPVIEW from
accessing data that had been placed in the clipboard via
delayed rendering.
-----------------------
Version 1.30 12/03/1989
-----------------------
1. I implemented a print function for each of the windows.
-----------------------
Version 1.20 09/05/1989
-----------------------
1. The windows containing the different types of data are now
children of the desktop, HWND_DESKTOP. For those of us who don't
know/care what that means, it's basically saying that those
windows will act independently of the main window. So now, you
can use some of ClipView's window control options or even WINMANPM
(see WINMANPM PACKAGE on OS2TOOLS by Keith Bernstein, for more) to
control window attributes (position, size, hide mode) and have
them saved between ClipView sessions. This feature has been
brought to you through the suggestion of Tom Rogers.
2. I added the following options:
Option Explanation
------ -----------
Hide Text Hides the text window.
Hide Bitmap Hides the bitmap window.
Hide Metafile Hides the metafile window.
Remember Current Window Attributes Will store the current window
attributes of all the windows
and use them every time
ClipView is invoked.
Forget Remembered Window Attributes Will erase the stored
attributes, thus ClipView
will start up in its initial
initial state the next time
ClipView is invoked.
ClipView will also start up with its main window always
iconified, since its only purpose is to coordinate
clipboard messages and contain the menu for the
not-so-often-used commands.
3. Tested with OS/2 EE 1.2 and seems to work fine.
4. By the way, there should no longer be any text problems.
-----------------------
Version 1.01 08/11/1989
-----------------------
1. Fixed the text bug.
-----------------------
Version 1.00 08/11/1989
-----------------------
1. Will extract all of the following formats from the clipboard,
if available, and display them all at once in their own window:
text (CF_TEXT), bitmap (CF_BITMAP), and metafile (CF_METAFILE).
2. I've fixed the "Fix the bug" problem as best OS/2 PM will allow
me to fix it. If you think the clipboard has been updated and
the new data is not showing in ClipView, simply use the
"Update" option in the "Options" menu. That will
guarantee the most up to date data is being
displayed.
3. Text (CF_TEXT) formatted data behaves strangely. To be more
specific, iff you exit the application that wrote the text
data to the clipboard and you exit ClipView and then
restart ClipView again, the clipboard's selector
that points to the text data is unable to be
accessed via DosGetSeg() by ClipView().
(I think this is a OS/2 PM bug.)
-----------------------
Version Beta 08/08/1989
-----------------------
1. Will only view bitmap data, for now.
2. Has two options: For one, you can choose to view the data at the
current size of ClipView's window to get a feel for what it would
look like stretched. The other fixes the following little glitch
that I'm working on a real fix for: ClipView has a problem losing
its status as the system clipboard's viewer, which usually happens
after someone like ICONEDIT or FONTEDIT calls WinEmptyClipboard().
When this happens, ClipView will no longer update the display.
You can correct it by using the "Fix the bug" option.
3. If your applications is using the clipboard and the data doesn't
show up in ClipView after your write to the clipboard,
please contact me. I've noticed some rules that your
application must follow when using the clipboard.
4. Future improvements -- startup options (e.g., size), more
informative display, recognize some of the other standard formats. |
hobbes.os-2.in/download/os2/util-12/clipboard/IBMClipView_1-4.zip |

This work is licensed under a Creative Commons Attribution 4.0 International License.
Add new comment