views:

15

answers:

0

Hi,

I recently discovered Flex's BindingManager and I'm using its method setEnabled() as the basis for disabling updates on a Flex View between animations in my application. (i.e. disable data binding while animations run (animations are usually SWF created by our resident designers), so data does not change between animations).

My question is why is this class and such a useful method not listed in Adobe's documentation? Is there something wrong about this class or something I should know?

Thanks!