[TIMOB-2718] Progress bar broken in 1.5.1
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-07-26T14:38:11.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Don Shefer |
Assignee | Neeraj Gupta |
Created | 2011-04-15T03:27:43.000+0000 |
Updated | 2012-07-26T21:08:55.000+0000 |
Description
Can't create a progress bar. Getting "invalid method" on "Titanium.UI.createProgressBar".
Code straight out of the API reference.
var pb=Titanium.UI.createProgressBar({
width:250,
min:0,
max:10,
value:0,
color:'#fff',
message:'Downloading 0 of 10',
font:{fontSize:14, fontWeight:'bold'},
style:Titanium.UI.iPhone.ProgressBarStyle.PLAIN,
});
I have found this does work in Kitchen Sink so it must be my code. I am still tracing it out to see what in my code is conflicting.
Invalid as per reporter.