Questions tagged [titanium-alloy]

An MVC-inspired Appcelerator framework for the Titanium SDK, with focus on rapid development/prototyping. Contains built-in support for Backbone.js and Underscore.js.

918 questions
4
votes
3 answers

Titanium Alloy - How to animate a View from 0 height to "auto"

In Titanium Alloy, I'm looking to animate a View from a height of 0, to a height of "auto" or Ti.UI.SIZE. The View contains a Label, which has a varying amount of text in it that can span over several lines, so I need the View to animate to the…
shrewdbeans
  • 11,971
  • 23
  • 69
  • 115
4
votes
1 answer

what is the difference between a collection singleton or instance within Titanium?

In the Alloy docs, it mentions you can have a singleton or instance of a collection. You define one way or another using the instance tag:
Geremy
  • 2,415
  • 1
  • 23
  • 27
4
votes
1 answer

Titanium android external intent to specific app

I want to open an Android app from a Titanium one with anExplicit intentand send a string to it. i tried the following examples but none of it is working. var intent = Ti.Android.createIntent({ action:…
jay
  • 1,453
  • 1
  • 11
  • 30
4
votes
3 answers

How to access elements in external views in titanium alloy?

I am making android mobile app on titanium Alloy 1.2.2 I want to access elements contained in external views. So if I use var win=Alloy.createController().getView(); it itself opens that view. I dont need that. I just want to access an element in…
Abhinav
  • 722
  • 2
  • 11
  • 27
4
votes
2 answers

Titanium Application events firing after controller is destroyed

Application Type: mobile Titanium SDK: 3.1.1.GA Platform & version: iOS 6.1 Device: iOS Simulator Host Operating System: OSX 10.8.4 Titanium Studio: 3.1.1.201306112235 parent_controller.js: _.each(category, function(inventory_item, index, list)…
4
votes
2 answers

How to access a js file from another js file in titanium studio android project

I am new at titanium studio and working alloy mvc framework. I hv two js file in controller folder. one is index.js(created automatically when the project was created) and home.js. Now I want to open home.js on button event from index.js(like…
4
votes
1 answer

How to integrate Google Analytics in Titanium iphone app

How to integrate google Analytics in titanium iphone app. I tried google analytics using following link. https://github.com/rogchap/Titanium-Google-Analytics/blob/master/Resources/app.js But its not working for me. I unable to find issue. NOTE : I…
suresh gopal
  • 3,138
  • 6
  • 27
  • 58
3
votes
3 answers

Titanium Android Unable to find Android SDK API when building

I am attempting to build my Titanium App for Android but it continuously complains about [ERROR] Unable to find Android SDK API 23 [ERROR] Android SDK API 23 is required to build Android apps Making sure that I have the Android API Level 23…
Shiri
  • 1,972
  • 7
  • 24
  • 46
3
votes
0 answers

How to update UI from backbone cached response in titanium

I am trying to introduce cache to backbone fetch function in Titanium alloy. I have managed to cache the response and fetch the object back from cache but still did not succeed on the Backbone side of updating the UI without doing a request to the…
bhappy
  • 62
  • 3
  • 17
3
votes
1 answer

(node) sys is deprecated. Use util instead. - Titanium Appcelerator

Personally, I have a problem when compiling in my studio titanium ... (node) sys is deprecated. Use util instead. I have no idea of what might be ... need help .... (node) sys is deprecated. Use util instead. /Users/silviosampaio/Library/Application…
Silvio Luis
  • 193
  • 1
  • 3
  • 11
3
votes
1 answer

Titanium Alloy - TSS vs. CSS?

I've just started coding with Titanium Alloy. Having previously learned JavaScript, HTML, and CSS through many different resources, I'm a little confused with Titanium's (Appcelerator's) version of style sheets. What are the differences between…
3
votes
2 answers

Titanium Appcelerator App (IOS) publishing issue

Hi I have uploaded my app to iTunes connect. The app is validated and submitted successfully. While publishing the app to the app store my app got rejected because of insufficient meta data can any one tell me the reason for the same and what…
3
votes
1 answer

Titanium: build error after upgrade to 3.5.0.GA (Undefined symbols for architecture x86_64)

in order to fulfil Apple 64-bit requirements for apps, I've just update an app to Titanium SDK 3.5.0.GA. The app was previously running on 3.4.1.GA, and doing it fine. Now, once I compile for IOS I'm getting this error stack: [TRACE] Undefined…
balanza
  • 1,059
  • 1
  • 12
  • 34
3
votes
1 answer

Titanium Alloy Caching in Android/iOS? Or Preserving old views

Can we Cache Dynamically Created Lists or View till the webservices are called in background. I want to achieve something like the FaceBook App does. I know its possible in Android Core but wanted to try it in Titanium (Android and IOS). I would…
SSS
  • 1,025
  • 7
  • 17
3
votes
2 answers

Catching errors loading Remote Images in Titanium ImageView

I'm using Titanium SDK 3.4.0 GA, developing an Android app that load remote images from my web server to an ImageView. The problem comes when the device lost connectivity during the load of that images, so, what I need is a way to catch that error…
1
2
3
61 62