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.
Questions tagged [titanium-alloy]
918 questions
6
votes
3 answers
How do I prevent event bubbling in a Titanium Alloy view?
In the documentation, it seems that you can prevent bubbling by passing an arguments to an click event on a text field:
http://docs.appcelerator.com/titanium/3.0/#!/api/Titanium.UI.TextField-event-click
Using their new Alloy framework, I have a…

GSto
- 41,512
- 37
- 133
- 184
5
votes
2 answers
Appcelerator Titanium - Alloy vs Classic
I'm about to start a new Titanium project. So far, what I've written is what's now considered as "Classic Project" (I've been writing Titanium apps since before Alloy).
I was wondering whether or not it's worth while to switch to Alloy for my new…

developer82
- 13,237
- 21
- 88
- 153
5
votes
9 answers
Titanium SDK 3.2 [ERROR] : Invalid "--ios-version" value "7.0" 7.0.3
When I upgraded to titanium SDK version 3.2, I had an error when running on iOS says: titanium Invalid "--ios-version" value "7.0" Accepted values: 7.0.3, is there any possible way to solve this ?

Ahmad Amin
- 107
- 1
- 6
5
votes
1 answer
Titanium Alloy SplitWindow IOS strange behavior change width

jay
- 1,453
- 1
- 11
- 30
5
votes
1 answer
Titanium - Facebook module doesn't using native login
I'm trying to implement facebook login to the app I'm trying to develop with Titanium,
and when I'm clicking on "connect" button its shows me a dialog that looks like that:
Its looks like a web-app facebook login and not as native should look like.…

Michael Arenzon
- 541
- 8
- 16
5
votes
2 answers
Titanium facebook module single thread
I implemented facebook login with Titanium(3.1.3) And Alloy.
But sometimes i'v this message Error when i try to login.
message = "FBSession: should only be used from a single thread";

jay
- 1,453
- 1
- 11
- 30
5
votes
1 answer
Nesting views deterioriates image quality
I ran in to this problem on a recent project when the guys in the art department noticed deteriorating image quality. I'm not sure what's causing it however we were able to remedy the issue by removing the ScrollView it was nested in. But this is…

Brant
- 1,764
- 11
- 18
4
votes
1 answer
Migrate SQLite Database from Titanium to Ionic in iOS App
I am updating the app store with an Ionic version of an old Titanium/Alloy app. The Alloy sql.js sync adapter has:
var ALLOY_DB_DEFAULT = "_alloy_";
A backup of a phone running the old app made with iExplorer contains the…

Joe Beuckman
- 2,264
- 2
- 24
- 63
4
votes
1 answer
Difference between Ti.UI.Fill and 100% in Titanium Alloy/ Appcelerator
The following fills the entire screen:
...
The fill property is describe here: http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI-property-FILL
However you can also do the same thing…

Yahya Uddin
- 26,997
- 35
- 140
- 231
4
votes
3 answers
Appcelerator Studio does not recognize xcode
I have been working on cross platform mobile app. I have develop the app its working on windows with android. Now I want to test it on iPhone. I have install the mac os x yosemite on virtual box. I have install the xcode 6.4 and also have create…

Max
- 5,733
- 4
- 30
- 44
4
votes
1 answer
sliding effect in Titanium from left to right
I am trying sliding effect with animation from left to right in Titanium.
I have achieved most of it but there is some mistake when there is first left to right transition.
Here is the code.
…

Bunny
- 237
- 2
- 13
4
votes
3 answers
"Android SDK version not found" error when running Genymotion Android emulator from Appcelerator Studio
When I try to run my Alloy app in the Genymotion Android emulator from Appcelerator Studio, I get the error "Android SDK version Android M (Preview) not found". As far as I can tell, I have that SDK version installed.
Here is how I attempt to run…

Kevin Albrecht
- 6,974
- 7
- 44
- 56
4
votes
1 answer
message = "'undefined' is not a function (evaluating 'bookview.open()')" in titanium
I'm new to TitaniumMobile and I currently following official tutorials but I struck at doing this stage
function showBook(event) {
var selectedBook = event.source;var args = {
title: selectedBook.title,
author:…

Naing Lin Aung
- 3,373
- 4
- 31
- 48
4
votes
1 answer
In Appcelerator Titanium How can I disable javascript code optimization to make debugging easier?
I'm working with an iOS targeted app built using Titanium (with Alloy); I want to be able to turn off the Javascript code optimization within Titanium Studio, but cannot locate anything by Googling, nor searching SO. When Titanium compiles it…

ScottG
- 41
- 4