hi.
when i use:
local someField = native.newTextField( 0, 0, 220, 36 ) someField.x = 200 someField.y = 200
i always notice for a split sec the text box moving from 0 to the correct position. when i create other objects this doesn’t happen. i’m talking in a device not in simulator. i know this is actually going on because i first create at 0, 0 position then i move it to 200, 200 but i thought the processor/code was good enought to move it without human notice.
it this function that slow? my device is a nexus 7 2013. i bet there are a lot of slower devices out there, so this worries me.
I know i can use:
local someField = native.newTextField( 200, 200, 220, 36 )
this works fine in device, but if i put the variable someField in a group and that group is not in 0, 0 coordenates, the same happens…the moving box, so huston we have a problem.
Only me notice this? I can’t be alone out there 
Best regards,
Carlos.