Path: utzoo!attcan!uunet!husc6!mailrus!cornell!uw-beaver!uw-june!uw-entropy!uw-apl!keith From: keith@uw-apl.UUCP (Keith Kerr) Newsgroups: comp.sys.mac Subject: CopyBits to the clipboard?? Keywords: copybits, scrap manager Message-ID: <211@uw-apl.UUCP> Date: 16 Nov 88 15:43:25 GMT Sender: news@uw-apl.UUCP Distribution: na Organization: UW Applied Physics, Seattle Lines: 13 I want to copy a graph from a window in my lisp application into the clipboard, and then transfer it to Hypercard. A few examples I have seen of this nature always seem to use _openpicture et.al., then draw the picture and transfer it to the clipboard. Is this the best/only way to do it, or can I just call _putscrap and give it the graphs bitmap as an argument??? Once I get it to the clipboard, I think I can get the rest of the way with the Scrapbook. Does that sound reasonable. Anyone have any advice on this operation????