darkhorse2013

Results 5 issues of darkhorse2013

I have installed this module in the latest version of titanium, and have copied and pasted the smsview.bundle into the resources folder, but it is not finding it. Instead the...

How do I chain an animation so that I have a different animation when it starts and when it completes? Thanks

I have to do a post to an api, in my controller I have the following: ``` var param = { twitter : "dasd", nickname : "a", yob : '1876',...

NappAppearance.setGlobalStyling({ ``` switchBar : { onTintColor : "#CD1625", tintColor : "#ececec", thumbTintColor : "#aaaaaa", onImage : "/images/switch_on.png", offImage : "/images/switch_off.png" } ``` }); onImage and offImage do not work. The...

See title. If twitter app is installed, sending a tweet is trivial, since the username and password is retrieved from settings. When it is not installed, the icon is removed...