Here's an easy fix:
parent.setChildIndex(obj,i);
Where parent is the container (can be "this"), obj is the child object you want to re-order, and i is the stack index of the position amongst the parent's children. The higher i is, the closer to the front it is. i cannot be higher than the number of children.
--- In
flexcoders@..., j2me_soul <j2me_soul@...> wrote: