Hello
You can place a tableViewRow percentages and its child objects?
ejem:
fila = Ti.UI.createTableViewRow(); var input = Ti.UI.createLabel({ text:selectRow.fieldByName('name'), width:'50%', left:'5%', color:'#333', }); fila.add(input); var viewDown = Ti.UI.createView({ left:'%5', width:'90%', height:'100%', backgroundColor:'#333', top:100 });thanks