[TIMOB-338] Set bar image after the window creation
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | Medium | 
| Status | Closed | 
| Resolution | Fixed | 
| Resolution Date | 2011-04-17T01:52:45.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | iOS | 
| Labels | feature, ui | 
| Reporter | Nicolas Mérouze | 
| Assignee | Reggie Seagraves | 
| Created | 2011-04-15T02:27:29.000+0000 | 
| Updated | 2011-04-17T01:52:45.000+0000 | 
Description
I would like to be able to set the bar image anywhere. There's currently a setBarColor and an option in the tiapp.xml but nothing for images.
Titanium.UI.currentWindow.setBarImage("img/toolbar.png");
Titanium.UI.ButtonBar.backgroundImage
How is this fixed? was a setBarImage added?