On 20. Nov 2006, at 17:25, Hans-Joerg Bibiko wrote:
Question: Is there any case that the plist coming from tm_dialog contains NSBoolean or NSData? If yes, what is the best way to handle these?
Booleans would come as <true/> or <false/> -- if the user binds to a checkbox, then I am quite sure it will export as such.
NSData would only be if the user used the NSUnarchveDataTransformer (or whatever it is called), I don’t think this is likely.