Appcelerator Titanium Mobile is a framework for creating iOS and Android applications in JavaScript.
0
votes
1answer
7 views
Appcelerator Titanium include static library .a in module xcconfig
I'm trying to include a static library in module.xcconfig. But the documentation isn't helpful, and all the discussion I can find does not give a solution.
Where do I put the static library, and how ...
0
votes
0answers
14 views
TableView scrollToIndex doesn't show entire row
Application Type: mobile
Titanium SDK: 3.1.1.GA
Platform & Version: iOS 6.1
Device: iOS Simulator
Host Operating System: OSX 10.8.3
Titanium Studio: 3.1.1.201306112235
I'm using the ...
0
votes
0answers
22 views
How to abort an XHR connection when there are multiple running simultaneously?
I'm working on a file uploader, where about 10 files upload at the same time via a for loop.
Now I am trying to create a cancel button to cancel ALL the uploads, however with my current code, only ...
0
votes
0answers
17 views
Storekit requestProducts returns empty products array, nothing returned invalid
I am trying to get IAP working with Appcelerator Titanium 3.1. I have all the signing/certificates/provisioning profiles/contracts working. I was getting an invalid product ID, and fixed that issue. ...
0
votes
1answer
13 views
Titanium: How can I manipulate text of row 3 in a tableview?
Say I have a tableview with 10 rows, and inside each row are two labels (labelA and labelB).
If I wanted to change the text of labelB in row 3, what would be the call to do that?
Thanks!!
0
votes
2answers
36 views
XHR run simultaneously within a for loop
So I have a for loop which goes through an array of variables, and for each of the variables it opens up a new XHR connection (to upload images to a server).
Problem is, it loops through all the ...
2
votes
2answers
34 views
How to force functions to execute consecutively?
I have two functions, lets call them functionA and functionB
Inside each of these functions are XHR calls to download files, if I call the functions as follows
functionA();
functionB();
They will ...
-1
votes
3answers
69 views
Keep my Android UI responsive [closed]
I'm using Appcelerator Titanium Studio to build an Android app. In this app i have some database/webservice calls that might take a while to complete and right now these tasks freeze my UI completely. ...
-1
votes
1answer
22 views
How to search, assign and print objects from a “child” Class/Table - (Parse.com + Appcelerator)
Would love some help with this. I've been trying many different ways and have just found this approach to be really complex and think it may be simpler, as I dont have a solution that works yet. I've ...
0
votes
1answer
31 views
Appcelerator: Read custom variable when returning to app from push notification
So I got my first push notifications from my PHP server to the iPhone working (so excited!)
Now when the user clicks on the notification, my app reloads, but it reloads to whatever point it left off ...
0
votes
1answer
107 views
Titanium get current view on scrollableView and add an item
I have a scrollableView with several views inside and I'd like to add item to some of these view if they meet a certain criteria, like if they have data attached or not. Also I'm using Alloy, here's ...
1
vote
1answer
78 views
Using an exclamation mark in an Android app name in Appcelerator Titanium
I'm trying to add an exclamation mark into the App name of an Appcelerator Titanium project (Just Android at the moment) and it is not having it. It underlines it red in the tiapp.xml file and says ...
1
vote
2answers
36 views
Track App Version in Google Analytics
I am using Google Analytics module( https://marketplace.appcelerator.com/apps/5081?2014113336 ) in my Titanium App.
1). Is there any way to track my app version to Google Analytics. In that module ...
0
votes
0answers
4 views
Is there a way to override the unhandled exceptions handler in Titanium Appcelerator?
I have noticed that all the unhandled exceptions are handled by Titanium Appcelerator "engine".
Is there any way to prevent this behavior?
Thank you.
0
votes
0answers
47 views
Lightweight window animation in Titanium for Android
I'm trying to follow some guides about window animation for android in Appcelerator Titanium, but none of them actually mentions lightweight vs heavyweight windows.
In any case, the simplest example ...
0
votes
0answers
12 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
30 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
60 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
12 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
84 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: ...
0
votes
1answer
29 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 ...
0
votes
1answer
46 views
Android Titanium App “invalid OAuth consumer key” Error
I have a problem with my first published Android Titanium App
In connection to the cloud I get this error:
"invalid OAuth consumer key"
The keys are properly septate
thanks
0
votes
0answers
57 views
Pass arguments and parse them to native iOS Titanium module method
I try to find out how to get some argument values passed from Appcelerator project to my Module.
This is what I have in the module.
- (id) someMethodWithArguments: (id) args;
This is what I need ...
0
votes
0answers
89 views
Titanium SDK Upgrade 3.1.0
I upgrade Titanium mobile SDK from 3.0.2 to 3.1.0. After upgrade application code compile successfully and able to create installation file correctly.
The only issue i found is that in some of the ...
1
vote
1answer
126 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 ...
1
vote
1answer
50 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
3answers
415 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
48 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 ...
1
vote
0answers
70 views
Getting data from intent
I am little confused about getting data from intent of an activity, here is what I am trying to do.
I am opening my first activity
I press home button and my activity(application) goes in background
...
0
votes
0answers
55 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
40 views
Removing extra from intent - Appcelerator
How can I remove extra from intent like this :-
Ti.Android.currentActivity.getIntent().removeExtra();
Thanks.
0
votes
1answer
320 views
I'm unable to launch my android emulator using TITANIUM STUDIO
i've been trying to get my android emulator to work in my mac using titanium studio.
here is log sheet i'm getting when ever i'm trying to run:
**[ERROR] Application Installer abnormal process ...
0
votes
0answers
49 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
2answers
122 views
Webview Swipe issue - Appcelerator Titanium
Right now I am using one webview to show data from my aplicationDatadirectory, here everything is working fine, I get content when user click next back respectively. Now what I am doing is in onload ...
0
votes
2answers
44 views
titanium android configuration OSX
I am new at this, and I am following the tut from "Appcelerator Titanium Smartphone App Development Cookbook"
Now I have built pretty much the all app, but when I try to build in android I get a very ...
1
vote
0answers
49 views
Can't connect to GWT project in dev mode from Appcelerator iPhone application
i have a GWT application that contains a servlet to handle my Appcelerator mobile application requests.
i binded the GWT application to all IPs using -bindAddress 0.0.0.0 in project x-arguments.
all ...
0
votes
1answer
62 views
Appcelerator: BlackBerry & iOs?
I have a requirement to create an app that works on BlackBerry (10%) and iOs (90%). Appcelerator Titanium looks like it does it, but BlackBerry dev is only supported on Windows and iOs dev is only ...
0
votes
3answers
290 views
Ti.App.fireEvent - Reference error Ti is not defined
I have this simple Titanium js script.
app.js
var win = Ti.UI.createWindow();
var webview = Ti.UI.createWebView({
url: 'logging.html'
});
...
2
votes
2answers
344 views
Why is the Titanium build process so slow?
I have a 2013 Retina MacBook pro and am amazed by the XCode build speed. I can build and run a fairly large Objective-C app in the simulator in about 2-3 seconds.
When building and running a smaller ...
0
votes
1answer
354 views
titanium webview fireEvent addEventListener
here's my situation. I have a html +css + jquery well working project that I want to adapt in titanium. This project has geolocation + fb api call.
I want to adapt my project into a titanium html5 ...
0
votes
1answer
60 views
Shows Permission Denial error for titanium appcelerator
I used the below code
var findus = Ti.Contacts.getPeopleWithName('john');
and the error i got is
uncaught error: permission denial : reading com.android.providers.contacts.contactsprovider2 uri ...
-1
votes
1answer
95 views
Django Tastpie Send using Titanium Appcelerator
My view .
class EventRVSPResource(ModelResource):
event = fields.ForeignKey(EventResource, 'event')
created_by = fields.ForeignKey(UserResource, 'created_by')
class Meta:
queryset = ...
0
votes
0answers
123 views
Titanium : Need HTTP connection timedout status code
Do we have any option to find out HTTP connection timedout status code exactly ? HTTP connection timedout and bad request url BOTH gives response code 0.Is there a way to identify connection timedout ...
1
vote
1answer
59 views
Aspect J implementing in Titanium Android Module
I have tried to include Aspect J runtime library in to by creating titanium android module project in Titanium Studio & it was successful. Is there any luck to use aspect j pointcuts inside of a ...
0
votes
3answers
180 views
Unable to move cursor to position 0 in Titanium.UI.TextArea
I have a TextArea in a modal Window. When the modal window is displayed, I want the focus to be set to this TextArea. I also want the TextArea to have default text when it is displayed & the ...
1
vote
1answer
88 views
How to Test Performance of Titanium app
many devloper are now developing the iphone app ..in titanium platform . how to check the performance of the app and how to find the memory leaks and other constraits
1
vote
0answers
78 views
Scrollview issue
My view structure is basicly like that
<scrollview>
<view>
<subview>
</subview>
... 18 ..
<subview>
</subview>
...
0
votes
1answer
130 views
titanium appcelerator data storeage for newspaper/magazin
I want to develop app for viewing newspaper/magazine using Titanium Appcelerator, and I have a problem how to store data on phone that user can't access it other way than by app ? what format should ...
1
vote
1answer
77 views
Detecting voice call support in mobile devices using titanium
However, not all mobile devices support phone calls, such as the iPad.
How can I programmatically determine whether a device supports voice calling or not using titanium?
0
votes
1answer
84 views
Getting custom annotations (Ti.Map) pixelated
I've tried with different images in several resolutions (50x30, 70x50, 100x70). All of them are good enough out of titanium app, but I cannot get custom pins without pixel effect into the app.
I'm ...


