[SVN] Re: Question About Bindings in $DIALOG
    Allan Odgaard 
    mailinglist at textmate.org
       
    Sun May 10 09:57:52 UTC 2009
    
    
  
On 4 May 2009, at 19:39, textmate at jxpx777.otherinbox.com 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).
    
    
More information about the textmate-dev
mailing list