Display Groups order

Hi all, i have 2 groups in my project, one is for the tableView and one is a general group for the director class. I load data from internet by an HTTP request in order to populate the list, and it take few seconds. This seconds let the group of the listview going on the top but i need the other group on the top.
Can i exchange the order of groups on the stage? i can’t declare the main group after the tableview group…

Thanks [import]uid: 70929 topic_id: 25772 reply_id: 325772[/import]

group:toFront() should work I believe :slight_smile: [import]uid: 52491 topic_id: 25772 reply_id: 104404[/import]

Thanks Peach! i could’nt find it!! Tonight i will try [import]uid: 70929 topic_id: 25772 reply_id: 104411[/import]