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
-1
votes
1 answer
How to get the picker value in controller using Titanium Alloy?
How can we get the selected picker value in controller and do the validation of the selected value.
View:
…

Vinod
- 2,263
- 9
- 55
- 104
-1
votes
1 answer
Titanium download and save a file locally and show it in an ImageView
I would like to download a file (public URL) and save it to my application directory
Titanium.Filesystem.applicationDataDirectory
Now if I would want to show that image in an ImageView what will be the path I use ?

Prakash Raman
- 13,319
- 27
- 82
- 132
-1
votes
1 answer
Opening and closing windows using Titanium Alloy
I know how to open windows in Alloy, but I am worried about the effect on performance of opening lots of windows. In Classic titanium, you had to manage this carefully to avoid memory leaks, but i've seen very little on this for Alloy. Is this…

gillarf
- 114
- 9
-1
votes
1 answer
Video sound not playing in iPhone without headphones (Titanium mobile)
I am developing an app where i have to play a video from a url. The video plays fine on simulator but when i play it on iphone, i cannot hear the sound without pluggin in the headphones.
Here's the code
Alloy View

Hemant Bavle
- 3,297
- 1
- 24
- 30
-1
votes
1 answer
Uncaught ReferenceError: $ is not defined ( Table )
I am trying to reset a table in Alloy using $.eventslisttable.setData([]); how ever I get Uncaught ReferenceError: $ is not defined.
The table is been created under alloy.js and I am trying to complete the reset from index.js
alloy.js
// create…

Terran Brown
- 509
- 10
- 25
-1
votes
1 answer
Titanium SDK 3.2.0 crashing randomly when opening new window in NavigationWindow
It's happening very randomly, sometimes on opening first window, sometimes after 9 or more.
I've got this bug after upgrading from Titanium 3.1 to 3.2 where NavigationGroup was replaced with NavigationWindow.
One of below stacktraces shows up:
***…

daniula
- 6,898
- 4
- 32
- 49
-1
votes
1 answer
Call a two digits phone number with Titanium on ios7
I have to call small phone number with only two digits, when I click on a specific view.
This is working well in Android, but this doesn't work on ios6 and 7. By the way, this is working fine with 3 digits.
This is the function I call on click…

Audrey
- 66
- 4
-1
votes
1 answer
How to open email composer with attachment in titanium?
I am making application in IOS and Android using titanium .I want to open email composer (having some attachment) on button click.can you please tell me how can I do in IOS and Android.?
Thanks

Rohit
- 685
- 3
- 13
- 28
-1
votes
1 answer
Appcelerator alloy navigation cross platform example
I Hope some one can help,
I'm am trying to keep the same GUI across platform and I would like to have a back button on the top of the child pages so that a user can return to the previous page on both iOS & android.
I have implemented a method that…

lmac34
- 174
- 3
- 10
-2
votes
1 answer
how to style tab bar icon alloy tatanium?
How to style the icons in the tab bar in tabbed view project.
because when i put a *.png icons , the icons appear as gray in inactive tabs , and blue in the active tab, how to display it as it is.

Mahmoud Gamal
- 45
- 1
- 7
-2
votes
1 answer
Use Titanium 3.x without login
How can i configure my Titanium Studio for use without login account?
Becouse sometimes i dont have internet.
Does the use mode exist option for without login?
Thanks!!

username
- 11
- 6
-2
votes
1 answer
How to switch between views/windows in titanium?
I'm new to Titanium. I understand that the window is a container that holds different views. But I want to ask when should I create different windows and when should I create views?
I've tried to split the windows in different files and switch…

Poka Yoke
- 373
- 3
- 8
- 27
-2
votes
1 answer
Titanium Module (Android) - "Requested module not found"
I'm creating a module and adding it to an application
application structure:
module structure:
access code module:
var module = require('ar.com.module');
$.label.text = module.example();
error:
steps to run application:
include module in…

Jagu
- 762
- 7
- 17
-2
votes
2 answers
How to extract the day from a specific date
I am using this calendar for Titanium SDK. What I need to do is retrieve a list of dates from a server, and if a date on the calendar has an event, add an image to the tile to represent that. I can retrieve the day, but the problem is the day is not…

test
- 1
- 1
-3
votes
1 answer
Appcelerator titanium images diappears on scroll down or up in IOS in listview
Whenever I scroll on list view in IOS images set in the imageView wrapper inside list view template are disappears and loads when view is visible to user.