newTextField not repositionning as part of a group

Hi,
I am adding a whole bunch of objects to a group using :insert(), it works beautifully for most of my objects but as soon as I add a newTextField and I try and reposition my group, the rest moves but the 2 newTextFields stay where they are initialized to be. Any fix for that? I don’t want to have to hard set the position.

Any help would be appreciated [import]uid: 97768 topic_id: 16870 reply_id: 316870[/import]

Native UI components are not Corona Display Objects so unfortunately, they cannot be inserted into groups. They also don’t inherit a lot of the properties and methods that other display objects have. Please see the corresponding documentation page for the native widgets you are using. [import]uid: 52430 topic_id: 16870 reply_id: 63197[/import]