Re: Pasteboard and property lists
Re: Pasteboard and property lists
- Subject: Re: Pasteboard and property lists
- From: David Remahl <email@hidden>
- Date: Sun, 06 Jan 2002 20:37:21 +0100
>
On Sunday, January 6, 2002, at 02:21 PM, Chris Kane wrote:
>
>
>
> A property list is more than simply an array or dictionary or string
>
> or .... For an array to be a property list, it can only, recursively,
>
> contain other property lists, for example. Perhaps whatever the items
>
> array contains, representing file references, is not a property list type.
>
> NSURLs, for example, are not property list objects.
>
>
>
>
Is there a list somewhere of acceptable property list objects? I've run
>
into this a couple times and it's hard to figure out what's going on
>
unless you know what to look for.
>
>
-john c. warner
>
enigmarelle development
>
http://www.enigmarelle.com/
I believe the only acceptable objects are NSStrings, NSArrays, NSDatas and
NSDictionaries. NSPasteboard documentation is one of the places mentioning
these...
/ David