Questions tagged [titanium-mobile]

Use this tag for questions about the cross platform Titanium Mobile SDK. If your questions is specific to Alloy, Android, iOS or modules add the related tags like [titanium-alloy] too.

Titanium-Mobile is an open-source JavaScript based platform for developing mobile applications.

Supports Android and iOS (iPhone, iPod, iPad) using a mostly common set of Mobile APIs which render using each platform's native controls and features.

Resources

Related tags

1832 questions
3
votes
2 answers

Exception Occured While Building Android project

OS: Linux mint 14. Following error occurs when I try to run my project. [TRACE] Writing out AndroidManifest.xml [ERROR] Exception occured while building Android project: [ERROR] Traceback (most recent call last): [ERROR] File…
Aqeel Ashiq
  • 1,988
  • 5
  • 24
  • 57
3
votes
2 answers

Creating checkbox using titanium alloy

I am new in Titanium alloy and I would like to change my project from titanium default template to alloy. Below is the code for creating a text box in default template. I would like to change this to alloy template. var checkbox =…
3
votes
1 answer

Differentiate between iPhone and iPad in Titaninum Appcelerator

I am new to the cross platform Titanium SDK, and the Alloy MVC framework. I created a button inside index.xml like this: But now I want to know how to display the title "Click Me" when on…
Kiran
  • 345
  • 1
  • 4
  • 16
3
votes
3 answers

Titanium fails to build or emulate android application

I just installed and configured Titanium Studio and it's dependencies to develop my Android applications but none of the applications even the sample app of titanium won't start in emulator. I can see Mobile Web Preview in browser but when I try…
Farid Rn
  • 3,167
  • 5
  • 39
  • 66
3
votes
3 answers

Titanium appcelerator failing on build

I am trying to run my app in the iPad simulator, but I keep getting this error whenever I try to simulate. I've updated everything, some fellow help for an appcelerator noob would be much appreciated. Any thoughts would help. [ERROR] : ** BUILD…
wowzuzz
  • 1,398
  • 11
  • 31
  • 51
3
votes
3 answers

Paste from the clipboard in iOS

So I have 2 apps. One is a sensors app (built with XCode) that records data (text) with hardware wireless sensors. The other is a checklist/reference manual (built with Titaniam Appcelerator). Using custom URL schemes, they can instantiate each…
sdknewbie
  • 659
  • 2
  • 9
  • 13
3
votes
1 answer

Reading epub file in titanium studio iPhone

Hi I'm developing an iPHone app using Titanium Studio in which I would like to read .epub file. I googled and could not find any good reference. Can any body direct me. Thanks in advance.
senthil
  • 1,307
  • 1
  • 11
  • 23
3
votes
2 answers

Titanium Alloy, Require Controller

I have a project build in titanium SDK 3.02 using the Alloy framework. Its a tabbed application, and I want to change the view of tab2 from a button inside tab1 tab1.xml ...
Alex McDaid
  • 259
  • 3
  • 13
3
votes
2 answers

Titanium (Android) check for running Services

I'm trying to implement a convenient-to-use system for handling status bar notifications for android, and i was thinking about the following: Create a database, where i store when and what to show Create a service what runs in the background using…
Balázs Édes
  • 13,452
  • 6
  • 54
  • 89
3
votes
2 answers

Single Sign On facebook titanium android

I am working with titanium platform, when i implement SSO in iOS, it works great whether i do it for one time or many times, it works smoothly and perfect. but when i come to Android, it work for the first time but not after that. For example, i…
3
votes
3 answers

Javascript concatenating numbers, not adding up

It keeps concatenating my numbers into 2111 instead of 5. Why is this? I've tried using parseInt with no luck. res3 btw represents a query into my database that I'm executing. var dt_total_hours = 0; dt_total_hours +=…
wowzuzz
  • 1,398
  • 11
  • 31
  • 51
3
votes
2 answers

Titanium mobile Get saved image path

i have been using this code to store an image from imageviewer to device memory. blobObj = imageView.toImage(); var f =…
h_h
  • 1,201
  • 4
  • 28
  • 47
3
votes
2 answers

Convert UTC Date to datetime string Titanium

I have a date string "2012-11-14T06:57:36+0000" that I want to convert to the following format "Nov 14 2012 12:27". I have tried a lot of solutions including Convert UTC Date to datetime string Javascript. But nothing could help me. The following…
Anand
  • 5,323
  • 5
  • 44
  • 58
3
votes
2 answers

How to implement two-finger zoom for Android in Titanium

How would I implement two-finger zoom for Android in Titanium? I did it for iPhone in Titanium, as there is a pinch event and zoomScal properties are available of scroolView in Titanium for iPhone :) but these are not available for Android. :( This…
Ankit
  • 31
  • 1
  • 3
3
votes
2 answers

How to get the actual height of a label with auto-height

I'm aware that this question has appeared in various forms before, but none of the solutions worked out for me... I'm using the Titanium API 2.1.3, and building for iPhone. I use a lot of common JS, so I have this: exports.Header =…
Sarah R
  • 107
  • 2
  • 9