Community Questions & Answers
adb.exe" -d shell mount repeat when installing to android device.
Hello all, I just updated my Titanium SDK to 3.0.0.GA and now when I try and install my app to my Android device this line of code keeps outputting ~~~ [DEBUG] "C:\Program Files\Android\android-sdk\platform-tools\adb.exe" -d shell mount ~~~ It...
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...
Bug? Repeating backgroundImage in View on 1.8.1
I'm having issues with my repeated backgroundImage being stretched vertically on retina display. The regular version looks fine but on retina it does not. ~~~ leftButton = (leftButton) ? '48dp' : 0; rightButton = (rightButton) ? '48dp' : 0; var bar =...
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...
How to Repeat the same Imageview multiple times in the same window
Hiya My iphone app takes a photo from the camera or camera reel and i then add it into an imageview quite simply like below: ~~~ //Create imageview from Chosen Image var image = Titanium.UI.createImageView({ image:event.media, height:220, ...
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 `...
VideoPlayer REPEAT MODEs
Hi, is there a way to repeat a videoPlayer until the customer stops it? there only 2 const's NONE and ONE ...which i think are quite useless xD i tried to loop the movieClip by using the "complete" event but this causes a reload of the whole...
Showing 1-7 of 7