Re: Copy/paste multiple table rows
Re: Copy/paste multiple table rows
- Subject: Re: Copy/paste multiple table rows
- From: Ondra Cada <email@hidden>
- Date: Fri, 13 Sep 2002 21:30:15 +0200
On Friday, September 13, 2002, at 05:16 , Matthew Roberts wrote:
Is there
some way to "compress" the dictionaries (e.g. Via description accessor or
by
coder) and then add the compressed info to the pasteboard just as one data
object?
Yup. The simplest one would be [NSArray
arrayWithObjects:dict1,...,dictN,nil]. For more specialized needs you can
exploit more sophisticated methods, including (if you happen to use 10.2)
keyed archiving into an NSData.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.