Hello
In our projects, which have some quite complicated structures of gorups, we very often have checks to see if a group still exists or not [for example when downloading images from the internet, we check if the group we want to insert it into still exists].
Anyway… we perform the check like this:
if group and group.removeSelf then ... end
It worked nicely until we hit a problem yesterday and traced it back to a group, which parent is removed, but group.removeSelf function still exists. Cool huh?
We checked other properties, but numChildren, insert, proxy, class were removed. However removeSelf lingers on.
I believe I took the idea of checking if <object> and <object.removeSelf> then
to see if the display object was not removed from one of the Corona devs.
The other question is what happened that this was not removed? In 99% of scenarios it does.
Thanks
Krystian