Background image not showing on child table
I have an app that has a single tab that contains a table, this table has a child in another .js file.
I have a background image setup in both files but only the first one shows up and I cannot find out why.
I am calling the background image with:
var win = Titanium.UI.currentWindow;
win.backgroundImage = '../images/background.png';