On 5/1/13 3:40 PM, "Carlos Rovira" <carlos.rov...@codeoscopic.com> wrote:

> Hi Alex
> 
> this latest change in SimpleBinding:
> 
> -    this.source = this.document[this.sourceID];
> +    this.source = this.document['get_' + this.sourceID]();
> 
> 
> Makes the createjs sample to not generate controls far beyond a
> SimpleBinding.
> 
> I need to change the sample code or it's a bug?
Well, using getters is correct.  Are you binding to something that isn't a
getter in AS?  Maybe the JS version of that property should have been a
get/set pair.

But if you want, you can also try to make SimpleBinding tolerant and find
things that aren't getters.
> 
> Thanks

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to