Community Questions & Answers
Android couldn't run as a Emulator
Dear all, I'm try to run a android application which created by alloy, but it won't. I'm working on windows 7 with titanium studio 3.1.0.2. I download android sdk, config PATH, change the tiapp.xml. I think I try everything but after change the track log,...
emulator problem
I am getting the following error. ~~~ [ERROR] : Build process exited with code 1 [ERROR] : Project failed to build after 321ms [ERROR] : Emulator process exited with code 1 ~~~ Please help me to get a solution of this problem I am windows user, my...
How to navigate to Apps Home Screen (Android)??
Hi, For my Android Version of our Titanium App I have a "Home" button that I will expose from the Android menu. Therefore it will be accesible for the User no matter which screen they are on. My question is quite simple; On the click event of...
WMV streaming module/solution
Hi, Does anybody know about any available solution (open source or proprietary) for streaming Windows Media Video and Audio with Ti for iPhone & Android ?
Replace window content
Hi, I'm developing an android application and I have to obtain this result. Because I don't like native tabgroup for android and because I'd like to have a custom title bar that show the brand of the app (that is not possible in android) I thought to...
Problem with the Titanium SDK
Hello everybody, I installed Titanium recently, and I did all the required updates... but into the preferences window, I got always this message: ~~~ titanium sdk home could not locate a titanium sdk at the given path ~~~ And when I tried to create a...
Windows zIndex
Hey there, I try to have one 'fixed' window that is always on top of the other windows. Haven't had any success using zIndex, neither in the parameters of createWindow nor using the work-around: window.animate({zIndex:22}); I read that this is a...
How to place a window below another window
I have an alloy application with (simplified) 2 controllers and 2 views. View 1 = index, View 2 = settings. I'm trying to detect a swipe on the index window and then show the settings window BELOW the index window, by using an animation. I've used the...
Error after updating to IE10
Hi, After Windows updated my Internet explorer to IE10 I get an error message also the Dashboard wound load completely. So I lookt for a Ti update but de update function is broke to after the IE update. I’m using Titanium Studio, build:...
Windows Phone 7 support?
Is this planned? I don't think there's much point working to bring Titanium Mobile to Windows Mobile (yuk). However, Windows Phone looks like it has the potential to be a really nice OS. It would be awesome to be able to develop cross-platform apps for all...
unable to launch
When I click the launch icon a dialog shows up saying: " The selection cannot be launch, and there are no recent launches."
Cant run my app
I keep getting: "[ERROR] Application Installer abnormal process termination. Process exit value was 1" every time i try to run my app whats wrong
Can't install Titanium, getting a SendRequest Error
I tried to install Titanium Studio, I downloaded it from [here] (https://my.appcelerator.com/resources) and executed the file, when it started to download the components I suddenly the following error message: ~~~ There was a problem downloading required...
"Unfortunately, <AppName> has stopped." when execution of main.js ends
Gets "Unfortunately, <AppName> has stopped." message when debugging past the end of main.js - both on the Android emulator and on Android device. Reverting to stable code base makes no difference - thus it seems it has to do with the...
Facing 'Unable to locate the CLI executable' on Windows
Hi, I just installed Titanium and I'm not really familiar with this IDE. I added Android SDK to start my first application and everything looks cool until I tried to see my application in Android Emulator. I'm getting *Unable to locate the CLI executable....
How to fix the CreateProcessW error on android device build?
Hi, im getting this "CreateProcessW: The system cannot find the file specified." error when trying to launch my application on my device (Android Note 2). Any ideas? ~~~ [DEBUG] Waiting for device to be ready ... [TRACE] adb devices returned 1...
Error -2146827850
Hello, I want to know how to change the internal browser titanium. Indeed, it seems there's a concern JSON with Internet Explorer. I have read that it is sufficient to update Internet Explorer, problem: I am running Internet Explorer 10 and it still does...
Which version of Node.js works?
I've installed the lates version of the CLI, 3.0.24, and am trying to build a hello world project from the command line in Windows 7. I've followed the stepes outlined here:...
Build Error after upgrading to 3.1.0.GA
Hey, I've just upgraded to 3.1.0.GA on Windows 7 64-bit and I can't build Android apps anymore. I also di all the updates which i was asked to do by studio (node.js, cli, etc.) I get the following error: ~~~ Titanium Command-Line Interface, CLI version...
Communication between windows using events
Hello, I need to refresh a parent windows when a child windows has a certaint action. My aproach is using events as: ~~~ function showCustommers() { this.win=Ti.UI.createWindow(); this.repaint=function() { <read customers data from database and...
Alloy Android development Windows and Views oh my
Titanium SDK 3.0.1, Alloy 1.0 I am stumped on this issue of how Android deals with windows..I had solved it for titanium classic development now dealing with same issue in Alloy. My controller for index view has this $.index.open(); ~~~ function...
Window Hierarchy issue? CommonJS to Alloy Conversion Problem
Ok, so I am trying to convert a non-Alloy twitter oAuth project I found online to an Alloy Tumblr project. I'm really close in that I got the Tumblr part working on the non-Alloy project, now I am just trying to convert it to Alloy. As you will see in the...
Titanium on Windows
Hi, I've two questions with this soft. First is, my dashbord just...bug and I don't why, I obtain this message :  Second is, I tried to execute my...
Need help opening nested windows in Android
[INFO] Android SDK 2.2, Titanium 3.0, Master/Detail project I've got my main screen all setup, and I open my first window just fine from the main, but opening windows from the previously opened window will NOT work. My main window: ~~~ function...
Iphone app on windows?
Can you make an iphone app on windows?
Titanium Studio cannot be login when behind authenticated proxy
When i try to login with my email and password, the message "Logging in" has been displayed for few minutes and i cannot login to Titanium Studio. Same email and password work fine getting into the website. In order to login from behind...
Having trouble opening nested windows
(I'm using Titanium 3.0, android 2.2 SDK, master/detail project) I've got my main screen (ApplicationWindow.js) opening new windows when a view is clicked using: ~~~ button1.addEventListener('click', function(e) { var Window =...
What command do i run to get the SHA-1 key for android, to later use in getting google maps api key
Im finding the documentation confusing because its all Mac specific. Also i find the directories in windows confusing i have to do a system search to find the...
How to Configure Alloy in Windows Environment.
Hi all, I have installed alloy using the command 'npm install -g alloy' in the cmd prompt.After installing the alloy, in the environment variables i configured the path.... ~~~ path : \user\Application Data\npm\node_modules\alloy; ~~~ After configuration i...
[ERROR] JDK version "javac"
Titanium Studio, build: 2.1.2.201208301612 Titanium SDK: 2.1.3.GA Android Runtime: V8 SO: Windowws 7, 64bits [ERROR] JDK version "javac" no se reconoce como un comando interno o externo, programa o archivo por lotes ejecutable. detected, but at...
How to debug an android custom module ?
Hi ! Is there somebody know, how to debug a custom android module with titanium studio on windows. I only see a recommandation to add Log, but it's not the good way for me, i need to put some break pointsin the java code. Details of my configuration : I...
Color coding Aptana 3 nightly
Hi, I used Aptana 2 long back ago. Then i switched to dreamweaver. And let me tell you, Its quite good and really fun to work on. Now i want to switch back to Aptana but i'm finding little difficulty using the new release. You see, in dreamweaver you can...
[ERROR] No constraints available for view
I have a simple app with 3 windows, defined like this: ~~~ var self = Ti.UI.createWindow({ backgroundColor : '#FFF' , navBarHidden : true , top : 0 , width : Ti.UI.FILL , height : Ti.UI.FILL }); ~~~ I transition between them by...
This is a solution to your memory woes
Hi guys, My team recently came across a serious memory issue in our project. So like any good programmer, we researched the forums for an answer. Our search took us to using sub-contexts as a possible solution. Unfortunately, because of the dynamism of...
What does .animate do with objects after an animation
I can't find the logic in the .animate method. Let's say I animate my windows left attribute like this. ~~~ $.window.animate({left: 320, duration: 200}); ~~~ Now the $.window has left the view entirely, so if I now call ~~~ $.window.animate({left:0,...
Is Windows 7 and Windows 8 mobile supported in latest Titanium Api
I want to know whether Windows-7, 7.5 and windows 8 mobile phone is supported or not. I require creating an application which should work on iPhone, Blackberry, Android and Windows mobiles. The basic native features which i want to use is camera,...
Android emulator doesn't work on fresh install [Windows 7]
I have just installed Titanium Studio, JRE7 and Android SDK. Now I have tried to create a dummy project with one of the templates provided by Titanium Studio, and running it on the emulator. The result is that emulator starts running, Android boots, but I...
Can't run / install ACS for npm
Hi all, I'm trying to install and run the acs package for NPM I open the Titanium Studio Terminal and at the $ I type: `sudo npm install -g acs` the output is: sh.exe": sudo: command not found Yes, node.JS IS installed and `npm --version` is...
How to show the root window after opening multiple windows
Hi there, When I create a single tab inside a tab group and create some windows in it, the windows are stacked and I get a 'back' navigation button when running it on the iPhone. How do I get back to the root window, without clicking away multiple stacked...
com.mwaysolutions.barcode not supported by 3.0.2.GA
OK, silly question number 3 for me. I am trying to add the barcode module to an Android app (4.1.2). However, when I add the downloaded code to a modules directory in the same directory as the tiapp file, then add the modulkes node to the tiapp.xml file, I...
Can I create a Web app for Android OS with HTML, CSS and Javascript from Titanium Studio??
Can I create a Web app for Android OS with HTML, CSS and Javascript from Titanium Studio?? I don't need a web developer, I need create a web app for android from Titanium Studio, It's possible??
Suggestions on Android platform requirements?
I don't know where to start on this. ANy ideas? I need to have from android first. Ability to program on the following platforms: Android iOS Windows For Android Ability to interface with and read from the built-in NFC reader in...
How to open a window from a button?(commonjs)
I am learning commonjs, and I am running into a few bumps in the road. How can you open a window from a button in a tab group? ~~~ function tv_basic() { var HomeWin = Ti.UI.createWindow({ backgroundImage:...
Can Titanium Studio be used to build native Windows 8 apps?
Are Windows Phones and Windows 8 Tablets available deployment targets from Titanium studio?
Ipad, windows or Blackberry design guide
Hi all is there a downloadable file or online resource that provides the design guidelines for appcelerator for ipad, windows or blackberry? Thanks in advance
Android - Different OptionsMenu for Seperate Windows in a TabGroup
Titanium SDK 3.0.0, Mac OSX 10.8.2 I would like to create 2 separate Options Menu for two windows in a TabGroup. example: In TabGroup has Window1 ~~~ var OtherWindow = require('ui/handheld/OtherWindow'); ... var self = Ti.UI.createTabGroup(); var win1...
Error creating new project on Titanium
Hello! I am facing some problem when trying to create new project on Titanium. When i hit the last finish button, the message appears ''node' is not recognized as an internal or external command, operable program or batch file.' I found...
Cannot configure Android sdk
I already have the Android SDK installed on my machine and can build apps via Eclipse but when I try to build a simple hello world app with Titanium, it doesn't recognize my installed SDK. I'm getting an error message on the Preferences->Titanium tab...
Is the OSX version of Titanium required to create iOS apps?
Or can I create iOS projects in the Windows version of Titanium and simply import those into XCode in OSX?
Error Upgrading - CLI and Alloy Failed to Install - Win 7
Sorry if this has been answered, I could not find it in the posts. Upgraded to 3.02 having an error. In the Titanium Upgrade it has the CLI and Alloy available although the Version says N/A on both (don't know if that matters) Clicking on install...