I've got to be missing something silly here:

  _model:Model;

BindSetter(_model.title,...   ? String to Function coercion error
BindSetter(_model.title()...  ? Inaccessible method title error

I thought about _model.title as Function - but that seems like it
would interpret the title string as a function name ?  So what is the
right syntax for this?

I also noticed the same problem with setters defined in the same AS
file - I get a 'blah to Function coercion error' ??

TIA!

Reply via email to