RE: [flexcoders] When to use executeBindings() ?

2004-05-07 Thread Matt Chotin
ders@yahoogroups.com Subject: RE: [flexcoders] When to use executeBindings() ? Ifind myself using executeBindings() more and more. The pattern is usually when I use an AS object, that I developed, as the underlying model of a component and the binding is a method call on this object. Not really sure

RE: [flexcoders] When to use executeBindings() ?

2004-05-06 Thread Steve Pruitt
Ifind myself using executeBindings() more and more. The pattern is usually when I use an AS object, that I developed, as the underlying model of a component and the binding is a method call on this object. Not really sure how to "reorganize" my objects as I am not doing anything convoluted.

RE: [flexcoders] When to use executeBindings() ?

2004-05-03 Thread Elliot Winard
You shouldn't need to call executeBindings() except in extreme circumstances. During compilation, Flex creates watchers for each object (including parameters to function calls) in each binding expression. If you are making changes internal to Arrays of objects in the Repeater's dataProvider and

RE: [flexcoders] When to use executeBindings() ?

2004-05-03 Thread Elliot Winard
@yahoogroups.com' Subject: RE: [flexcoders] When to use executeBindings() ? You shouldn't need to call executeBindings() except in extreme circumstances. During compilation, Flex creates watchers for each object (including parameters to function calls) in each binding expression. If you are making