I am trying to transition a textfield from within the screen bounds to outside…
The textfield does not go beyond the edge of the screen…
Seriously pissing me off 
Heres a plug-an-play code
[lua]local username = native.newTextField(0,0,100,30)
username:setReferencePoint(display.CenterReferencePoint)
username.y = 100
username.x = 100
timer.performWithDelay(2000,function()
transition.to(username,{x=900})
end,1)[/lua]
Heres a screenshot
[import]uid: 64174 topic_id: 34805 reply_id: 334805[/import]
[import]uid: 70847 topic_id: 34805 reply_id: 138427[/import]
[import]uid: 14461 topic_id: 34805 reply_id: 138549[/import]