On 12/14/16, 8:59 PM, "Josh Tynjala" <joshtynj...@gmail.com> wrote:

>Would it keep something in memory that should be garbage collected,
>though?

Yes, sure.  If you remove a bead you declared in MXML you should search
that array and remove it.  We could write a utility function that does
that if folks do it often.

If you gave the bead an id, you will have to null the slot for it as well.
 If you are listening to an event on that bead via:

  <sometag someEvent="..." />

you have to remove that event listener (which is impossible in Flex, but
possible in FlexJS).

-Alex

Reply via email to