FROM : Scott Anguish
DATE : Fri Jun 30 18:00:57 2006
On Jun 30, 2006, at 11:27 AM, George Orthwein wrote:
> Those options are right there in the bindings pane, aren't they?
> (No SelectionPlaceholder, Multiple Values Placeholder)
> Or are they not working as expected?
that won't give you a useable value for when there is only a single
selection.
instead of binding to selection, bind to selectedObjects. Then add
a value transformer that returns YES if the count is 1, and NO in all
the other conditions.
DATE : Fri Jun 30 18:00:57 2006
On Jun 30, 2006, at 11:27 AM, George Orthwein wrote:
> Those options are right there in the bindings pane, aren't they?
> (No SelectionPlaceholder, Multiple Values Placeholder)
> Or are they not working as expected?
that won't give you a useable value for when there is only a single
selection.
instead of binding to selection, bind to selectedObjects. Then add
a value transformer that returns YES if the count is 1, and NO in all
the other conditions.
| Related mails | Author | Date |
|---|---|---|
| Jonathan Guy | Jun 30, 16:19 | |
| George Orthwein | Jun 30, 17:27 | |
| Scott Anguish | Jun 30, 18:00 | |
| Matt Neuburg | Jun 30, 18:51 | |
| Matt Neuburg | Jun 30, 19:13 | |
| Jonathan Guy | Jul 5, 14:43 |






Cocoa mail archive

