Community Questions & Answers

animation.repeat value limits

playing with animation.repeat, is a 0 value supposed to represent infinite repeats? It seems to be defaulting to 1 when set as 0. incredibly high values also seem to revert to 1 (10000000000 for example) what are the upper and lower limits for this...

BackgroundRepeat not working :'(

~~~ var redsquare = Ti.UI.createView({backgroundRepeat:true,backgroundImage:'/images/v2/underline-pink.png',width:100,height:20,top:100}); win.add(redLine); ~~~ I'm using a 2x2 pixel pattern to show a nice red square... unfortunately, it doesn't repeat...

Repeat Arguments

hi there ! if i want to repeat something every week, so the code is: ` repeat:"weekly"` or every day the code is: ` repeat:"daily"` but how is the code for every hour or every minute ? ` repeat:"hourly"` ? or `...

Showing 1-7 of 7