Re: problem with overriding nested properties

2011-12-19 Thread David Nalesnik
Hi Mike, On Mon, Dec 19, 2011 at 4:20 PM, m...@apollinemike.com < m...@apollinemike.com> wrote: > > It's a limitation of override. You'd have to override bound-details with > a function and then build the entire a-list. Unfortunately, > nested-properties do not evaluate functions for overrides.

Re: problem with overriding nested properties

2011-12-19 Thread m...@apollinemike.com
On Dec 19, 2011, at 11:14 PM, David Nalesnik wrote: > Hi all, > > Working with overrides of nested properties, I run into an interesting > problem. > > Both overrides of 'color produce the same result, but the override of > 'bound-details set to the lambda expression does nothing. I've notice

problem with overriding nested properties

2011-12-19 Thread David Nalesnik
Hi all, Working with overrides of nested properties, I run into an interesting problem. Both overrides of 'color produce the same result, but the override of 'bound-details set to the lambda expression does nothing. I've noticed this with other attempted overrides of nested properties such as 'b