Titanium JIRA Archive
Appcelerator Community (AC)

[AC-3009] iOS: UI + iPad - ActivityIndicator displays text but not spinner

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionDuplicate
Resolution Date2012-02-21T14:37:42.000+0000
Affected Version/sn/a
Fix Version/sn/a
ComponentsTitanium SDK & CLI
Labelstc-more-info
ReporterRasmus Burkal
AssigneeMauro Parra-Miranda
Created2012-01-05T11:56:26.000+0000
Updated2016-03-08T07:48:02.000+0000

Description

Problem

ActivityIndicator displays text but not spinner on iPad

Test case

In the following code, I see the text "Loader" but not the actual "spiller icon".
var actInd = Titanium.UI.createActivityIndicator({
    height:100,
    width:100,
    style:Ti.UI.iPhone.ActivityIndicatorStyle.BIG,
    message:'Loader',
    color:'#0c2d83'
});

Logs

Please provide any relevant logs

Comments

  1. Paul Dowsett 2012-01-05

    Thanks for raising this ticket. Please note my changes, to make bring it into line with our [JIRA Ticket Checklist](https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-JIRATicketChecklist) guidelines. For the description, I have used [this template](https://wiki.appcelerator.org/display/guides/JIRA+Ticket+Template) as a starting point. However, we must be able to reproduce the issue in order to accept it, and so a test case must be included and run without modification, as per the [Creating a Test Case](https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-CreatingaTestCase) section. Please would you change your code accordingly? Thanks in advance for your cooperation. Cheers
  2. Rasmus Burkal 2012-01-05

    Just create a view, then add actInd. Sorry, I'm just trying to help you, by raising the attention about this bug in your software, I don't want to include all the code for my app in this case. I hope you understand. - Rasmus
  3. Paul Dowsett 2012-01-05

    Rasmus, the point is to keep the code as concise as possible - your whole app is not suitable as a test case. You have the environment configured, and you know exactly the issue you are seeing. By providing a test case that runs, it will allow us to see precisely what you mean. Please refer to the [Creating a Test Case](https://wiki.appcelerator.org/display/guides/How+to+Submit+a+Bug+Report#HowtoSubmitaBugReport-CreatingaTestCase), so that we can get this resolved for you. Thanks for your cooperation.
  4. Rasmus Burkal 2012-01-08

    I have a working workaround, where I use a webview with an GIF animation instead. I was just trying to be helpful and report the bug, you didn't used to be so strict about that… After all I'm just trying to help you improve the quality of your product… Actually I was considering upgrading from my current free plan to a paying plan (due to some new and large projects in my pipeline), but I think I will reconsider that, if this is the level of understanding and response I can expect to get, when reporting a bug… You can close the case, if you can't use the feedback! All the best, Rasmus
  5. Mauro Parra-Miranda 2012-02-21

  6. Mauro Parra-Miranda 2013-11-24

    Closing since it's a dup.

JSON Source