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
Appcelerator custom font helvetica
I'm trying to use a custom font in appcelerator alloy framework.
I have the following files:
header.tss
".headerButtonLabel": {
color: '#5d5d5d',
shadowOffset: {x: 1, y: 1},
shadowColor: '#ffffff',
font: {fontSize: 18, fontFamily:…

Cosmin
- 53
- 9
0
votes
0 answers
Not able to install alloy
I am getting this error while trying to download alloy in titanium. It seems proxy error but i double checked there is no proxy setting.How can i get it through.
npm ERR! Error: tunneling socket could not be established, cause=getaddrinfo…

Tarak
- 1,142
- 3
- 12
- 28
0
votes
1 answer
Is there any way to use sqlite database in a titanium alloy application for android and i-os both?
I am trying to connect an existing SQLite database in Alloy application(MVC for titanium). Can any one suggest any way to accomplish this task.

lopa
- 474
- 1
- 3
- 14
0
votes
1 answer
Can you use Carbon Framework with Alloy Framework?
Is it possible to use Carbon Framework with Alloy Framework in Appcelerator Titanium ?

Dev abnelmalak
- 1
- 7
-1
votes
1 answer
Why does Titanium Alloy have so many leaks?
Why does instruments using the leaks tool show so many leaks and then crash after about three leak detection cycles?
That cannot be normal ?
The app I am testing on has one index window with one label in it which, on click opens another window which…

Chris
- 419
- 2
- 16
-1
votes
1 answer
Appcelerator + Alloy + Eval to Loop through Objects - $ breaks it
I have 384 objects on screen that I need to iterate through in a specific order, changing their properties according to a changing variable. Here's what the objects look like in the .xml file:

B.T.
- 41
- 7
-1
votes
1 answer
Titanium Alloy javascript execution
I'm approaching Titanium/Alloy for mobile app developement. I'd like to know if I can in some way run my Js code (Alloy models included) without compiling/deploying app to the emulator/device. Of course I'm talking about pure code, not yet related…

MaxAr
- 1
-1
votes
2 answers
Error while trying to append a row to a table titanium
I am trying to add a row to the table. The table is created in alloy and I am trying to append the rows from the js.
Here is the xml

Nephets Naharnah
- 79
- 1
- 5
-1
votes
1 answer
Not receiving push notifications via gcm.js no matter app open or closed
Yesterday I was trying to implement the notification on my Titanium Alloy App, when server php script is run.
Once it worked but don't know what happened thereafter no notification is coming on calling CURL request on my PHP server. Response is…

Molly
- 35
- 6
-1
votes
2 answers
How can we achieve coverflow view in android titanium?
I have seen that titanium support CoverFlowView in titanium but it works only on ios, Can anyone have idea to achieve CoverFlow in android with titanium
Thanks in advance

Vikas Kad
- 1,013
- 1
- 18
- 38
-1
votes
3 answers
How to create a request string with passing different values in Titanium?
I am creating a URL-String like this:
URLString =…

sandy
- 1,072
- 2
- 12
- 31
-1
votes
2 answers
Titanium Studio: How can i add a widget to my view with javascript
In a Classic Titanium project if i want to create a button i use this code ↓
var btn = Ti.UI.createButton();
How can i do the same for an Alloy project using js?

user3624383
- 87
- 3
- 13
-1
votes
1 answer
import an android project from android studio to Titanium studio
How to import an android project from android studio to
Titanium studio?

user3171896
- 13
- 1
- 1
- 4
-1
votes
1 answer
Appcelerator Alloy: remove a window from memory after opening another
I'm writing an Android app using Titanium Alloy.
This app has multiple View files and it is based on a lot of Windows elements.
Just for making a simple example, think about this:
I have two View files: index.xml (with its Controller index.js) and…

user3697206
- 47
- 4
-1
votes
1 answer
Titanium Studio's new Alloy mobile project doesn't start
Just after installation of Titanium Studio (Build: jenkins-titanium-rcp-master-197 (origin/master) Date: 26 September 2014, 12:28:18) I created new Alloy mobile project and tried run it (Mobile Web Preview in Browser). Project doesn't execute, in…

Alexey Gamov
- 1
- 2