Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3100] Activity indicator is no longer appearing

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionCannot Reproduce
Resolution Date2013-01-25T18:42:34.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labels1.8.2,, 2,, 5.0, SDK, Titanium, i0S, iPad
ReporterVinothbabu
AssigneeMauro Parra-Miranda
Created2012-03-11T04:27:45.000+0000
Updated2016-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);

Comments

  1. Eduardo Gomez 2012-04-01

    Activity indicator is seen after opening the window

    Tested on: iOS 5 iPad simulator

    Console output

       [INFO] One moment, building ...
       [INFO] Titanium SDK version: 1.8.2 (02/23/12 17:46 59b3a90)
       [INFO] iPhone Device family: universal
       [INFO] iPhone SDK version: 5.0
       [INFO] iPhone simulated device: ipad
       [INFO] Launching application in Simulator
       [INFO] Launched application in Simulator (4.94 seconds)
       [INFO] Found 5.0 patch installed
       [INFO] Application started
       

JSON Source