ImagePro>Re: Histogram data to clipboard


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ImagePro>Re: Histogram data to clipboard



Byron,
	Try

	ret = IpHstCreate()
	ret = IpHstSave("", S_TABLE + S_CLIPBOARD)


Lou Marek, Ph.D.
Applications Engineering Manager
Media Cybernetics, Inc.
8484 Georgia Ave., Suite 200
Silver Spring, MD 20910
301-495-3305 x280
301-495-5964 (fax)
lou@mediacy.com

-----Original Message-----
From: Image-Pro Plus Users Email List
[mailto:imagepro-users@lists.mediacy.com]On Behalf Of Byron Lee
Sent: Wednesday, November 07, 2001 11:07 AM
To: Image-Pro Plus Users Email List
Subject: ImagePro>Histogram data to clipboard


I've been doing some histogram analysis using IPP v4.1.  In the Histogram
window under Report I select Table, then under File, I select Data to
Clipboard.  I then paste the data into a program such as Notepad.  Doing
this manually works fine, however when I try this via a macro the data does
not copy. When I manually paste to Notepad the last item in the clipboard is
the item to be pasted and not the table data.

                ret = IpHstCreate()
	ret = IpHstSetAttr(GRID, 1)
	ret = IpHstSave("", S_CLIPBOARD)

Is this an IPP 4.1 glitch?  And if so is there a fix?

Byron Lee
Agriculture and Agri-Food Canada
Lethbridge Research Centre
Lethbridge, Alberta
Canada

lee@em.agr.ca


***********************************************************
Need an Image-Pro macro or driver? Find it at http://www.Solutions-Zone.com
Got an Image-Pro macro or driver? Add it to http://www.Solutions-Zone.com
***********************************************************

This message is sent to you because you are subscribed to
<imagepro-users@lists.mediacy.com>.
To unsubscribe, email to: <imagepro-users-off@lists.mediacy.com>
To switch to the DIGEST mode, email to
<imagepro-users-digest@lists.mediacy.com>
To switch to the INDEX mode, email to
<imagepro-users-index@lists.mediacy.com>
Send administrative queries to  <imagepro-users-request@lists.mediacy.com>
To subscribe or unsubscribe visit
http://www.solutions-zone.com/ipednld/subscriber.asp


***********************************************************
Need an Image-Pro macro or driver? Find it at http://www.Solutions-Zone.com
Got an Image-Pro macro or driver? Add it to http://www.Solutions-Zone.com
***********************************************************

This message is sent to you because you are subscribed to <imagepro-users@lists.mediacy.com>.
To unsubscribe, email to: <imagepro-users-off@lists.mediacy.com>
To switch to the DIGEST mode, email to <imagepro-users-digest@lists.mediacy.com>
To switch to the INDEX mode, email to <imagepro-users-index@lists.mediacy.com>
Send administrative queries to  <imagepro-users-request@lists.mediacy.com>
To subscribe or unsubscribe visit http://www.solutions-zone.com/ipednld/subscriber.asp



Search this Archive