home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!caen!hellgate.utah.edu!fcom.cc.utah.edu!news
- From: burchard@horizon.math.utah.edu (Paul Burchard)
- Subject: Shouldn't there be a NXObjectPBoard pasteboard type?
- Message-ID: <1992Jul23.055026.17206@fcom.cc.utah.edu>
- Sender: news@fcom.cc.utah.edu
- Organization: University of Utah Computer Center
- Date: Thu, 23 Jul 92 05:50:26 GMT
- Lines: 14
-
- Wouldn't it be nifty to copy and paste objects between windows or even apps?
- This could easily be done using the Objective-C's built-in archiving
- capabilities. To copy, just archive the object onto the Pasteboard. To paste,
- unarchive it. (Multiple objects can be placed into a List for transfer.)
-
- However, to make this work between apps there would need to be a standardized
- Pasteboard type registered with NeXT and included in the appkit header files.
- Anyone know how I could register an NXObjectPBoard type with NeXT?
-
- --
- --------------------------------------------------------------------
- Paul Burchard <burchard@math.utah.edu>
- ``I'm still learning how to count backwards from infinity...''
- --------------------------------------------------------------------
-