[AC-3100] Activity indicator is no longer appearing
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2013-01-25T18:42:34.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | 1.8.2,, 2,, 5.0, SDK, Titanium, i0S, iPad |
Reporter | Vinothbabu |
Assignee | Mauro Parra-Miranda |
Created | 2012-03-11T04:27:45.000+0000 |
Updated | 2016-03-08T07:48:09.000+0000 |
Description
Activity indicator is not appearing...
var actInd = Titanium.UI.createActivityIndicator({
bottom:25,
height:50,
width:10,
style:Titanium.UI.iPhone.ActivityIndicatorStyle.PLAIN
});
var Loading = Titanium.UI.createWindow({
backgroundImage: 'images/Default.png'
});
// Loading.open();
actInd.show();
Loading.add(actInd);
Activity indicator is seen after opening the window
Tested on: iOS 5 iPad simulator
Console output