I swore I wouldn't

Icon

Oh no, I'm blogging now?

Fun with the Flex component loading order


I have a Flex component that I have written that consists of a tabbed navigator that houses several panels, each panel housing a Flex datagrid.  An action in another component triggers an url to load and populate these datagrids.  The problem that I encountered was that if the datagrid had not yet been viewed, then the datagrid would not be created yet, and as such, the event listener that populates the datagrid was never fired.

The solution for this was actually quite simple.   Read the rest of this entry »