Peter Ent wrote
> If your bead needs to know another bead exists, typically a view bead,
> then in the strand-setter, ask for that bead using strand.getBeadByType().
> If it comes back, then you are good to proceed, but if you get null, then
> set up an event listener for viewChanged (or whatever event makes sense
> for you). Then in the deferred setup, continue as you would now that the
> bead you seek is present.

Is there a reason not to proactively load the beads you need? If you use
org.apache.flex.utils.StrandUtils.loadBead(), you can be assured that the
bead has been loaded and retain a synchronous flow. 






--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-About-Component-Cycle-and-Events-tp57153p57258.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to