Appcelerator is a development platform for JavaScript developers. It enables programmers to write desktop, mobile, and tablet applications entirely in JavaScript.

learn more… | top users | synonyms

1
vote
0answers
13 views

Titanium studo error android emulator run

I have a fresh install of Appcelerator Titanium Studio, Java, Python, and Node. When I import any of the sample projects and try to run on my android phone or in the emulator I get this error and log ...
0
votes
1answer
20 views

Can't execute Titanium Studio on Windows 8

I installed Titanium Studio properly and when I execute it, gives me an error like this "Failed to load the JNI shared library C:\Program files\Java\JDK 1.7.0_17\bin\...\jre\bin\server\jvm.dll" ...
0
votes
0answers
9 views

Warning Called remove for object TiUIView appcelerator

I am using Titanium Appcelerator and I am new ... What I am trying to figure out how to do this ... I am placing dots on my screen where the user touches and it works... I originally saved the ...
0
votes
0answers
13 views

Add click event to all button in alloy

I use alloy framework for appcelerator and I want to add click event to all buttons in my application when the page loaded I use to lazy alloy too. How can I do that?Is it possible?
0
votes
0answers
24 views

Mongoose, mongodb and Appcelerator titanium app

I have writing this mobile app using appcelerator titanium. And using MongoDB (through REST API) which is embedded in MongoLab. I was wondering if i can use Mongoose to connect to mongodb either the ...
-1
votes
0answers
32 views

Photo Editor App android using Appcelerator [closed]

Photo Editor App android using Appcelerator. Show the images from Gallery or from Camera captured images. I done this one Select the images from Gallery and crop that image and save it in gallery. ...
0
votes
0answers
23 views

Clicking Xtify notification to launch the android app | Appcelerator

I've managed to integrate Xtify push notifications with my Titanium app for android. I receive the notifications but when I click them They don't open anything, just disappear. This is from my ...
0
votes
2answers
17 views

Titanium Android webView evalJS does not deal well with typeof

I've got a webview in my Titanium app that returns an empty string when I ask it to check for the typeof a variable. The point of this exercise is figuring out if a function exists on a page that ...
0
votes
0answers
31 views

app to organize photo in Android photo gallery By using Appcelerator Titanium Studio

I'm creating an app to organize photo in Android photo gallery By using Appcelerator Titanium Studio. Now my question is: 1) how do I get the list of all albums that is in the photo gallery? 2) how ...
0
votes
0answers
10 views

Entity manager for appcelerator mobile

I know that joli library is a ORM for appcelerator but I want to know that is there any entity manager for appcelerator mobile?
0
votes
1answer
47 views

Appcelerator custom font helvetica [solved]

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: ...
8
votes
0answers
153 views

How do you integrate the Parse Javascript API with Appcelerator and not use undocumented calls

I would like to create a user from his/her Facebook credentials without using undocumented calls. I do not believe it is possible based on the current implementation of Parse Javascript Library for ...
0
votes
0answers
30 views

Cannot install apps from storekit productview

I'm developing an iPhone app using Appcelerator Titanium SDK and created module based on https://github.com/atsusy/TiStoreProductView/ to display an app using Storekit framework. The problem is I ...
0
votes
0answers
25 views

Titanium Appcelerator: DB query not working on iPhone Simulator, yet working on iPad Simulator? Exact same code

I have the exact same code: var db = Titanium.Database.open('bookmarkDB'); db.execute('CREATE TABLE IF NOT EXISTS bookmarkdata (id INT, title TEXT, thumbImage TEXT)'); var exData = ...
0
votes
1answer
22 views

Titanium appcelerator close automatically

2 days ago I had installed Titanium Appcelerator 3.1 and today I installed android sdk 2.2 and 4.2, But now after starting my Titanium, it gets automatically closes after few minutes and showing some ...
-1
votes
1answer
159 views

Wich mobile development open source Framework should I use?

My company would like to develop a mobile application. Web app, native app or hybrid app ? They actually don't know. In that context, they asked me to make some researches (I'm not a mobile ...
1
vote
1answer
63 views

Create custom picker control

See screenshot of custom picker: I know there isn't a way to style the picker control in Titanium. This picker only needs to work on iOS (iPad only). I was thinking I could hack the TableView ...
0
votes
0answers
27 views

Titanium: how to render the videoPlayer in background mode on Android?

I have to use the VideoPlayer object to play music (because I can retrieve the duration dynamically, etc...). The background mode with a VideoPlayer works great on iOS, but it doesn't work on ...
1
vote
1answer
56 views

Titanium : how to make a default “defaultImage” for all elements?

Is it possible to make a default "defaultImage" that will be used for all elements in my app (imageViews, coverflow, etc.) ? It will be great, instead of put "defaultImage" everywhere... I've ...
1
vote
1answer
38 views

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: <Alloy> <Button id="button">Click Me</Button> ...
0
votes
2answers
36 views

Appcelerator Titanium using common options for labels

for ( i = 0; i < 10; i++) { var YPos = 30; var Label1 = Ti.UI.createLabel({ left : 0, top : YPos , width: "50%", backgroundColor: "blue", ...
0
votes
0answers
11 views

Appcelerator Changing image according to platform

I'm developing an app on Titanium. Now I'm trying to change the image of my app according to its platform, mobile or tablet. What am I doing wrong? "#header[platform=ios formFactor=handheld]" :{ ...
2
votes
1answer
58 views

iOS stops sending httprequests at random[Titanium]

I've got an app that sends geolocations every 5 seconds and if no new location is found the last found location every minute. So basically there's no way the app can stop sending the geolocation to ...
0
votes
1answer
45 views

Check the dimensions (top, bottom, left, right position) of an object (namely a GROUPED tableView) in Titanium

This may seem a strange question, but when developing for more than one platform in Appcelerator Titanium, it would be really handy to know where the elements end, since the devices have diferent ...
0
votes
2answers
167 views

Appcelerator Titanium Internationalization not working right

Here's one that's driving me crazy: I have recently started looking into Appcelerator Titanium. I have built a few small apps both with a normal project and using Alloy so I understand the basics at ...
0
votes
2answers
88 views

Why I can't send a push notification using the Appcelerator REST API in C#?

I'm trying to send a notify alert to all the devices subscribed to my channel through the RestSharp API for C#. This is how my code looks like: public void SendPush() { try { ...
1
vote
0answers
71 views

Titanium Alloy builds successfully but index.html not found

I'm exploring Titanium Alloy at the moment. So created a project based on the Two-tabbed Alloy Application template provided by Appcelerator in the dashboard. When I run the app with Titanium Mobile ...
2
votes
0answers
49 views

How can I use real-time CSS styling with Titanium and Pixate

I want to use real-time CSS styling in a Titanium app with Pixate. In their documentation, they mention a video which demonstrates how to setup this in XCode. Another video demonstrates this within a ...
0
votes
0answers
157 views

Titanium Studio working with Vmware or VirtualBox Android 4.0.3 virtual machine

I am using windows 7. I installed Titanium Studio and updated it. Then i load Android SDK and JAVA JDK 6. Android API includes almost all packages. After this installations, i set JAVA_HOME and ...
1
vote
1answer
168 views

Titanium Alloy: Accessing UI from different controllers?

I seem to be having trouble updating objects in Titanium Appcelerator Alloy, I basically want to be able to add a table row to a table that is in a different controller/view that i am currently ...
0
votes
1answer
177 views

Appcelerator open/read email attachment into my app - Android

I am trying to open a custom file type from email attachment into my app. I am using intent filter for open my app when custom file was clicked. Here is my intent filter. <intent-filter> ...
0
votes
1answer
66 views

Appcelerator Titanium, getting the current window and applying property not working

I'm trying to add a right nav button in iOS to a windows in Titanium. The code is just the original "master/detail" starting template provided by Titanium and then in MasterView.js, I try to add a ...
1
vote
1answer
51 views

How to install NewRelic Mobile in Appcelerator mobile app?

I am using NewRelic on our web based applications, and since they recently released a mobile version, we would like to incorporate it into our existing Appcelerator app. We commonly use Titanium ...
1
vote
1answer
216 views

play embedded video in android web view

I want to play video in android web view. I am using embedded HTML code to open it in android web view. My device has flash player installed in it. when I play the video then I am getting sound of ...
1
vote
1answer
54 views

Error uploading photo to Appcelerator ACS using Trigger.io

I'm trying to upload a photo to Appcelerator Cloud Services (ACS) storage using Trigger.io. I can't figure out the correct syntax to use for the file object. I'm getting an error "Error: Syntax ...
-1
votes
1answer
68 views

Appcelerator alloy navigation cross platform example [closed]

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 ...
0
votes
3answers
204 views

Adding example Titanium iOS Module in Titanium Test Application fails with 'Script Error = Couldn't find module:'

Just learning Appcelerator. As far as I discovered I can add a native framework project as a module in Appcelerator Application. So I started with this link ...
0
votes
1answer
44 views

Titanium app closes and shuts down at random

I've confirmed this on Android 2.3.6 and 4.1.2 .. Can't say i did on iOS(Haven't had an extended test on it yet). But here's the deal: I've got an app which sends it's current coordinates to a php ...
0
votes
1answer
41 views

Use a 3rd party iOS framework with Appcelerator?

Started experimenting with Appcelerator platform lately and I would like to know if there is any chance of integrating one of my own framework library I wrote for the iOS platform in Objective-C, I ...
0
votes
1answer
47 views

Is there an Appcelerator Titanium repository like Cocoa Controls?

Gentlemen: I'm looking for repository for Appcelerator Titanium Sample Apps like Cocoa Controls for iOS. Is there any other Websites similar to Cocoa Controls for Titanium? Thanks in advance for ...
0
votes
0answers
34 views

highlightedColor in selected TableViewRow gets stuck

See my screencast for an example of what I mean. You see the problem about 20 seconds into the video. It seems to mostly happen when scrolling the tableview causes the selected row to go off screen. ...
0
votes
1answer
48 views

http post response giving previous results

I am calling this service method in android emullator in Titanium project. Getting proper response Then again calling this service method with diffrent data. Getting the same response(which I got in ...
0
votes
1answer
52 views

Appcelerator App with Google Analytics

I am trying to implement google analytics on my iOS and Android app using appcelerator. I am using the library from the following github https://gist.github.com/sfeather/2859407. And here is the code ...
-1
votes
1answer
156 views

Appcelerator Titanium performance [closed]

Last I used Appcelerators platform back in 2010, I saw very poor performance even for generating a simple table. Has anyone had an opportunity to try it out in the last few month? How is the overall ...
0
votes
0answers
41 views

How to maximise Detail section of SplitWindow using Appcelerator Titanium

Using Appcelerator Titanium, I have created a SplitWindow Control for iPad. Both the Master and Detail section of the SplitWindow contains Navigation Groups, which manage the opening of Windows. What ...
0
votes
0answers
44 views

Simultaneous monitor and playback on iOS with Appcelerator

The Issue: I have an app that monitors environment sounds through the mic and does specific things based on decible level. I'm trying to improve it to also listen to music from the iPhone or iPad, ...
1
vote
2answers
35 views

variable gets unexpectedly overwritten

I am observing a (for me) not explainable behaviour in my App. I have a few includes via require(). In one of them, called "addUserFunction.js" I have two functions and an array containing objects. ...
0
votes
1answer
13 views

When user want to change orientation of phone, my application show incorrect UI. Android

When user want to change orientation of phone, my application show incorrect UI. Phone OS: Android Titanium SDK: 3.0.2.GA My bug on video: http://www.youtube.com/watch?v=S0Yi-6ZKDcw Code here: ...
0
votes
2answers
59 views

How do I get this layout in my titanium app?

This is a common layout for having multiple layouts vertically aligned and I can't figure out how to obtain it in my app: I have figured out how to do this: But I really like the way the rounded ...
1
vote
1answer
65 views

Unfortunately, your application stopped working

In Alloy framework, I want to dynamically add a view defined in an xml file but not bound to any other view to another. Let's take the following example: Container I want to fill in index.xml: ...

1 2 3 4 5 19