Re: Trouble w/ key-value binding validation

2015-11-07 Thread Luc Van Bogaert
> On 07 Nov 2015, at 10:09, Luc Van Bogaert wrote: > >> On 07 Nov 2015, at 01:56, Quincey Morris >> > > wrote: >> >> On Nov 6, 2015, at 15:23 , Luc Van Bogaert > > wrote: >>> >>> In a tableview with a content binding an

Re: Trouble w/ key-value binding validation

2015-11-07 Thread Luc Van Bogaert
> On 07 Nov 2015, at 01:56, Quincey Morris > wrote: > > On Nov 6, 2015, at 15:23 , Luc Van Bogaert > wrote: >> >> In a tableview with a content binding and a value binding on the table cell >> view textfields to the model's objectValue keypaths, I'm having troub

Re: Trouble w/ key-value binding validation

2015-11-06 Thread Quincey Morris
On Nov 6, 2015, at 15:23 , Luc Van Bogaert wrote: > > In a tableview with a content binding and a value binding on the table cell > view textfields to the model's objectValue keypaths, I'm having trouble > getting the key-value validation to work correctly. In the model class, I > have impleme

Trouble w/ key-value binding validation

2015-11-06 Thread Luc Van Bogaert
Hi, In a tableview with a content binding and a value binding on the table cell view textfields to the model's objectValue keypaths, I'm having trouble getting the key-value validation to work correctly. In the model class, I have implemented the required validation methods (validateKey(_ :) th