Community Questions & Answers
android amulator 7in doesn't work
android amulator 7in doesn't work hegive me this message ~~~ [INFO] : Emulator process exited successfully [INFO] : Project built successfully in 13s 517ms [INFO] : Emulator not running, exiting... ~~~
Enabling Native Apps To Open File In Titanium App
Many native apps have the ability to open a file they have in another app. For example, if you have a pdf saved in iBooks it offers you the ability to open that file in another app, such as the generic mail app. How do I enable it such that, for example a...
Underscore.string or stringjs?
Hi, I want to know which one of string libraries (Underscore.string or stringsjs) is better for appcelerator or at all? I'm using Alloy 1.2.0 and Titanium 3.1.0GA
QRCODE SCANNER
I want to start a QRCODE Scanner application for IOS and Android. Please guide me about the modules
Installation of application on iOS device
Hi, I am installing an application on iPhone but not able to do so. When i click on "Install to iOS Device" it launches iTunes and sync the application to it but it doesn't install it on the device. Do I have to install the application by...
Best practice for developing
Hi, - Alloy 1.2 - Appcelerator SDK: 3.1.0GA - iOS and Android I want to know what is the best practices for developing in appcelerator? Like best practice for **opening windows**, **access to local and general objects**, **working with database**,...
New to all of this !
I am starting new to this. I am a programmer (Windows Desktop) . and I am new to Android programming. Any training...documents... to help me start ? Thanks
Put app running in background
I need to put my app in the background when I get out of it, for example: Skype. And when I get back on her, she comes back to the same screen that I was previously. The customer can exit the application(put in the background - not really close), use...
upload files
Hello I would like to help with this problem, which is to take all the pictures taken with my camera and send them to a server ..... I think I have a variable for each photo and deliver them client.send ({"image1" : imagen1.png, etc}) I have...
Printer integration from titanium android application
I have developed Appliction using titanium sdk version 3.1.0GA for tablet.Platform is android api level 11.Host OS is windows.My question is how to integrate application with printer.I want to print bill on button click.What are steps for integration?
RSS Feed Within Tab
Hi, I am attempting to utilize an RSS feed contained within one tab. My issue is that the feed will not load in the tab. The code doesn't crash, but I think that the issue is the components are incorrectly linked. The code is separated in three...
Iphone|| ipad
I have a very basic question.I have designed an app which has many list views and images added in it. I have made it for iphone and now it should look same for ipad too...but as soon as i run it on ipad simulator the contents and the images gets...
Static Date
~~~ var notificationDate = new Date(new Date().getTime() + (20*1000)); ~~~ instead of newDate() function, if i want notifications on particular date, then how to do it?? i thought of defining a constant DATE to which I will assign a value..lets say 30th...
Emulator Installation Errors
Hi, I cannot get my application to install on my emulator. I was able to before I deleted my AVDs and changed around my build configuration APIs. I think this may have to do with the run configuration for device installation. What should mine look...
problem with the Titanium Studio autocomplete
Hello everyone, I am facing a problem with the autocomplete into the Titanium Studio... I tried to install and re-install the IDE but in vain... I am working with the new SDK (3.1.0) and I am developing for Android! Thanks in advance...
Getting location data from an external XML file?
Hi All. I am trying to load some geolocation data from an external XML file but some how I don't succeed. I am quite new to XML and loading external files into my application, so any help is highly appreciated. Below is the code I am using. I am trying to...
continue with Indie account?
could somebody explain to me what the finiancial advantage of continuing with my indie account is. I can't quite understand where it stands in relation to the new pricing model.
How to implement scroll to right in ScrollView?
Titianium SDK 3.0, platform IOS android I have a horizontal ScrollView containing images and I want to scroll to the right when I press a button, I'm using the scrollTo method, however I am not sure how to get the horizontalscrollable width?
application don't work
Hi every body i have a problem with my application it don't work i'm trying to displya some data in a new interface the data will displayed when i push a button this is what i did ~~~ var button3= Titanium.UI.createButton({ title: 'Par liste', ...
How to send row data in back end (php)
i have added check with a toggle switch so that state gets saved, When the user clicks on save button, I want to send checked row id and even if deselects it, it should automatically get updated in back end. Please help! ~~~ var win =...
Always getting error Authentication needed
Application type : mobile Titanium SDK : Not applicable Platform & Version : iOS 6.1.2 Device : iPhone 4s Host Operating system : OS X 10.8.2 Titanium studio - Not applicable I am using ACS service and when i run the code in device its getting me...
How can I exit my Application via a button?
Hi,when my app finished its job,i want to exit it via a button just like ~~~ var dialog_success = Titanium.UI.createOptionDialog({ options: ['exit', 'cancel'], title: 'click exit to quit' }); dialog_success.addEventListener('click', function(e){ ...
"Unable to message creator. finishing" error
Hi, sometimes when I relaunch the app from the emulator closes automatically at startup. If I try again going well. I noticed the error indicated in the picture. Is there a reason? Titanium Studio, build: 3.1.0.201304151600 Windows 7...
Zooming property
I have a venue map in my application. Accodring to the rules i can leave that venue map as it is. I am thinking of making it more advanced. I want to apply some concepts from near by places, means, for example if i have a list rooms in my list view and i...
not working on ios
hi i am new to mobile development using titanium alloy and i am facing a problem by using gradients and glossy where as it is working for android but not for ios can any one help me out plzzzz
Refreshing issue on android TableView??
Hi Friends, I am facing the problem is that while adding webView in tableView... webview is automatically refreshing when the page is loading. I dont want to refresh it eactime.... guide me to control it to refresh at one time..
Determining file name from which a snippet is called
Hi, so I can see that I can retrieve a files name, without path, by making a snippets expansion equal the string "$TM_FILENAME". This is fine, but the result also inserts the file extension. Quite simply, I want to process the file name before...
All my data is in Development mode in ACS - what to do?
Hello. So I have added alot of things in my development profile with the ACS System, foolishly not considering that when the app is published it is going in production mode (Don't ask me how, because I dont know). Does it make any difference to...
Touchstart & touchEnd for ios not working
Hi, I have a tableview with touchstart and touchend events, but not working good. When I do click a row this should go to new window but only goes once if I do click for second time in this event no does nothing. It is as if locked. ~~~ function...
Stop application execution
I run all calls to database through a custom function. I need that when an error occurs, stop the program execution. I only what to stop others process, I don't want to quit from app, I want to show error and stop other execution process. Thanks...
Share cloud among applications
Hello, I am wondering if there is a way to have a shared cloud among multiple applications. I would ideally like to have an app that accesses data from a cloud and another app that manages the data in that cloud. I know you can manage the data from the...
Emulator process exited with code 3
__I have a problem with running my emulator with a fresh project.__ I tried to run a new project, whether an alloy or not, without adding any code. But when I run it in my emulator, I got the errors below. I don't know how to fix this. Help please.... I...
License violation detected. Unlicensed module(s) detected
Hi, I bought a module on the marketplace, its assigned to my account and i have only one module installed in my titanium. Yet i get this error: ~~~ 2011-12-09 02:58:42.873 P2R App[33288:13d03] [ERROR] License violation detected. Unlicensed module(s)...
Problem with database on iOS device
Hi, I need some help with titanium.datatabase.install. I'm having problem with database on iOS device. When I pass de app to device and try to run on, error appear with the next message: invalid database install path....
Android emulator start but app not launched
ERROR] Application Installer abnormal process termination. Process exit value was 1 [ERROR] JDK version 'javac' i? ya da d?? komut, ?al??t?r?labilir program ya da toplu i? dosyas? olarak tan?nm?yor. detected, but at least 1.6.0 is required I m using...
Uncaught TypeError: Cannot read property '1' of undefined
I am trying to remove the label which is used as a pin from the view when a longpress event is being triggered ~~~ //instance variables var pinnumber = 0; var counter = 0; //view contains the map var view =...
Can any one provide me link to download alloy 1.2.0
hi , i am trying to create a listview for that i need alloy 1.2.0. can any one give me link to download it
How to create a ListView in 3.1.0
hi, is there any example on how to create a list view using alloy framework(xml,tss,js) thanks in advance
Can't test app on android emulator
I can' seem to test my app on the android emulator. The Error:Android installation is missing
Run on device: <identifier> expected error
Hi, When i try to run the app on my android device the following error is thrown: [ERROR] Error(s) compiling generated Java code [ERROR] C:\Titanium\PSA\build\android\gen\com\clee\psa\R.java:14: <identifier> expected public static final...
how to build an ios app with minimum SDK ?
Here is how my tiapp.xml looks like ~~~ <?xml version="1.0" encoding="UTF-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org"> <deployment-targets> <target...
exit functionality in android application
hi, i am developing an android application in 3.0.2 sdk in this app i want exit from application on click of a button , i have used the following code for that : var activity = Titanium.Android.currentActivity; activity.finish(); when i click...
sudden closure of the application
Hello every body, I just compile my application directly on my android smartphone but once I opened it I was told in a dialog box "sudden closure of the application (process jamal.ensa.com) try again" please how solve this problem knowing that I...
i wont to make game with titanium can any one help me
i wont to make game with titanium can any one help me
unable to run my app in android emulator
hi , when i am trying to run my app in android emulator, I am getting following errors [ERROR] Access is denied. [ERROR] Access is denied. [ERROR] Access is denied. [ERROR] Access is denied. [ERROR] Access is denied. [ERROR] Access is denied. [ERROR]...
unable to build app after including module
hi, i am able to create a module,i am using is map module for v2 google map which i downloaded from titaniummarket and included zip file in my project. in index.js i have the following code: var MapModule = require('ti.map'); var win =...
tableview with check box, how to add it??
function abc() { var win = Titanium.UI.createWindow(); // create table view data object var data = []; data[0] = Ti.UI.createTableViewRow({hasChild:false,height:'auto'}); data[1] =...
Notification as well as Passing parameters
this is something very complicated and has been trying it for long hours.. 1) first, i have a table view in which i have scheduled my plans at respective time. the table view has rowdata as well as "add" button to it. 2) Now, when i click add...
UI of textarea
hi , In my app i am having a text area , UI of text area looks similar to that of a text box and goes on increasing when i enter text.i will be thank full if any one provides me solution. thanks
Java SDK Missing Ubuntu 11.04
I debug in Titanium and an error appear. Android runs but the Hello World application of Titanium doesnt show up These is the error: [ERROR] Missing Java SDK. Please make sure Java SDK is on your PATH (exception: [Errno 2] No such file or...