I recall reading somewhere, this may not be totally accurate, that when you call the RemoveChild method you truly need to set the object = null to totally remove it. So the code would be:
removeChild ( MyObject ); MyObject = null;
This has definitely helped in essentially clearing out objects in order for them to be re-instantiated.
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.