A JavaScript based platform for developing mobile applications produced by Appcelerator. Supports Android, iOS (iPhone, iPod, iPad), and Blackberry using a mostly common set of Mobile APIs which render using each platform's native controls and features.
4
votes
1answer
27 views
how i check Line By Line code Deduge or Run (Titanium)?
I am new mobile application developer with Titanium. I want to see Line by Line Debug. for check some loop or code. (specially for the "ANDROID")
for Checking where my application is 'Crash'. Please ...
4
votes
4answers
158 views
How to avoid the callback “waterfall”?
One of the reasons that I tend to dread writing Javascript for anything other than relatively trivial bits of functionality is that I've never found a decent approach for avoiding the callback ...
3
votes
1answer
198 views
Titanium Mobile is not getting correct accuracy on iOS
I have a problem with my coding. My code just doesn't seem to be getting an accuracy lower then 1414.
Whenever I open google maps, and get my location there it finds it usually within a second. If I ...
3
votes
1answer
502 views
Titanium appcelerator image view load event listener not working with android
i have an image view, when the image loads i want to make an action, for example an alert.I'm using eventListener method to implement this.
here's my code
imageView.addEventListener('load', ...
2
votes
1answer
46 views
What is the correct way to chain async calls in javascript?
I'm trying to find the best way to create async calls when each call depends on the prior call to have completed. At the moment I'm chaining the methods by recursively calling a defined process ...
2
votes
1answer
15 views
Titanium: How to close TabGroup within its Tab?
How can I close the TabGroup within one of its tab ?
I want to close the tabGroup on a button click (Log out button) and want to display a window without the tab group. I know how to display a ...
2
votes
0answers
27 views
Titanium: Data encryption and decryption techniques on Android devices
I am using Titanium 1.7.6
I am developing an android 2.2 application that will access images/videos/pdf/text from my resources folder from sd card. I want only the application to be able to read the ...
2
votes
1answer
46 views
Titanium Creating Image file: file.write(blob) not creating the correct file
I am trying to read a .PNG file using Titanium 1.8.1
Here is my code to read file.
var f = Ti.Filesystem.getFile(Ti.Filesystem.resourcesDirectory, 'KS_nav_views.png');
var blob = f.read();
When I ...
2
votes
1answer
40 views
Appcelerator: How to upload a video using android?
I got iphone/ipad to work fine with the Titanium.Media.showCamera() function. Which is great.
However the same code doesn't work on android like I expect. So I did some research and came up with this ...
2
votes
2answers
70 views
Wondering about capabilities of titanium appcelerator?
We have a web application that uses (java/jee, struts, hibernate) running on Apache tomcat using MySQL as the DB. It has been up and running for quite a few years, so we have a very large pool of ...
2
votes
1answer
62 views
Convert Titanium Application into Module
I have implemented Pull to refresh functionality in my android application, its works fine. Now I want to convert this functionality as a module. How can I do this?,Thanks in advance. I am using ...
2
votes
3answers
348 views
How do you create a raised tab bar item, like the one found in Instagram, with Titanium?
I am trying to create a menu like the one on Instragram, with the central item using a special design, but the Titanium Documentation does not provide information about this kind of feature
There's ...
2
votes
0answers
92 views
iAd titanium white rectangle then disappears
Has any one encountered this already ? I put iAd with the code below in titanium studio and when the app loads in show a white rectangle which is where iAd should go thent it disappears ?
var iads = ...
2
votes
0answers
160 views
Titanium create calendar event
I am trying to create calendar event in my Titanium App for Android Platform. For that I am using below code, It does't give any error also didn't to create any calendar events
var calendars = ...
2
votes
1answer
41 views
Titanium Appcelerator strange bug
I've run into a really weird bug. I have the following code running in a function:
if (throwsThisRound % 3 == 0){
debug('do it');
throwsThisRound = 0;
...
2
votes
1answer
182 views
Adding a view with 100% height in Titanium does not work on iOS
I'm having a display problem when I try to add a View with 100% height in Titanium - it appears correctly on Android but not on iOS. Here's a simplified code:
Ti.UI.setBackgroundColor('#000');
var ...
2
votes
3answers
107 views
Accessing variable outside on load function
Hi I am working Android application development using titanium studio.I have developed small application.my problem is that I can not access variable which is define inside the xhr.on load.I used ...
2
votes
0answers
228 views
Handling session and cookies for log in on android app using titanium
hi I am working on Android application development.I have developed small application.after logging my application capture authentication token.But I am not storing any user name name password or ...
1
vote
2answers
28 views
where database store in iphone simulator (for Mac OS)?
i create a application.Whose, Log IN application in this we add a local database (db.sqlite). When new user do registration. than, add the whole data in database. its is run properly in device. ...
1
vote
1answer
23 views
titanium mobile: merge two array into one array issue
Hello friends,
I have developing an app in Titanium and I have an issue is that merge two array into one array so please give me idea to my issue.
Thanks in advance.
var tableData = ...
1
vote
0answers
20 views
how i compress Titanium Application Size after Build in device?
I am new mobile application developer with Titanium. I build a Log IN Application in which i have 3 window
Log In Window
Registration Window
After Log in Details Show about User in this ...
1
vote
1answer
44 views
+50
how i compress Titanium Application Size after Build?
I am new mobile application developer with Titanium. I build a Log IN Application in which i have 3 window
1. Log In Window
2. Registration Window
3. After Log in Details Show about User
in this ...
1
vote
1answer
34 views
Upload multiple photos to Facebook using Graph API
In My Titanium Mobile Application I am trying to post multiple image to Facebook album. But for me single image upload works fine but multiple image does not. Here is my sample code.
Thanks in ...
1
vote
1answer
46 views
titanium mobile:get row value from tableview on button click issue
Hello friends,
I am developing an app using Google Place API in Titanium Development and successfully got data and display in tableview and add button in each row but my issue is that I want to get ...
1
vote
0answers
23 views
How to create Expandable ListView with Titanium? [closed]
Can any one help me for creating Expandable List view in android with Titanium?
one simple example would be more appreciable....
thanks in advance...
1
vote
0answers
30 views
how to solve the script problems in titanium studio?
hi all i have followed the below link and generates Xcode project https://wiki.appcelerator.org/display/guides/iOS+Module+Development+Guide
also installed titanium studio in my mac os i have ...
1
vote
1answer
24 views
where database store in Android Emulator (for Mac OS)?
i create a application.Whose, Log IN application in this we add a local database (db.sqlite).
When new user do registration. than, add the whole data in database. its is run properly in device.
...
1
vote
4answers
67 views
how i add View Array in my scrollView(in Android support)?
i am new App Developer with Titanium. i want to create a window base application. whose run on iphone or ipad or android platform.
When i run application on iphone than run properly, but when i run ...
1
vote
1answer
24 views
how i change my fontSize. when screen Size change?
I want to create a multi platform application whose support all type of window size.
But when my window height or width change than my fontSize is not change.
i want to change its size with percentage ...
1
vote
1answer
46 views
titanium mobile:retrive row title from tableview and its display in next window issue
Hello friends,
I am developing an app which display category types using custom cell in tableview and then select a row its go to detail which selected category type but I have a face problem is ...
1
vote
1answer
38 views
when start App, than how to remove this Titanium default Page or picture?
I am new Application Developer with the Titanium. i want to develop new Application with Titanium and created a HelloWorld application. Every time my application starts up Than every time Titanium ...
1
vote
1answer
45 views
titanium mobile:onload function called issue in json parsing
Hello friends,
I am developing an app in Titanium Studio sdk 1.8.1 using Google Place API to display category atm list & address in tableview so I use json parsing using this link but ...
1
vote
0answers
91 views
when scroll the ScrollView then [ERROR] Adding an event listener to a proxy that isn't already in the context
I am new application developer with titanium n have a problem,
I am create a Ti.UI.createScrollView() n add on Window. When i run or my iphone simulator and scroll the scrollView.than,one msg flash ...
1
vote
1answer
38 views
when start Application than Remove this Titanium Startscreen(create custom Start Screen)
I am Application Developer with the Titanium. i want to develop new Application with Titanium and created a HelloWorld application. Every time my application starts up Than every time Titanium ...
1
vote
0answers
35 views
Tableview image cancelling in Titanium Mobile
(Reposted from the titanium Q&A section)
I have an Android only Titanium 1.8.1 mobile app with a tableview with images in the cells (with classNames to enable cell reuse) which download from ...
1
vote
2answers
44 views
titanium mobile sdk not found error
I am trying to create a new titanium mobile project but it keeps bugging me with the below error message.
Could not locate a Titanium Mobile SDK at the given path
Kindly advice
Thanks
1
vote
0answers
34 views
Accelerometer logs events
I am working on an app that measures movement from the accelerometer, logs the data, and recognizes a complete repition. I am using titanium mobile, currently troubleshooting on an andriod (HTC ...
1
vote
1answer
45 views
Why do some images not appear on android but on iphone?
I hope anyone can help me! I created an app for iPhone with Appcelerator Titanium, now I want to translate it for Android, but in the emulator some of my images do not appear and only with android ...
1
vote
1answer
115 views
'Error loading path' with 'url' in createWindow
I have this code in app.js:
var login = Ti.UI.createWindow({
url: 'controllers/loginController.js'
});
login.open();
In the Titanium documentation, it says this about the url property:
...
1
vote
3answers
54 views
Checkmark to exclusive item in Javascript
Hi I am using Titanium to create a table of row that can be checked.
I need to write some code in Javascript that allows only one row to be checked and when one is checked the other ones are ...
1
vote
1answer
30 views
how i can configure Android in Titanium?
I am New Developer for Titanium. I had install Titanium Package for iPhone it work fine. But, my Problem is when i configure Android SDK with Titanium. It will create some problem and not work ...
1
vote
1answer
90 views
Custom Tabgroup Appcelerator
I'm trying to make a custom tabgroup in appcelerator in which one (or two) of the tabs is bigger than the rest. I have attached an image of what I'm trying to pull off.
I am able to make a custom ...
1
vote
1answer
230 views
How to Call a WebService in titanium using javascript
I am new to titanium and and want to call a web service from my titanium app.
The webService returns the json response.
As I am aware of calling the webService using XMLRPC but very confused regarding ...
1
vote
3answers
105 views
how to call a function of a javascript file from another javascript file without using HTML in titanium
Hi I am building a iOS app using Appcelerator,
I have a file app.js and a file webService.js
the file webService.js contains a function x
now from my app.js file i want to call function x that is ...
1
vote
2answers
154 views
java.lang.OutOfMemoryError: bitmap size exceeds VM budget in Appcelerator Titanium
In my Application I have used lots of images on TableView Listing, So that I am getting java.lang.OutOfMemoryError: bitmap size exceeds VM budget also my application crashed in android emulator. ...
1
vote
1answer
73 views
Titanium: android options all button events trigger at once
I have created an option menu for my app like this:
var activity = Ti.Android.currentActivity;
activity.onCreateOptionsMenu = function(e){
var menu = e.menu;
var reply ...
1
vote
1answer
56 views
Changing Attributes of json object in Android application (Titanium)
Hi I am developing Android application using Titanium.I want to change value of particular attributes of json object.I tried following code :
var row_jsonfeed = this.responseText;
var jsonfeed = ...
1
vote
1answer
99 views
Do automatically scaling font sizes work for android, using appcelerator?
Just trying to get clarification on this issue. Is the scaling of fonts working for android using this attribute? Its working for iOS, I know, but it doesn't seem to want to play nice for android.
...
1
vote
2answers
192 views
Unable to Create new project in Titanium Studio on Windows 7
I have installed Titanium Studio in windows 7 (64 bit), but I cant able to create new projects. While creating new project I am getting following error
Traceback (most recent call last):
File ...
1
vote
2answers
379 views
In appcelerator/titanium mobile, when using local html in a webview, how do I load an image from, and reference, the application data directory
In a local html file, that is displayed in a webview, I want to be able to call an image from the application data directory. I have tried several src options in my html, but none seem to work.
I am ...