Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-841] iOS: add shadowColor and shadowOffset properties to activity indicator

GitHub Issuen/a
TypeNew Feature
PriorityTrivial
StatusClosed
ResolutionInvalid
Resolution Date2016-11-05T16:00:33.000+0000
Affected Version/sRelease 1.5.0
Fix Version/sn/a
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeIngo Muschenetz
Created2011-04-15T02:37:38.000+0000
Updated2017-03-24T17:08:24.000+0000

Description

from premium support request

http://helpdesk.appcelerator.net/tickets/2181">http://helpdesk.appcelerator.net/tickets/2181

Comments

  1. Thomas Huelbert 2011-04-15

    valid, needs test case (once/if implemented). the request is below, and I believe is referring to the text (not the spinner itself):

    "Just trying to mimic the App Store's activity indicator:

    var activity = Titanium.UI.createActivityIndicator({
    top:120, width:100, height:100, font:{fontSize:14, fontWeight:'bold'}, color:'#333333', shadowColor:'#FFFFFF', shadowOffset:{x:0, y:1}, message:'Loading...', style:Titanium.UI.iPhone.ActivityIndicatorStyle.DARK }); activity.show();
    win.add(activity);

  2. Vikramjeet Singh 2011-08-02

    Bug Scrub: Valid. No Test Case exists. Tested On: Mac OSX Lion TiMob Version: 1.7.2 TiStud Version: 1.0.2 Devices used: iPhone 4.3.4 Note: Required properties does not exist in current APIs
  3. Hans Knöchel 2016-11-05

    Advanced label configurations should be done using an own label that is placed besides an activity indicato, resolving this ticket.
  4. Lee Morris 2017-03-24

    Closing ticket as invalid with reference to the above comments.

JSON Source