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
