Hi there,

I have an app that uses a model locator class.

Now I have a component that is passed in a reference to another  
component (A progress bar in my case).

Now my problem is that the component is being created prior to the  
model locator being populated with the reference to the progress bar.

So then obviously my component does not work as expected as it needs  
that reference.

I have no idea on how to get around this issue. I can't populate the  
model locator (manually) any earlier as the progress bar  has not yet  
been created.

Ideas?

d


Reply via email to