Constrain view [Error]
I am getting this error [ERROR] Trying to constraint a view without a proxy's layout.
When I hit the done button on my video.
The only thing I am doing when hitting done is this:
activeMovie.addEventListener('complete',function(e)
{
Ti.API.info(e);
});