What's happening is that I call
public function initCanvas():void{
cmpObject = model.componentManager.getComponent ( this.cod ) as
CustomObject;
initTitle();
}
Yes, Im using Cairngorm, and immediately call the function initTitle()
that reads cmpObject. For some reason, by the time the function
initTitle executes, the object is still empty.
I considered possible to use something like ChangeWatcher.watch() but
Im not sure how to.
Thx!
--- In [email protected], "Ralf Bokelberg"
<[EMAIL PROTECTED]> wrote:
>
> Binding works perfectly with asynchronous updates of the bindable.
> What kind of problems do you see?
>
> Cheers,
> Ralf.
>
> On 12/18/06, Daniel <[EMAIL PROTECTED]> wrote:
> >
> > Hi All!
> >
> > This time I'm having problems with an object that I can't actually
> > "bind" to because it is updated with a Web Service and it takes a
> > while to get the information some other object needs, due to the
> > asynchronous call. Is there a way to add an listener to this object
> > that as soon as it changes its content its dispatches an event so
> > other objects can start pointing to attributes in that object?.
> >
> > Hope I made myself clear...
> >
> > Thanks in Advance!
> >
> >
> >
>
>
>
> --
> Ralf Bokelberg <[EMAIL PROTECTED]>
> Flex & Flash Consultant based in Cologne/Germany
>