Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-2718] Progress bar broken in 1.5.1

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2012-07-26T14:38:11.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterDon Shefer
AssigneeNeeraj Gupta
Created2011-04-15T03:27:43.000+0000
Updated2012-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,

});

Comments

  1. Don Shefer 2011-04-15

    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.

  2. Stephen Tramer 2012-07-26

    Invalid as per reporter.

JSON Source