Skip navigation.
 
mlRe: Single selection and bindings
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.

Related mailsAuthorDate
mlSingle selection and bindings Jonathan Guy Jun 30, 16:19
mlRe: Single selection and bindings George Orthwein Jun 30, 17:27
mlRe: Single selection and bindings Scott Anguish Jun 30, 18:00
mlRe: Single selection and bindings Matt Neuburg Jun 30, 18:51
mlRe: Single selection and bindings Matt Neuburg Jun 30, 19:13
mlRe: Single selection and bindings Jonathan Guy Jul 5, 14:43