Yes, I figured out that the problem was in the way I was converting my JSON (returned from a web service) into plist format for passing into tm_dialog2. Thanks for the response. Learning slowly but surely how to do this stuff.

Cheers,
Jamie

On Sun, May 10, 2009 at 9:57 AM, Allan Odgaard ([email protected]) wrote:
>
> On 4 May 2009, at 19:39, [email protected] wrote:
>
> > [...]
> >
> > tm_dialog: [NOTE: this exception originated in the server.]
> > Cannot create NSArray from object () of class NSCFString
> >
> > So, it would appear that the $DIALOG command is using Foundation
> > classes rather than Cocoa. Is this correct, or am I missing
> > something? Is there a way to do what I want or am I reaching beyond
> > $DIALOG?
>
> Several Foundation(Kit) classes are effectively CoreFoundation
> classes, so don’t put anything into seeing ‘CF’ appear in errors from
> Cocoa stuff.
>
> Your problem likely comes from wrong bindings/data (this can be tricky
> to setup correctly when you have complex data structures, as in your
> case).
>
> _______________________________________________
> textmate-dev mailing list
> [email protected]
> http://lists.macromates.com/listinfo/textmate-dev
>
>
>
_______________________________________________
textmate-dev mailing list
[email protected]
http://lists.macromates.com/listinfo/textmate-dev

Reply via email to