[flexcoders] Questions about ObjectProxy and Binding

2006-10-09 Thread Douglas McCarroll
Hi All, A look at the LangRef for ObjectProxy shows lots of properties and methods that are clearly designed for event listener registration, etc, e.g. addEventListener(), dispatchEvent(), etc. It looks as though ObjectProxy's main purpose in life is to be a bindable-to object. Yes? But the

[flexcoders] Questions about ObjectProxy and Binding

2006-10-09 Thread Douglas McCarroll
Hi All, A look at the LangRef for ObjectProxy shows lots of properties and methods that are clearly designed for event listener registration, etc, e.g. addEventListener(), dispatchEvent(), etc. It looks as though ObjectProxy's main purpose in life is to be a bindable-to object. Yes? But the