Stop CallOutBox deleting the content component on dismissal

Hi, 

How can I do this? I can't figure it out. One post said "wrap it in a component", but I couldn't see how that would help.

Thanks

Components don't own their children, so if you have a Component which has your content component inside of it, your content component won't be deleted when the parent is (I'm assuming you're facing this problem because of launchAsynchronously?)

Ahhh I see. Man, I've been digging into the source for hours trying to find something. Thanks!