At the moment we don't use the FileView bindings. I don't think it is possible, as the URLs are not the same as the real underlying objects. So perhaps to make it possible to bind to the underlying file objects *and* the URLs, we could do something like NSPopUpButton: a "content" binding and a "contentValues" binding. "content" binds to the array of file objects (or more properly, the arrangedObjects of an NSArrayController binding to the array of files), and "contentValues" binds to the same key path with the key for the URL value appended (so to arrangedObjects.fileURL, or perhaps arrangedObjects.displayURL to allow for dummy URLs when the file does not exist). This also allows to build in adding, removing, and moving files.
Christiaan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Bibdesk-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bibdesk-develop
