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
0
votes
1 answer
Lazy load with List View Titanium
Am using 3.1.3.GA sdk, Alloys and 2.3.4 Android Emulator. With List View, I created items to show and there are around 300 items I have to show in List View. As per TableView we can use scroll event for lazy load, but List View doesnt support scroll…

Guts
- 81
- 4
- 20
0
votes
1 answer
Alloy MVC Framework Titanium Network (Model)
I'm trying to authenticate using the Model in Alloy. I have been trying to figure this problem out since yesterday. If anybody could help me, I'd really appreciate it.
So, I have a view login.xml, then a controller login.js. The login.js contains…

sulavvr
- 276
- 1
- 4
- 16
0
votes
2 answers
Font not sizing in Date Picker
I am using 3.1.3.GA sdk, Alloys and 2.3.4 Android Emulator. I have created a Date picker and its size is too small so as specified I used fontSize attribute to increase its column value text size but not worked as expected. My code,
index.js
var…

Guts
- 81
- 4
- 20
0
votes
1 answer
LDAP authentication for mobile application in Titanium
I'm new to Titanium as well as authentication with LDAP
I need to connect to my client network where there will be an Active Directory. I need to authenticate the user for my mobile app which is in Titanium with the Active Directory in my client…

eswar jayavarapu
- 101
- 9
0
votes
2 answers
In Backbone how can I remove models from a collection based on a filter/query?
I am using Backbonejs 0.9.2 with Titanium Alloy and I need to remove all the completed tasks from a Collection. Backbone.sync is configured to use a SQLite local database.
extendCollection: function(Collection) {
exts = {
self: this
…

Peter
- 4,493
- 6
- 41
- 64
0
votes
3 answers
How to set title for the window of a tab in alloy titanium
In the view:
I have a view like that:
In the…

knowwebapp.com
- 95
- 4
- 16
0
votes
2 answers
Options Dialog Button UI change Titanium Appcelerator
am using 3.1.3.GA SDK, Alloys and 4.2 Android Emulator and am using option dialog to show my options to the users and I need to change its selector button from this type to as our design/theme. How to achieve it.

Guts
- 81
- 4
- 20
0
votes
1 answer
Cannot read property '__transform' of null data binding issue
I am getting an error Cannot read property '__transform' of null data binding issue.
The line of code of the corresponding error from the resources section:
text: "undefined" != typeof $model.__transform["topic"] ? $model.__transform["topic"] :…

Saumya Garg
- 1
- 1
0
votes
1 answer
Titanium HttpClient cache for Android
I need to cache my HttpClient response for android device. The Example given in their official document applies for Iphone & IPad.

user1795109
- 678
- 2
- 6
- 14
0
votes
1 answer
Add images and require file of Titanium Alloy
I'm trying to require the file from the file userManager.js index.js as seen in the photos. But it gives me error:
[ERROR] Script Error Could not find module: app / cloud / UserManager
I tried to change:
var user = require('userManager');
var user…

jay
- 1,453
- 1
- 11
- 30
0
votes
2 answers
Titanium Alloy only numeric keyboard
How do I use only the keyboard with numeric only in Titanium Alloy (sdk 3.1.3)
because this is wrong:
KEYBOARDTYPE: Ti.UI.KEYBOARD_NUMBER_PAD

jay
- 1,453
- 1
- 11
- 30
0
votes
1 answer
Collection Nested Model TableView (Appcelerator Alloy)
I was wondering if it was possible to included nested models in collections in Appcelerator Alloy?
I have a list of posts and each post has nested model of comments and likes. How do I go about doing that?
Here is my code:

yamill
- 64
- 6
0
votes
1 answer
Titanium assets structuring android
Am using Titanium 3.1.3.GA, alloys and Emulator 4.1.2 to run my app. As I explore into assets of Android, it has 10 folders like long, notlong, portrait, lanscape, but normally we use LDPI, MDPI, HDPI, XHDPI. So here images are in what ratio and in…

Guts
- 81
- 4
- 20
0
votes
1 answer
Saving model hides the imageview in tableview
I am facing a suspicious issue which can't be logically true. On Saving model the some elements in tablerow hides.
Here is the view code noteRow.xml

Nazar Hussain
- 5,102
- 6
- 40
- 67
0
votes
1 answer
Uncaught Type Error when using Titanium Alloy models
I am using Titanium alloy models, most of the code I extracted from sample
https://github.com/appcelerator/alloy/tree/master/samples/todo
When I tried to compile my project I got this error.
I am using Titanium 3.1.2, Alloy 1.2.2

Nazar Hussain
- 5,102
- 6
- 40
- 67