My tableviewrow looks like
uploadrow.xml
<Alloy> <TableViewRow class="rowupload" id="row"> <ProgressBar id="pb" top="10" width="80%" height="auto" min="0" max="1" value="0" color="#000" message="Sending Moment..." /> </TableViewRow> </Alloy>I'm looking to access the progressbar object from another controller called main.js which is where the tableview is loaded.
I can't figure out how to do it.